]> mj.ucw.cz Git - diplomky.git/commitdiff
Moved definitions of SPECIMEN macros to macros.tex
authorMartin Mares <mj@ucw.cz>
Wed, 21 Feb 2024 12:16:47 +0000 (13:16 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 21 Feb 2024 17:52:22 +0000 (18:52 +0100)
They are needed in the abstract, too.

macros.tex
thesis.tex

index d1ecf27e1deeb33c98af09672bad56a4f58a7628..e74e6f9ebe556dd997e9fe78be3eff2af73b905a 100644 (file)
 
 %%% 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
index a7668aa1b65eb27686efcd062b1df8f8ce1f31cf..ac97df18d73cfc1032f62409fbaf9e8a7a7152f6 100644 (file)
 \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.