Merge remote-tracking branch 'origin/main'

This commit is contained in:
François Pelletier 2024-07-29 21:37:23 -04:00
commit 3c36a9a596
57 changed files with 691 additions and 94 deletions

View file

@ -42,14 +42,24 @@
\makeatother
\usepackage{fontspec}
\setmainfont[Path=font/GlacialIndifference/]{GlacialIndifference-Regular.otf}
\setsansfont[Path=font/GlacialIndifference/]{GlacialIndifference-Regular.otf}
\setmainfont[Path=font/tex-gyre-adventor/]{texgyreadventor-regular.otf}
\setsansfont[Path=font/tex-gyre-adventor/]{texgyreadventor-regular.otf}
\setmonofont[Path=font/SourceCodePro/]{SourceCodePro-Regular.ttf}
\newcommand{\emoji}[1]{
{\setmainfont[Path=font/NotoColorEmoji/]{NotoColorEmoji.ttf}[Renderer=Harfbuzz]{#1}}
}
% Specify different font for section headings
\usepackage{titlesec}
\usepackage{titling}
\newfontfamily\headingfont[Path=font/tex-gyre-adventor/]{texgyreadventor-bold.otf}
\titleformat*{\section}{\LARGE\headingfont}
\titleformat*{\subsection}{\Large\headingfont}
\titleformat*{\subsubsection}{\large\headingfont}
\renewcommand{\maketitlehooka}{\headingfont}
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhf{}