Skip to content

Commit 21e558e

Browse files
committed
report: Tweak lof/lot
1 parent 2b21310 commit 21e558e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

report/preamble.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,14 @@
66
\usepackage[T1]{fontenc}
77
\usepackage{titlesec, blindtext, color}
88

9+
910
% https://tex.stackexchange.com/questions/4152/how-do-i-prevent-widow-orphan-lines %
1011
\usepackage[all]{nowidow}
1112

1213
\definecolor{gray75}{gray}{0.75}
1314
\newcommand{\hsp}{\hspace{20pt}}
1415
\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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ Resulting in XX% accuracy on Urbansound8k dataset.
2525
2626
-->
2727

28-
2928
\newpage
29+
\thispagestyle{empty}
30+
\mbox{}
31+
32+
3033
# Introduction
3134

3235
<!--

0 commit comments

Comments
 (0)