From 2d0c55654bcf2e1da955305da76e7c098ed50618 Mon Sep 17 00:00:00 2001 From: schnetter Date: Fri, 2 Jan 2004 17:14:47 +0000 Subject: Allow latin9 characters (i.e. German umlaute and characters with accents) in latex source code. git-svn-id: http://svn.cactuscode.org/flesh/trunk@3483 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/latex/cactus.sty | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/latex') diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty index e65e1734..2d472e98 100644 --- a/doc/latex/cactus.sty +++ b/doc/latex/cactus.sty @@ -42,6 +42,7 @@ % Load in other packages. +\RequirePackage[latin9]{inputenc} \RequirePackage{fancyhdr} \RequirePackage{graphicx} \RequirePackage{latexsym} -- cgit v1.2.3