Hello, Vladimir Nikishkin <lockyw...@gmail.com> writes:
> There are two almost unrelated latex-using processes in org. One is > export, the other one is generating previews. > > The latter one is far less demanding than the former. Previews only care > about certain math, whereas exports may very well be super tricky. > > Therefore, preparing org documents for export often includes setting a > separate latex compiler (in 99% of the cases lualatex or xelatex), and a > custom #+LATEX_HEADER. the latex compiler controlled with > (setq org-latex-compiler "lualatex") > (setq org-latex-bib-compiler "biber") > is completely ignored by the preview process. This is fine, since > previews only care about small things. However, #+LATEX_HEADER is _not_ > ignored, which means that previews will fail to compile, since > LATEX_HEADER is prepared for a different compiler. IIRC, LATEX_HEADER_EXTRA is meant for non-preview compilation. LATEX_HEADER is for both preview and export. Regards, -- Nicolas Goaziou