Eric Abrahamsen writes:
> Hi,
>
> In a certain org file I put this line into the export options:
>
> #+begin_src org-mode
> #+TEXT: \vspace*{0.5in}
> #+end_src
Should this not be
#+LATEX: \vspace*{0.5in}
instead of TEXT?
By the way, if you want such commands to be recognised inline within
no
Hi,
In a certain org file I put this line into the export options:
#+begin_src org-mode
#+TEXT: \vspace*{0.5in}
#+end_src
The starred version is necessary, obviously, since this comes before any
text, and LaTeX will ignore a plain old \vspace{} in those cases.
This currently gets escaped as \vs