From 3a14bb079d5b72daa714fad09485cb4a85cf5ee8 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 24 Feb 2024 23:57:34 +0100 Subject: [PATCH] Thou shalt not use \include{...} before \begin{document} --- thesis.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/thesis.tex b/thesis.tex index a2a0e5f..252882d 100644 --- a/thesis.tex +++ b/thesis.tex @@ -68,9 +68,9 @@ \hypersetup{breaklinks=true} % Definice různých užitečných maker (viz popis uvnitř souboru) -\include{macros} +\input macros.tex -%% Titulní strana a různé povinné informační strany +%%% Titulní strana a různé povinné informační strany \begin{document} \include{title} -- 2.39.2