]> granicus.if.org Git - postgis/commitdiff
try adding utf8 package (take out CJKutf8 for now), may add back. To try to fix...
authorRegina Obe <lr@pcorp.us>
Sun, 23 Jul 2017 07:02:19 +0000 (07:02 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 23 Jul 2017 07:02:19 +0000 (07:02 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15496 b70326c6-7e19-0410-871a-916f4a2858ee

doc/texstyle.sty

index 03a85af68314955beed945e9d1ad256e0581c3c4..073fbcbee06a2c9bc1960d47cde764a1be4f7f26 100644 (file)
@@ -7,7 +7,9 @@
 
 %% Just use the original package and pass the options
 \RequirePackageWithOptions{docbook}
-\usepackage{CJKutf8}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage[utf8]{inputenc}
 
 %% Make regular quotes within programlisting tags (#3726)
 \usepackage{listings}