Hi all,
it seems that org-preview-latex-fragment does not process \include{} commands
in the LATEX_HEADER (while it does process \newcommand). It this supposed to be
like that? If not, can it be changed or worked around somehow?
TIA
Sebastian
Minimal example:
test.org:
===================================
#+LATEX_CLASS: article
#+LATEX_HEADER: \include{commands}
#+LATEX_HEADER: \newcommand{\x}{X}
* This works
$\x$
* This doesn't
$\y$
===================================
commands.tex:
===================================
\newcommand{\y}{Y}
===================================
_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-orgmode