Files
trustedsec-SysmonCommunityG…/Build/chapter_break.tex
T
Carlos Perez bde5de34c3 update to build and chapters
* updated to th build script for the PDF
* Detection Engineering Fundamentals chapter
* added better guidance on how to leverage each event type.
* Provided general mapping to MITRE Techniques.
* Updated with leassons learned from 2025 IRs
2025-11-30 13:36:08 -04:00

19 lines
629 B
TeX

%% Chapter/Section Styling
%% Customize appearance of level 1 headings (sections in Pandoc = # in markdown)
\usepackage{sectsty}
% Level 1 headings: centered, larger, bold, with spacing but NO page break
\sectionfont{\centering\LARGE\bfseries}
% Add some vertical space before and after level 1 headings
\usepackage{titlesec}
\titlespacing*{\section}
{0pt} % left margin
{3ex plus 1ex minus .2ex} % space before (vertical)
{2ex plus .2ex} % space after (vertical)
% Optional: Keep subsections and subsubsections left-aligned
\subsectionfont{\large\bfseries}
\subsubsectionfont{\normalsize\bfseries}