Skip to content

Commit 1af1bb9

Browse files
committed
Enable microtype and specify font size
1 parent 5568b45 commit 1af1bb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tex/main.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
\documentclass[
2+
fontsize=10pt,
23
a4paper,
34
twoside=false
45
]{kaobook}
@@ -7,6 +8,8 @@
78
\input{styles/utils.tex}
89
\input{styles/tikz.tex}
910

11+
\usepackage{microtype}
12+
1013
\usepackage{kaobiblio}
1114
\addbibresource{FormalLanguageConstrainedReachabilityLectureNotes.bib}
1215

0 commit comments

Comments
 (0)