Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Charles Millar
On 11/29/2013 12:21 AM, Jason Lewis wrote: Hi Charles, Thanks for your suggestion. I've tried it out it doesn't work for me. I ran this elisp to add the export class (require 'org-latex) (unless (boundp 'org-export-latex-classes) (add-to-list 'org-export-latex-classes '("ltugboa

Re: [O] LaTeX export with documentclass ltugboat

2013-11-29 Thread Jason Lewis
On 29/11/2013 5:53 pm, Thomas S. Dye wrote: > Jason Lewis writes: > >> (require 'org-latex) >> (unless (boundp 'org-export-latex-classes) >> (add-to-list 'org-export-latex-classes >> '("ltugboat" >>"\\documentclass{ltugboat}" >>("\\section{%s}" . "\\sec

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Thomas S. Dye
Jason Lewis writes: > (require 'org-latex) > (unless (boundp 'org-export-latex-classes) > (add-to-list 'org-export-latex-classes > '("ltugboat" >"\\documentclass{ltugboat}" >("\\section{%s}" . "\\section*{%s}") >("\\subsection{%s}" . "\

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
Hi Charles, Thanks for your suggestion. I've tried it out it doesn't work for me. I ran this elisp to add the export class (require 'org-latex) (unless (boundp 'org-export-latex-classes) (add-to-list 'org-export-latex-classes '("ltugboat" "\\documentclass{ltugboat}"

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Charles Millar
Jason, On 11/28/2013 7:02 AM, Jason Lewis wrote: Hi, How can I export an org file to LaTeX with a document class of ltugboat? I've seen the example linked below but it doesn't appear to work in 8.2.1 and in fact states its for org < 8.0. http://orgmode.org/worg/org-tutorials/org-latex-export.h

Re: [O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Suvayu Ali
Hello Jason, On Thu, Nov 28, 2013 at 11:02:31PM +1100, Jason Lewis wrote: > Hi, > > How can I export an org file to LaTeX with a document class of ltugboat? > > I've seen the example linked below but it doesn't appear to work in > 8.2.1 and in fact states its for org < 8.0. > http://orgmode.org/

[O] LaTeX export with documentclass ltugboat

2013-11-28 Thread Jason Lewis
Hi, How can I export an org file to LaTeX with a document class of ltugboat? I've seen the example linked below but it doesn't appear to work in 8.2.1 and in fact states its for org < 8.0. http://orgmode.org/worg/org-tutorials/org-latex-export.html Is this documented somewhere for versions > 8.0