[postgis-tickets] r15496 - try adding utf8 package (take out CJKutf8 for now), may add back. To try to fix korean/japanese pdf building
Regina Obe
lr at pcorp.us
Sun Jul 23 00:02:19 PDT 2017
Author: robe
Date: 2017-07-23 00:02:19 -0700 (Sun, 23 Jul 2017)
New Revision: 15496
Modified:
trunk/doc/texstyle.sty
Log:
try adding utf8 package (take out CJKutf8 for now), may add back. To try to fix korean/japanese pdf building
Modified: trunk/doc/texstyle.sty
===================================================================
--- trunk/doc/texstyle.sty 2017-07-23 06:38:56 UTC (rev 15495)
+++ trunk/doc/texstyle.sty 2017-07-23 07:02:19 UTC (rev 15496)
@@ -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}
More information about the postgis-tickets
mailing list