mirror of
https://github.com/trustedsec/SysmonCommunityGuide/
synced 2026-06-06 19:46:57 +00:00
2f6a5c265c
update build to add new cover page .. painful
9 lines
274 B
TeX
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}{}{}
|