According to the log, you need to configure the export to use xelatex.
The error using xelatex is at this point, where it seems you should not
use math-mode:
l.86 $\LaTeX
$
Do you have this in your code? Did you try removing the enclosing $?
Best,
Alan
--
OpenPGP Key ID : 040D0A3
After run command, got error outputthe following output:
(I'm trying to make those settings buffer-local and can be toggled by a
minor mode, so this can be separate with default setting, and enabled
when needed)
#+begin_src shell :eval no
latex /tmp/orgtexhCLnu9.tex
#+end_src
#+RESULTS:
: T
On 2018-03-27 08:57, stardiviner writes:
> I have divsvgm program on my arch linuxsystem. And "/tmp/orgtexhClnu9.dvi"
> does
> not exist, it is not produced. Only "/tmp/orgtexhClnu9.tex" and
> "/tmp/orgtexhClnu9.log" two file.
What does the log file say? There will probably be a hint about what
it sounds like you should run something like this at the commandline:
latex /tmp/orgtexhClnu9.tex
and see if any errors come up. Maybe some package is missing.
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon U
I have divsvgm program on my arch linuxsystem. And
"/tmp/orgtexhClnu9.dvi" does not exist, it is not produced. Only
"/tmp/orgtexhClnu9.tex" and "/tmp/orgtexhClnu9.log" two file.
On 03/27/2018 12:20 AM, Nicolas Goaziou wrote:
Hello,
stardiviner writes:
I have following settings to make org
Hello,
stardiviner writes:
> I have following settings to make org-mode export to PDF works better,
> like export with src block syntax highlighting with "minted", and
> support Chinese export with latex package "ctex" and specify default
> font etc all stuffs.
>
> I used to disabled org-mode st
I have following settings to make org-mode export to PDF works better,
like export with src block syntax highlighting with "minted", and
support Chinese export with latex package "ctex" and specify default
font etc all stuffs.
I used to disabled org-mode startup preview latex fragments. Today
I have following settings to make org-mode export to PDF works better,
like export with src block syntax highlighting with "minted", and
support Chinese export with latex package "ctex" and specify default
font etc all stuffs.
I used to disabled org-mode startup preview latex fragments. Today