[Top][All Lists]
[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
- Re: [Orgmode] TikZ to separate file (babel?) possible?, (continued)
- Re: [Orgmode] TikZ to separate file (babel?) possible?, Eric S Fraga, 2010/10/22
- Re: [Orgmode] TikZ to separate file (babel?) possible?, John Hendy, 2010/10/23
- Re: [Orgmode] TikZ to separate file (babel?) possible?, John Hendy, 2010/10/25
- Re: [Orgmode] TikZ to separate file (babel?) possible?, Eric Schulte, 2010/10/25
- Re: [Orgmode] TikZ to separate file (babel?) possible?, John Hendy, 2010/10/25
- Re: [Orgmode] TikZ to separate file (babel?) possible?, Eric S Fraga, 2010/10/26
- Re: [Orgmode] TikZ to separate file (babel?) possible?, John Hendy, 2010/10/26
- Re: [Orgmode] TikZ to separate file (babel?) possible?, John Hendy, 2010/10/26
- Re: [Orgmode] TikZ to separate file (babel?) possible?, Eric Schulte, 2010/10/26
- Re: [Orgmode] TikZ to separate file (babel?) possible?, John Hendy, 2010/10/28
- Re: [Orgmode] TikZ to separate file (babel?) possible?,
John Hendy <=