[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[O] latex export of #+header: lines
From: |
Andreas Leha |
Subject: |
[O] latex export of #+header: lines |
Date: |
Tue, 17 Jan 2012 09:31:45 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.92 (gnu/linux) |
Hi all,
I am experiencing a problem with the latex exporter: #+header: lines
are visible in the exported file.
Example:
/==================================================\
* test header tag
#+caption: foo
#+label: fig:fig1
#+name: foo
#+header: :file foo.png
#+header: :width 3600 :height 3600 :res 600
#+begin_src R :exports results :results graphics
plot(1:10, 1:10)
#+end_src
\==================================================/
Results (LaTeX):
/=================================================\
\section{test header tag}
\label{sec-1}
\#+header: :file foo.png
\#+header: :width 3600 :height 3600 :res 600
\begin{figure}[htb]
\centering
\includegraphics[width=.9\linewidth]{foo.png}
\caption{\label{fig:fig1}foo}
\end{figure}
\=================================================/
The header arguments seem to take their effect, though.
Regards,
Andreas
- [O] latex export of #+header: lines,
Andreas Leha <=
- Re: [O] latex export of #+header: lines, Sebastien Vauban, 2012/01/17
- Re: [O] latex export of #+header: lines, Andreas Leha, 2012/01/17
- Re: [O] latex export of #+header: lines, Andreas Leha, 2012/01/17
- Re: [O] latex export of #+header: lines, Eric S Fraga, 2012/01/17
- Re: [O] latex export of #+header: lines, Sebastien Vauban, 2012/01/17
- Re: [O] latex export of #+header: lines, Jambunathan K, 2012/01/19
- Re: [O] latex export of #+header: lines, Andreas Leha, 2012/01/20
- Re: [O] latex export of #+header: lines, Bastien, 2012/01/24