aboutsummaryrefslogtreecommitdiffstats
path: root/preamble
diff options
context:
space:
mode:
authorGustav Eek <gustav.eek@fripost.org>2020-03-25 17:19:46 +0100
committerGustav Eek <gustav.eek@fripost.org>2020-03-25 17:20:22 +0100
commit426d2a5745f5a6cfd2f88257af5654dd526c8bd9 (patch)
treefd95da3a6380de345f6f4e517ff717cad0e02592 /preamble
parent61aaf3487695ec6bb69bc50e5e74fcf2051a4246 (diff)
Inital on 2020. Makefile created and preamble update
The LaTeX font encoding is updated to *T1* *fontenc* and *lmodern* font (which supports T1). Improvements with T1 compared to the standard OT1 is that glyphs for e.g. Swedish characters are "actual" instead of ASCII ones with accents.
Diffstat (limited to 'preamble')
-rw-r--r--preamble/preamble.tex2
1 files changed, 2 insertions, 0 deletions
diff --git a/preamble/preamble.tex b/preamble/preamble.tex
index 5459131..7952529 100644
--- a/preamble/preamble.tex
+++ b/preamble/preamble.tex
@@ -2,6 +2,8 @@
\usepackage{a4wide}
\usepackage[british, english, swedish]{babel}
\usepackage[utf8]{inputenc}
+\usepackage[T1]{fontenc}
+\usepackage{lmodern}
\usepackage{fancyhdr}
\usepackage[usenames, dvipsnames]{color}
\usepackage{helvet}