% For drafting purposes \usepackage{setspace} % customize spacing within the parbox \usepackage[dvipsnames]{xcolor} % colorbox \definecolor{highlight}{RGB}{255, 240, 194} % yellow \definecolor{proposal}{RGB}{218, 255, 194} % green \definecolor{hint}{RGB}{194, 228, 255} % blue \definecolor{todo}{RGB}{255, 209, 209} % red % Standalone centered box for general section comments \newcommand{\note}[2][highlight]{ \begin{center} \colorbox{#1}{ \fbox{\footnotesize \parbox{0.9\columnwidth}{ \setstretch{1.2} #2 }}} \end{center} } % Bolded text in square brackets for emphasizing paragraph point \usepackage{soul} % line-based highlighting with linewrap \newcommand{\point}[2][highlight]{ {\sethlcolor{#1}\hl{[#2]}} } \sethlcolor{highlight} % Hide comments % \renewcommand\note[2][]{} % Squish enumerate environment line spacing \setlist{nosep} % % Fast lists % \usepackage[ampersand]{easylist} \setlist[itemize,1]{leftmargin=12pt} \setlist[enumerate,1]{leftmargin=12pt} % \usepackage[nomarkers,figuresonly]{endfloat}