From 7ed29ec55ef24b3ca6e4f82ee2bfd715869db9ae Mon Sep 17 00:00:00 2001 From: David Kaufmann Date: Tue, 27 Aug 2013 20:33:07 +0200 Subject: [PATCH] add utf-8 as encoding --- basics.tex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/basics.tex b/basics.tex index 0706801..a70c2f6 100644 --- a/basics.tex +++ b/basics.tex @@ -1,4 +1,10 @@ \documentclass[10pt,a5paper,twoside,openright,twocolumn,german]{book} + +% encoding +\usepackage[german]{babel} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} + % page formatting \usepackage[columnsep=.75cm,lmargin=.75cm,rmargin=.75cm,tmargin=1.5cm,bmargin=1.5cm]{geometry} -- 2.43.0