mirror of
https://github.com/trustedsec/SysmonCommunityGuide/
synced 2026-06-06 19:46:57 +00:00
bde5de34c3
* 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
19 lines
629 B
TeX
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}
|