From e679106f5d84f3cfddcd3edeb57acdf60d8fa3bb Mon Sep 17 00:00:00 2001 From: Vijay Janapa Reddi Date: Thu, 7 Nov 2024 07:05:03 -0500 Subject: [PATCH] Fixed broken PDF build issue --- tex/header-includes.tex | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/tex/header-includes.tex b/tex/header-includes.tex index c8fc07795..0f3f4e26d 100644 --- a/tex/header-includes.tex +++ b/tex/header-includes.tex @@ -21,24 +21,12 @@ \usepackage{tocloft} \usepackage{xcolor} \usepackage[outercaption, ragged]{sidecap} -\usepackage{tcolorbox} % For creating colored boxes \usepackage{etoolbox} % For redefining footnotes -\usepackage{footmisc} % Optional: For extra footnote formatting control \usepackage{sidenotes} % Define the Crimson color \definecolor{crimson}{HTML}{A51C30} -% Define a minimalist sidenote style with shading and no box -% \let\oldsidenote\marginnote -% \renewcommand{\marginnote}[1]{% -% \oldsidenote{% -% \vspace{-1em} % Adjust vertical position slightly to align better -% \noindent -% \colorbox{blue!5}{\parbox{0.9\marginparwidth}{\raggedright\footnotesize #1}}% -% } -% } - % Redefine \sidenote to include a custom minimalist styled box with a vertical bar \renewcommand{\thefootnote}{\textcolor{crimson}{\arabic{footnote}}}