emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[O] Beamer figure width


From: Ken Mankoff
Subject: [O] Beamer figure width
Date: Wed, 15 Apr 2015 09:22:15 -0400

I'm having trouble specifying image sizes in Beamer. I am using the following 
code. Is this correct syntax?

* Foo
** Bar
*** Baz
#+ATTR_LATEX: height=\textheight
[[./map.png]]

It exports to:

\section{Foo}
\label{sec-1}
\subsection{Bar}
\label{sec-1-1}
\begin{frame}[label=sec-1-1-1]{Baz}
\includegraphics[width=.9\linewidth]{./map.png}
\end{frame}

  -k.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]