[Orgmode] Latex Export -- pdf

2009-03-16 Thread Simon Brown
Evening all,

I have a question about how people use the latex exporter if I may, I 
can't find much on the interweb about it. How do you go about tarting 
up the output? The exporter creates 99% of what I want, but the margins 
are daft and I'd prefer a different font. I'm guessing you hand craft a 
LaTeX preamble of some sort? I am unfamiliar with LaTeX having taken 
the LyX route a long time ago. I could use LyX to do this, but I'd 
prefer it to be automagic. Should I start reading Lamport? Can anyone 
share a template?

Thanks

Simon



___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] Latex Export -- pdf

2009-03-16 Thread Sebastian Rose

I did this:

M-x customize-variable RET org-export-latex-classes RET

and changed the LaTeX header for article to this here:

\documentclass[11pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{longtable}
% BEGIN My Article Defaults
\input{/home/sebastian/develop/lib/latex/header-org-article-pdf.tex}
\input{/home/sebastian/develop/lib/latex/code.tex}
% END My Article Defaults


/home/sebastian/develop/lib/latex/header-org-article-pdf.tex and
/home/sebastian/develop/lib/latex/code.tex hold all the preferences I
need.


It's also possible to set up custom classes and include it into your
org-file.
See
http://orgmode.org/manual/Sectioning-structure.html#Sectioning-structure 



Regards,

  Sebastian



Simon Brown si...@cliffestones.demon.co.uk writes:
 Evening all,

 I have a question about how people use the latex exporter if I may, I 
 can't find much on the interweb about it. How do you go about tarting 
 up the output? The exporter creates 99% of what I want, but the margins 
 are daft and I'd prefer a different font. I'm guessing you hand craft a 
 LaTeX preamble of some sort? I am unfamiliar with LaTeX having taken 
 the LyX route a long time ago. I could use LyX to do this, but I'd 
 prefer it to be automagic. Should I start reading Lamport? Can anyone 
 share a template?

 Thanks

 Simon



 ___
 Emacs-orgmode mailing list
 Remember: use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode


-- 
Sebastian Rose, EMMA STIL - mediendesign, Niemeyerstr.6, 30449 Hannover
Tel.:  +49 (0)511 - 36 58 472
Fax:   +49 (0)1805 - 233633 - 11044
mobil: +49 (0)173 - 83 93 417
Email: s.r...@emma-stil.de, sebastian_r...@gmx.de
Http:  www.emma-stil.de


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode