#+TITLE: Testing tangling etc. for latex #+AUTHOR: Eric S Fraga #+EMAIL: e.fraga@ucl.ac.uk #+DATE: 2013-01-23 Wed #+PROPERTY: tangle yes * Cover material #+begin_src latex \documentclass{scrartcl} \title{The document} \author{ESF} \begin{document} \maketitle #+end_src * Introduction In the introduction, we talk about the problem and why it is important. #+begin_src latex \section{Introduction} \label{sec:intro} Yes, here I talk about the problem. #+end_src * End matter #+begin_src latex % could put the bibliography here, for instance \end{document} #+end_src