Fixed broken PDF build issue

This commit is contained in:
Vijay Janapa Reddi
2024-11-07 07:05:03 -05:00
parent eb7083927c
commit e679106f5d

View File

@@ -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}}}