From 8e534401a1a2cf42f9ccbcfeaa3195f95dd192a0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 21 Feb 2024 13:16:47 +0100 Subject: [PATCH] Moved definitions of SPECIMEN macros to macros.tex They are needed in the abstract, too. --- macros.tex | 8 ++++++++ thesis.tex | 8 -------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/macros.tex b/macros.tex index d1ecf27..e74e6f9 100644 --- a/macros.tex +++ b/macros.tex @@ -129,3 +129,11 @@ %%% TODO items: remove before submitting :) \newcommand{\xxx}[1]{\textcolor{red!}{#1}} + +%% SPECIMEN +% Parts marked as SPECIMEN are used for building the example PDF. +% When the official template is generated by ./mkdist, all such parts +% are deleted, as well as all calls of \X and \XXX macros. +\def\X#1{\textcolor{red}{[#1]}} +\def\XXX#1{\par\smallskip\noindent \textcolor{red}{[#1]}} +%% NEMICEPS diff --git a/thesis.tex b/thesis.tex index a7668aa..ac97df1 100644 --- a/thesis.tex +++ b/thesis.tex @@ -51,14 +51,6 @@ \usepackage{paralist} % improved enumerate and itemize \usepackage{xcolor} % typesetting in color -%% SPECIMEN -% Parts marked as SPECIMEN are used for building the example PDF. -% When the official template is generated by ./mkdist, all such parts -% are deleted, as well as all calls of \X and \XXX macros. -\def\X#1{\textcolor{red}{[#1]}} -\def\XXX#1{\par\smallskip\noindent \textcolor{red}{[#1]}} -%% NEMICEPS - %% The hyperref package for clickable links in PDF and also for storing %% metadata to PDF (including the table of contents). %% Most settings are pre-set by the pdfx package. -- 2.39.2