emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Latex Export --> pdf
@ 2009-03-16 23:19 Simon Brown
  2009-03-17  1:33 ` Sebastian Rose
  0 siblings, 1 reply; 2+ messages in thread
From: Simon Brown @ 2009-03-16 23:19 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Latex Export --> pdf
  2009-03-16 23:19 Latex Export --> pdf Simon Brown
@ 2009-03-17  1:33 ` Sebastian Rose
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Rose @ 2009-03-17  1:33 UTC (permalink / raw)
  To: Simon Brown; +Cc: emacs-orgmode


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 <simon@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.rose@emma-stil.de, sebastian_rose@gmx.de
Http:  www.emma-stil.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-17  1:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-16 23:19 Latex Export --> pdf Simon Brown
2009-03-17  1:33 ` Sebastian Rose

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).