I have this latex code block:
#+begin_src latex :file foo.pdf
\documentclass{article}
\begin{document}
...some text...
\end{document}
#+end_srcAfter 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. -- henry; http://literaturlatenight.de
