From: Martin Mares Date: Wed, 21 Feb 2024 12:16:47 +0000 (+0100) Subject: Moved definitions of SPECIMEN macros to macros.tex X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8e534401a1a2cf42f9ccbcfeaa3195f95dd192a0;p=diplomky.git Moved definitions of SPECIMEN macros to macros.tex They are needed in the abstract, too. --- 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.