> Uwe Brauer writes:
> Then just use #+begin_export latex construct
Thanks! That solved the problem
--
Warning: Content may be disturbing to some audiences
I strongly condemn Putin's war of aggression against the Ukraine.
I support to deliver weapons to Ukraine's military.
I support the ban o
>>> "FE" == Fraga, Eric writes:
> On Thursday, 26 Jan 2023 at 12:22, Uwe Brauer wrote:
>> \rcsInfo $Id: manual-matlab-git.tex,v 2716 2023/01/26 10:48:53 oub Exp oub $
> What if you protect this, as in
> @@latex:\rcsInfo $Id: manual-matlab-git.tex,v 2716 2023/01/26 10:48:53 oub
> Exp oub $@@
T
On Thursday, 26 Jan 2023 at 12:22, Uwe Brauer wrote:
> \rcsInfo $Id: manual-matlab-git.tex,v 2716 2023/01/26 10:48:53 oub Exp oub $
What if you protect this, as in
@@latex:\rcsInfo $Id: manual-matlab-git.tex,v 2716 2023/01/26 10:48:53 oub Exp
oub $@@
?
(untested)
--
: Eric S Fraga, with org r
Uwe Brauer writes:
>> IIUC, #+latex_header{,_extra} only handles the single line it is on.
>> Therefore, you will have to prefix "#+latex_header_extra:" for each line
>> you want to have in LaTeX verbatim.
>
> Thanks but this is a misunderstanding. I need that construct *after*
> =\begin{documen
> Uwe Brauer writes:
Hi
> Hello,
> IIUC, #+latex_header{,_extra} only handles the single line it is on.
> Therefore, you will have to prefix "#+latex_header_extra:" for each line
> you want to have in LaTeX verbatim.
Thanks but this is a misunderstanding. I need that construct *after*
=\begin
Uwe Brauer writes:
> Hi
>
> I have the following org file example
>
> #+LATEX_HEADER_EXTRA: \usepackage[scrpage2]{rcsinfo}
> \makeatletter
> \def\@rcsInfoFancyInfo{{\footnotesize%
> \emph{\fcolorbox{black}{yellow}{Rev: \rcsInfoRevision,}
> \rcsInfoOwner,
> \rcsInfoLongDate,
> \rcsInfoTime}}}
>
Hi
I have the following org file example
#+LATEX_HEADER_EXTRA: \usepackage[scrpage2]{rcsinfo}
\makeatletter
\def\@rcsInfoFancyInfo{{\footnotesize%
\emph{\fcolorbox{black}{yellow}{Rev: \rcsInfoRevision,}
\rcsInfoOwner,
\rcsInfoLongDate,
\rcsInfoTime}}}
\makeatother
\rcsInfo $Id: manual-matlab-g