emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Correct Way to Customize LaTeX Export?


From: Russell Adams
Subject: Re: [Orgmode] Correct Way to Customize LaTeX Export?
Date: Tue, 8 Sep 2009 15:49:54 -0500
User-agent: Mutt/1.5.18 (2008-05-17)

That's where the export header comes in handy.

In .emacs:

> ,----
> |     (setq org-export-latex-classes
> |           '(("article"
> |              "\\documentclass[11pt]{article}"
> |              ("\\section{%s}" . "\\section*{%s}")
> |              ("\\subsection{%s}" . "\\subsection*{%s}")
> |              ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
> |              ("\\paragraph{%s}" . "\\paragraph*{%s}")
> |              ("\\subparagraph{%s}" . "\\subparagraph*{%s}"))))
> `----

At the top of your .org file:

#+LATEX_HEADER \\usepackage[utf8]{inputenc}
#+LATEX_HEADER \\usepackage[T1]{fontenc}
#+LATEX_HEADER \\usepackage{graphicx}
#+LATEX_HEADER \\usepackage{longtable}
#+LATEX_HEADER \\usepackage{soul}
#+LATEX_HEADER \\usepackage{hyperref}
#+LATEX_HEADER \\hypersetup{
#+LATEX_HEADER   hyperindex=true,
#+LATEX_HEADER   plainpages=false,
#+LATEX_HEADER   colorlinks=true,
#+LATEX_HEADER   linkcolor=black
#+LATEX_HEADER }

On Tue, Sep 08, 2009 at 02:41:17PM -0600, Peter Jones wrote:
> I recently started exporting some org headlines to LaTeX.  I poked
> around but couldn't find the best way to customize the output, e.g. add
> a call to hypersetup.  The best I came up with was:
> 
> 
> But by doing that, I would have to update this variable when pulling
> down a new org version that might have changed the default value of
> org-export-latex-classes.
> 
> Is there a better way to do stuff like insert a call to hypersetup?
> 
> -- 
> Peter Jones - 303-219-0226
> pmade inc.  - http://pmade.com
> 
> 
> 
> _______________________________________________
> Emacs-orgmode mailing list
> Remember: use `Reply All' to send replies to the list.
> address@hidden
> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
> 


------------------------------------------------------------------
Russell Adams                            address@hidden

PGP Key ID:     0x1160DCB3           http://www.adamsinfoserv.com/

Fingerprint:    1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3




reply via email to

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