962ac6234b004e0ad75bd35d9684d7768b989652
latex/beamer/\350\204\232\346\263\250\343\202\222\345\205\245\343\202\214\343\202\213.md
... | ... | @@ -0,0 +1,20 @@ |
1 | +[beamer - How to display the footnote in the bottom of the slide while using \columns? - TeX - LaTeX Stack Exchange](https://tex.stackexchange.com/questions/86650/how-to-display-the-footnote-in-the-bottom-of-the-slide-while-using-columns) |
|
2 | + |
|
3 | +```latex |
|
4 | +\documentclass{beamer} |
|
5 | + |
|
6 | +\begin{document} |
|
7 | + |
|
8 | +\begin{frame} |
|
9 | +\begin{columns} |
|
10 | +\column{.5\textwidth} |
|
11 | +Some text for the first column and a test footnote\footnotemark |
|
12 | +\column{.5\textwidth} |
|
13 | +Some text for the second column and a test footnote\footnotemark |
|
14 | +\end{columns} |
|
15 | +\footnotetext[1]{A test footnote in the first column} |
|
16 | +\footnotetext[2]{A test footnote in the second column} |
|
17 | +\end{frame} |
|
18 | + |
|
19 | +\end{document} |
|
20 | +``` |
|
... | ... | \ No newline at end of file |