22 lines
672 B
TeX
22 lines
672 B
TeX
\newcommand{\minitoc}[1][Contents]{%
|
|
\etocsettocstyle{\addsec*{#1}}{}%
|
|
\localtableofcontents%
|
|
}
|
|
|
|
\newcommand{\written}[1]{{\noindent\color{Green}Things written in #1}}
|
|
\newcommand{\unpublished}[1]{{\noindent\color{Green}Things written but not published in #1}}
|
|
\newcommand{\missing}[1]{{\noindent\color{Red}Missing #1}}
|
|
|
|
\newcommand{\argmax}[1]{\underset{#1}{\mathrm{argmax}\ }}
|
|
|
|
\let\rawhref\href%
|
|
\renewcommand{\href}[2]{\rawhref{#1}{#2}\footnote{\url{#1}}}
|
|
|
|
\newcommand\notsotiny{\@setfontsize\notsotiny\@viiipt\@ixpt}
|
|
|
|
% Commands for review
|
|
\newcommand{\update}[2]{#2}
|
|
|
|
\newcommand{\cmark}{{\color{DarkGreen}\ding{51}}}
|
|
\newcommand{\xmark}{{\color{red}\ding{55}}}
|