Files
Carlos Perez 2f6a5c265c Update Build script
update build to add new cover page .. painful
2025-12-04 12:50:04 -04:00

9 lines
274 B
TeX

% Add page break after table of contents
% This ensures TOC is on its own page(s) and content starts fresh
\usepackage{etoolbox}
% Patch to add clearpage after TOC
% This works with Pandoc's wrapped {\tableofcontents} structure
\apptocmd{\tableofcontents}{\clearpage}{}{}