Re: [Orgmode] Latex-Export with custom commands

2010-10-12 Thread Nick Dokos
Maximilian Matthe wrote: > > > Nick Dokos schrieb: > > You cannot expect org to do anything else: how is it supposed to know > > that the \cA is part of a math expression? > > > > > >> Is there some workaround for that behaviour? > >> > >> > > > > The obvious one of telling org (and lat

[Orgmode] Latex-Export with custom commands

2010-10-12 Thread Maximilian Matthe
Hi, I'm having a .tex-file named style.tex which contains the following: > \usepackage{xspace} > \newcommand{\cA}{\ensuremath{\mathcal{A}}\xspace} I'm including this file into my org-file with > #+LATEX_HEADER: \input{style} Now, when I type sth. like this: > Inside normal text \cA just work