summaryrefslogtreecommitdiff
path: root/thesis/thesis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'thesis/thesis.tex')
-rw-r--r--thesis/thesis.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/thesis/thesis.tex b/thesis/thesis.tex
index 885a1cb..7efeaa7 100644
--- a/thesis/thesis.tex
+++ b/thesis/thesis.tex
@@ -1,5 +1,12 @@
\documentclass[a4paper,twoside]{article}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
+\usepackage[scaled]{beramono}
+
+\let\oldtexttt\texttt
+\def\texttt#1{\oldtexttt{\footnotesize #1}}
+
\usepackage[british]{babel}
\usepackage[babel=true]{csquotes}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}