Skip to content

Commit

Permalink
Switch to CrimsonPro font.
Browse files Browse the repository at this point in the history
  • Loading branch information
Draugvorn committed Feb 1, 2022
1 parent 7d5026d commit e9bc415
Show file tree
Hide file tree
Showing 9 changed files with 10,586 additions and 3,499 deletions.
6 changes: 5 additions & 1 deletion 01_Preamble/DocClassPackages.tex
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

\usepackage[automark, headsepline]{scrlayer-scrpage}
\ohead{\headmark} % outer header contains info
\automark[section]{section} % header into is section
\automark[section]{section} % header info is section
\setkomafont{pagehead}{\upshape\sffamily} % header font is sans serif

% The following magic creates the cool vertical bar page numbers
Expand Down Expand Up @@ -120,10 +120,14 @@
\usepackage[T1]{fontenc} % provides font encoding
\usepackage[utf8]{inputenc} % provides input encoding
\usepackage{lmodern} % provides Latin Modern fonts
\usepackage[lining, light, semibold]{CrimsonPro} % provides CrimsonPro font
\usepackage{microtype} % typographical perfection
\usepackage[defaultlines = 2, all]{nowidow} % prevents widows and orphans
\usepackage{siunitx} % typesets physical quantities

\usepackage{csquotes} % provides quotation marks
\setquotestyle[american]{english}

% ┌────────────────────────────────────────────────────────────────────────────┐
% │ MATHS │
% └────────────────────────────────────────────────────────────────────────────┘
Expand Down
9 changes: 6 additions & 3 deletions 01_Preamble/SettingsMacros.tex
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,22 @@
% beforeskip=\baselineskip,
afterskip=\bigskipamount,
afterindent=false,
font=\fontsize{22}{26.4}\color{s-blue}\sffamily\bfseries
font=\fontsize{22}{26.4}\color{s-blue}\sffamily\bfseries,
tocbeforeskip=2ex plus 2pt minus 2pt
]{chapter}
\RedeclareSectionCommand[
beforeskip=\baselineskip,
afterskip=\bigskipamount,
afterindent=false,
font=\fontsize{18}{21.6}\color{s-blue}\sffamily\bfseries
font=\fontsize{18}{21.6}\color{s-blue}\sffamily\bfseries,
tocbeforeskip=1ex plus 1pt minus 1pt
]{section}
\RedeclareSectionCommand[
beforeskip=\baselineskip,
afterskip=\medskipamount,
afterindent=false,
font=\fontsize{14}{16.8}\color{s-blue}\sffamily\bfseries
font=\fontsize{14}{16.8}\color{s-blue}\sffamily\bfseries,
tocbeforeskip=1ex plus 1pt minus 1pt
]{subsection}
\RedeclareSectionCommand[
beforeskip=\baselineskip,
Expand Down
6 changes: 5 additions & 1 deletion 02_FrontMatter/01_CoverPage.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

\pagestyle{empty}

\begingroup
\fontfamily{lmr}\selectfont

\begin{tikzpicture}[overlay, remember picture]

\fill[s-base01!10]
Expand Down Expand Up @@ -65,4 +68,5 @@
\\[0.25\baselineskip] Till Baar \\[0.25\baselineskip] 2022 \\}}
};

\end{tikzpicture}
\end{tikzpicture}
\endgroup
8 changes: 6 additions & 2 deletions 02_FrontMatter/02_BastardTitle.tex
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
\pagestyle{empty}

\begingroup
\fontfamily{lmr}\selectfont

\begin{tikzpicture}[overlay, remember picture]

\node (title) [align=left, black!65] at ($(current page.center)+(0,-3.75)$) {
{\fontsize{36}{43.2} {\fontfamily{qcs}\selectfont
\textcolor[HTML]{4b7c94}{REGRESSION MODELS}
}} \\[1.25\baselineskip]
{\fontsize{24}{28.8} {\fontfamily{qcs}\selectfont For High-Dimensional,
{\fontsize{24}{28.8} {\fontfamily{qcs}\selectfont for High-Dimensional,
Biological Data}} \\[0.5\baselineskip]
% {\fontsize{24}{28.8} {\fontfamily{qcs}\selectfont posable Elements in the
% Human Genome}}
Expand All @@ -32,4 +35,5 @@
{\fontsize{14}{16.8} {\fontfamily{qcs}\selectfont Prof. Dr. Andreas Beyer}}
};

\end{tikzpicture}
\end{tikzpicture}
\endgroup
Loading

0 comments on commit e9bc415

Please sign in to comment.