emacs-orgmode
[Top][All Lists]
Advanced

[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




reply via email to

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