Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
LaTeX tips and tricks | ||||||||
Line: 183 to 183 | ||||||||
% place a note for editing | ||||||||
Changed: | ||||||||
< < | \renewcommand{\note}[1]{~\\\frame{\begin{minipage}[c]{\textwidth}\vspace{2pt}\center{#1}\vspace{2pt}\end{minipage}}\vspace{3pt}\\} | |||||||
> > | \newcommand{\note}[1]{} \providecommand{\note}[1]{~\\\frame{\begin{minipage}[c]{\textwidth}\vspace{2pt}\center{#1}\vspace{2pt}\end{minipage}}\vspace{3pt}\\} | |||||||
% version for 2-column documents \renewcommand{\note}[1]{~\\\frame{\begin{minipage}[c]{\columnwidth}\vspace{2pt}\center{#1}\vspace{2pt}\end{minipage}}\vspace{3pt}\\} |