- Replace MarginNote package with Marginalia.

- Miscellaneous cleanup.
This commit is contained in:
2025-08-01 17:27:40 -05:00
parent 9ee80bbd77
commit 0eaf395e0e
6 changed files with 116 additions and 85 deletions

View File

@@ -17,6 +17,19 @@
},
}
% Define a justification style that is ragged on the side toward the outside of
% the page. I. e.
\RequirePackage{changepage}
%\RequirePackage{ifthen}
\DeclareCaptionJustification{raggedoutside}{
\checkoddpage
\ifoddpage
\raggedright
\else
\raggedleft
\fi
}
\RequirePackage{calc}
\RequirePackage{wrapfig2}
@@ -63,6 +76,21 @@
}
\newcommand{\wrapfig}[6][0in]{%
% Syntax:
% \wrapfig[
% horizontal_offset
% ]{
% graphic_file
% }{
% alignment [l,r,i,o]
% }{
% (width|height)=lengthvalue
% }{
% label
% }{
% caption
% }
%
\begin{wrapfigure}{#3}[#1]%
\captionsetup{type=figure}%
\capstart%