Skip to content

Fix for LaTeX warning: \include should only be used after \begin{document}.

Timothy Lundgren requested to merge timlu510/liuthesis:includefixes into master

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

Merge request reports