- Move font files to PrimeTeX.

- Add Roboto as sans serif font and move Roboto Slab to a custom family.
- Customize title formatting.
- Add boxout macro.
This commit is contained in:
2025-07-16 17:25:16 -05:00
parent b933bf8c9b
commit 60e4d0eccd
151 changed files with 830 additions and 50 deletions

View File

@@ -13,21 +13,18 @@
}
\newcommand{\cfig}[4]{%
\begin{figure}[ht]%
}
\newcommand{\centerfig}[4][]{
\begin{figure}[ht]%
\centering%
#4{#1}%
\caption{#3}%
\label{fig:#2}%
\includegraphics[keepaspectratio,#1]{#2}%
\caption{#4}%
\label{fig:#3}%
\end{figure}%
}
\newcommand{\centerfig}[3]{\cfig{#1}{#2}{#3}{\includegraphics}}
\newcommand{\centerfigw}[4][\textwidth]{
\cfig{#2}{#3}{#4}{
\includegraphics[keepaspectratio,width=#1]
}
}
\newcommand{\bigfig}[4][\twoscreenshotmaxwidth]{%
\newcommand{\bigfig}[4][\bigfloatwidth]{%
\bigfloat[#1]{figure}{htp}{%
\captionsetup{type=figure}%
\includegraphics[keepaspectratio,width=\textwidth]{#2}%
@@ -36,7 +33,7 @@
}%
}
\newcommand{\doublebigfig}[7][\twoscreenshotmaxwidth]{%
\newcommand{\doublebigfig}[7][\bigfloatwidth]{%
\bigfloat[#1]{figure}{p}{%
\captionsetup{type=figure}%
\includegraphics[keepaspectratio,width=\textwidth]{#2}%