summaryrefslogtreecommitdiff
path: root/doc/latex
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-02 17:14:47 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-02 17:14:47 +0000
commit2d0c55654bcf2e1da955305da76e7c098ed50618 (patch)
treecac201105638eba87c10c8d6d8f61036c411147b /doc/latex
parentbf433e638527ac20d99df466fe00bbfa2d7ffde9 (diff)
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
Diffstat (limited to 'doc/latex')
-rw-r--r--doc/latex/cactus.sty1
1 files changed, 1 insertions, 0 deletions
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}