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