When writing a document, I like to use the following format.
%Settings for document
%Packages I need
\newcommand{\insertdocument}{
%Everything that would ordinarily be put between \begin{document} and \end{document}
}
\begin{document}
\insertdocument
\end{document}
There's something that appeals to me about producing a complicated document with only 15 characters between \begin{document} and \end{document} (although I could just do \q and do it in 2 characters, but that's beside the point).
Does this method of creating a document have any advantages or disadvantages in comparison to the standard way of making a document in terms of compilation speed, ease of use, or other measures?
\includeand\inputfor such jobs. – Aug 30 '15 at 02:43