emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] escaping of #+TEXT lines: \vspace vs \vspace*


From: Eric S Fraga
Subject: Re: [O] escaping of #+TEXT lines: \vspace vs \vspace*
Date: Wed, 23 Mar 2011 09:00:17 +0000
User-agent: Gnus/5.110016 (No Gnus v0.16) Emacs/24.0.50 (gnu/linux)

Eric Abrahamsen <address@hidden> 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
normal org text, without having to escape them, I do the following:

#+latex_header: \newcommand{\Gap}[1]{\vspace*{#1}}

and then simply type \Gap{0.5in} whenever you want to invoke this vspace
command.  One could argue that the latex escaping that org does should
include *'ed commands as well... but this may have other repercussions
that I am not aware of.

-- 
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs 24.0.50.1
: using Org-mode version 7.5 (release_7.5.97.g078c0)



reply via email to

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