3 %%% Document-specific commands
6 % Outputs red TODOs in the document. Requires \usepackage{color}.
8 % Usage: \todo{Document the TODO command.}
10 % Comment out second line to disable.
11 \AtBeginDocument{\providecommand{\todo}[1]{}}
12 \newcommand*{\todo}[1]{{\color{Red} TODO: {#1}}}
14 % Creating a horizontal rule
15 \newcommand*{\HorRule}{%
17 \rule{\linewidth}{1pt}%
23 %%% TeX-master: "../applied-crypto-hardening"