Skip to content

Instantly share code, notes, and snippets.

@gabro
Created December 7, 2012 19:23
Show Gist options
  • Save gabro/4235760 to your computer and use it in GitHub Desktop.
Save gabro/4235760 to your computer and use it in GitHub Desktop.
An example of a multi-part LaTeX document
\documentclass{article}
\title{A long document}
\author{Gabriele Petronella}
\date{\today}
\begin{document}
\maketitle
\input{abstract}
\input{related-work}
\input{experiment}
\input{results}
\input{conclusions}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment