Created
February 28, 2017 16:29
-
-
Save tpapp/70bef1a3e991aff851ffb294150c3774 to your computer and use it in GitHub Desktop.
centered large plot in beamer
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| \documentclass{beamer} | |
| \usepackage{amsmath} | |
| \usepackage{amsfonts} | |
| \usepackage{booktabs} | |
| \usepackage{mathtools} | |
| \mathtoolsset{showonlyrefs} | |
| %% no idiotic nav buttons | |
| \setbeamertemplate{navigation symbols}{} | |
| \setlength\abovedisplayskip{0pt} | |
| \setlength\belowdisplayskip{0pt} | |
| \usepackage{url} | |
| \usepackage{booktabs} | |
| \usepackage{graphicx} | |
| \begin{document} | |
| \begin{frame} | |
| \begin{center} | |
| \includegraphics[width=\textwidth]{/tmp/plot.pdf} % replace filename | |
| \end{center} | |
| \end{frame} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment