emacs-orgmode
[Top][All Lists]
Advanced

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

[Orgmode] bug(?) in org-preview-latex-fragment


From: Sebastian Hofer
Subject: [Orgmode] bug(?) in org-preview-latex-fragment
Date: Sun, 28 Nov 2010 19:38:59 +0100
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.0.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO)

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}
===================================






reply via email to

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