Files
@ f044eb361f5f
Branch filter:
Location: AENC/HyperDiscSpec/marginnotes.tex - annotation
f044eb361f5f
550 B
text/x-tex
Added all the updates
d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 d4a8f659db23 | % MARGIN NOTES
\newif\ifnotes\notestrue
%\newif\ifnotes\notesfalse
\ifnotes
\usepackage{color}
\definecolor{mygrey}{gray}{0.50}
\newcommand{\notename}[2]{{\textcolor{mygrey}{\footnotesize{\bf (#1:} {#2}{\bf ) }}}}
\newcommand{\noteswarning}{{\begin{center} {\Large WARNING: NOTES ON}\end{center}}}
\else
\newcommand{\notename}[2]{{}}
\newcommand{\noteswarning}{{}}
\fi
\newcommand{\onote}[1]{{\notename{Oded}{#1}}}
\newcommand{\anote}[1]{{\notename{Aravindan}{#1}}}
\newcommand{\snote}[1]{{\notename{Shravas}{#1}}}
|