- Change underscores in file names to hyphens.

- Make color names clearer.
- Clean up commonincludes.
This commit is contained in:
2025-09-15 17:00:34 -05:00
parent 029916b8d6
commit 5e578de497
22 changed files with 70 additions and 62 deletions

View File

@@ -17,15 +17,15 @@
- \textheight
},
yshift = {7pt}, % Just a magic number that lines up margin notes with their reference.
style~recto~outer = {\RaggedRight\small\color{marginText}},
style~verso~outer = {\RaggedLeft\small\color{marginText}},
style~recto~outer = {\RaggedRight\small\color{marginTextColor}},
style~verso~outer = {\RaggedLeft\small\color{marginTextColor}},
}
\NewDocumentCommand{\MarginHyperSetup}{}{
\ifthenelse{\boolean{isElectronic}}{
\hypersetup{allcolors = link}
\hypersetup{allcolors = linkColor}
}{
\hypersetup{allcolors = marginText}
\hypersetup{allcolors = marginTextColor}
}
}
@@ -77,7 +77,7 @@
\marginalia{
\MarginHyperSetup
\begin{MyCaption}[
format={\RaggedOutside\small\color{caption}}
format={\RaggedOutside\small\color{captionColor}}
]{fig:#3}{#4}
\Centering\includegraphics[keepaspectratio,#1]{#2}
\end{MyCaption}