emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] TikZ to separate file (babel?) possible?


From: John Hendy
Subject: Re: [Orgmode] TikZ to separate file (babel?) possible?
Date: Thu, 28 Oct 2010 16:52:39 -0500

Eric,


Just retried and was able to get it to work. Perhaps someone should add this to the ob-doc-latex page? For reference, I tried each of the following:

Works: 1) #+begin_src latex :headers \renewcommand{\rmdefault}{cmss}

Doesn't work: 2) #+begin_src latex :headers '("\\renewcommand{\rmdefault}{cmss}")

Works: 3) #+begin_src latex :headers '("\\usepackage{mathpazo}")

Which was puzzling me about #2 which led me to try:

Works: 4) Doesn't work: 2) #+begin_src latex :headers '("\\renewcommand{\\rmdefault}{cmss}")

Note the second double backslash before rmdefault. That escape character was necessary there, too.

Thanks for the help on this!! It's perfect.


John

reply via email to

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