- 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

@@ -3,7 +3,7 @@
% Cross references
%#region
%\newcommand{\sectionRef}[2]{\ref{#1:#2}: #2}
\newcommand{\refPart}[2][Part~]{#1\ref{pt:#2}}
\newcommand{\refChapter}[2][Chapter~]{#1\ref{ch:#2}}
\newcommand{\refAppendix}[2][Appendix~]{#1\ref{ch:#2}}
\newcommand{\refSection}[2][Section~]{#1\ref{sec:#2}}
@@ -21,6 +21,9 @@
#3{#2}\label{#4:#1}
\fi
}
\newcommand{\lblPart}[2][]{
\lblGeneral[#1]{#2}{\part}{pt}
}
\newcommand{\lblChapter}[2][]{
\lblGeneral[#1]{#2}{\chapter}{ch}
}