emacs-orgmode
[Top][All Lists]
Advanced

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

Re: #+latex_header blocks, or, managing lots of LaTeX headers


From: Timothy
Subject: Re: #+latex_header blocks, or, managing lots of LaTeX headers
Date: Tue, 12 Apr 2022 16:02:30 +0800
User-agent: mu4e 1.6.10; emacs 28.0.91

Hi William,

> I have another question related to managing a book I’m doing building for 
> export
> to LaTeX:  what do people do for managing all of the headers?

Generally, I don’t like thinking about what LaTeX headers I need. That’s why I
developed 
<https://tecosaur.github.io/emacs-config/config.html#cleverer-preamble>.

In the one case I’ve had where I /did/ need to write a lot of LaTeX, I did it 
like
so:

┌────
│ #+latex_header: \include{extras.tex}
│ 
│ #+begin_src LaTeX :tangle extras.tex
│ % latex here
│ #+end_src
└────

Hope that helps,
Timothy

reply via email to

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