Fix for LaTeX warning: \include should only be used after \begin{document}.
As the settings.tex
file is inserted as part of the preamble, rather than the main document, it should be inserted with the \input
directive rather than the \include
directive. This MR corrects that and thus removes the associated warning that pops up.
Edited by Timothy Lundgren