Skip to content

Instantly share code, notes, and snippets.

@pdostal
Last active August 29, 2015 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pdostal/3470549c67e96d0af9e9 to your computer and use it in GitHub Desktop.
Save pdostal/3470549c67e96d0af9e9 to your computer and use it in GitHub Desktop.
TeX subfiles
\documentclass{article}
\usepackage{subfiles}
\begin{document}
\subfile{section_01}
\end{document}
\documentclass[main.tex]{subfiles}
\begin{document}
\section{Section 01}
Blah, blah, blahh...
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment