emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Generating LaTeX SRC block during HTML export broken in 9.0.1


From: Nicolas Goaziou
Subject: Re: [O] Generating LaTeX SRC block during HTML export broken in 9.0.1
Date: Fri, 25 Nov 2016 12:23:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Hello,

Éric Würbel <address@hidden> writes:

> This was working in 9.0, but is not working anymore. Consider the
> following_example :
>
> #+BEGIN_SRC org
> #+TITLE LaTeX export minimal test
>
> * Let's go
>
>   A really interresting algorithm :
>
>   #+header: :headers '( "\\renewcommand{\\familydefault}{\\sfdefault}" 
> "\\usepackage{lmodern}" "\\usepackage{algpseudocode}" )
>   #+header: :file algo.png
>   #+header: :imagemagick yes :fit yes
>   #+header: :results raw :iminoptions -density 600 :imoutoptions -geometry 
> 1200 
>   #+BEGIN_SRC latex
>     \begin{algorithmic}[1]
>       \Function{triSauvegarde}{nom\_fichier : String}
>       \State tab $\gets$  \Call{copie}{leContenu}
>       \State \Call{trier}{tab}
>       \State \Call{sauvegarder}{nom\_fichier}
>       \EndAlgorithm
>     \end{algorithmic}
>   #+END_SRC
>
> #+END_SRC
>
> When exporting to html file (C-x C-e h h) org complains :
>
> org-babel-exp process latex at position 358...
> executing Latex code block...
> Processing LaTeX file /tmp/babel-6122X0-/latex-6122U9y.tex...
> org-compile-file: File "/tmp/babel-6122X0-/latex-6122U9y.pdf" wasn't 
> produced.  See "*Org PDF LaTeX Output*" for details

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



reply via email to

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