Skip to content

Instantly share code, notes, and snippets.

@tpapp
Created February 28, 2017 16:29
Show Gist options
  • Select an option

  • Save tpapp/70bef1a3e991aff851ffb294150c3774 to your computer and use it in GitHub Desktop.

Select an option

Save tpapp/70bef1a3e991aff851ffb294150c3774 to your computer and use it in GitHub Desktop.
centered large plot in beamer
\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