From 83a3ff1056ff3f5d30eb1829c50728277cbb4f11 Mon Sep 17 00:00:00 2001 From: knarf Date: Fri, 13 Feb 2009 15:45:19 +0000 Subject: use utf8 as option to inputenc instead of latin9. This enables users to use utf8 tex documentation directly git-svn-id: http://svn.cactuscode.org/flesh/trunk@4554 17b73243-c579-4c4c-a9d2-2d5706c11dac --- doc/latex/cactus.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/latex/cactus.sty b/doc/latex/cactus.sty index c02a8740..331a80db 100644 --- a/doc/latex/cactus.sty +++ b/doc/latex/cactus.sty @@ -42,7 +42,7 @@ % Load in other packages. -\RequirePackage[latin9]{inputenc} +\RequirePackage[utf8]{inputenc} \RequirePackage{fancyhdr} \RequirePackage{graphicx} \RequirePackage{latexsym} -- cgit v1.2.3