We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b21310 commit 21e558eCopy full SHA for 21e558e
report/preamble.tex
@@ -6,9 +6,14 @@
6
\usepackage[T1]{fontenc}
7
\usepackage{titlesec, blindtext, color}
8
9
+
10
% https://tex.stackexchange.com/questions/4152/how-do-i-prevent-widow-orphan-lines %
11
\usepackage[all]{nowidow}
12
13
\definecolor{gray75}{gray}{0.75}
14
\newcommand{\hsp}{\hspace{20pt}}
15
\titleformat{\chapter}[hang]{\Huge\bfseries}{\thechapter\hsp\textcolor{gray75}{|}\hsp}{0pt}{\Huge\bfseries}
16
17
+\usepackage{tocloft}
18
+\renewcommand\cftlottitlefont{\Huge}
19
+\renewcommand\cftloftitlefont{\Huge}
report/report.md
@@ -25,8 +25,11 @@ Resulting in XX% accuracy on Urbansound8k dataset.
25
26
-->
27
28
-
29
\newpage
+\thispagestyle{empty}
30
+\mbox{}
31
32
33
# Introduction
34
35
<!--
0 commit comments