From 709107827cea19cbc42bdec4c051ba5c8aa7e65a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 23 Jul 2017 07:02:19 +0000 Subject: [PATCH] try adding utf8 package (take out CJKutf8 for now), may add back. To try to fix korean/japanese pdf building git-svn-id: http://svn.osgeo.org/postgis/trunk@15496 b70326c6-7e19-0410-871a-916f4a2858ee --- doc/texstyle.sty | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/texstyle.sty b/doc/texstyle.sty index 03a85af68..073fbcbee 100644 --- a/doc/texstyle.sty +++ b/doc/texstyle.sty @@ -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} -- 2.50.1