emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] latex code block evaluation


From: henry atting
Subject: Re: [O] latex code block evaluation
Date: Mon, 11 Feb 2013 11:47:31 +0100
User-agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.3.50 (gnu/linux)

Hi Sebastien,

"Sebastien Vauban"
<address@hidden> writes:

> Hi Henry,
>
> henry atting wrote:
>> I have this latex code block:
>>
>> #+begin_src latex  :file foo.pdf
>> \documentclass{article}
>> \begin{document}
>> ...some text...
>> \end{document}
>> #+end_src
>>
>> After evaluation the resulting file looks like this:
>>
>> article ...some text...
>>
>> I do not understand this. As far as I know it is possible to define the
>> latex documentclass within a code block.
>
> Could you be more explicit?  Do you want to use that to pass parameters to the
> LaTeX backend?  If yes, why not using the "#+LaTeX:" directive (not sure
> they're still supported with the exact same syntax as before -- I've not yet
> merged my documents). And that brings us to the most important question: old
> or new exporter?
>
> Eventually, can you send a real ECM, or your real use case?

Ah, I see, I was unclear.
In this case I simply want to evalutate this code block with `C-c C-c'. 
I do not use the orgmode LaTeX exporter, only the HTML exporter.
Finally I will create org files with LaTeX code blocks which I will export to
HTML. And that's all. HTML export works fine with the old or the new
exporter.

Though in this case it is not really indispensable I only was wondering why
code block evalution does not work as expected. Why is
`\documentclass{article}' not recognized properly?


> Best regards,
>   Seb


Greetings,
henry




reply via email to

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