[SOLVED] (was: how to export to latex with $ constructs rcsinfo)

2023-01-26 Thread Uwe Brauer
> 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

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Uwe Brauer
>>> "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

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Fraga, Eric
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

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Ihor Radchenko
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

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Uwe Brauer
> 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

Re: how to export to latex with $ constructs rcsinfo

2023-01-26 Thread General discussions about Org-mode.
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}}} >

how to export to latex with $ constructs rcsinfo

2023-01-26 Thread Uwe Brauer
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