[postgis-tickets] [PostGIS] #5439: Error with Japanese translation (PDF)
PostGIS
trac at osgeo.org
Thu Jul 13 05:40:54 PDT 2023
#5439: Error with Japanese translation (PDF)
----------------------------+---------------------------
Reporter: strk | Owner: robe
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 3.4.0
Component: documentation | Version: 3.3.x
Resolution: | Keywords:
----------------------------+---------------------------
Comment (by lnicola):
Here's a working version with XeTeX:
{{{
% \setmainfont{DejaVu Serif}
% \setsansfont{DejaVu Sans}
% \setmonofont{DejaVu Sans Mono}
\usepackage{xeCJK}
\setCJKmainfont[BoldFont=HaranoAjiMincho-Bold]{HaranoAjiMincho}
\setCJKsansfont[BoldFont=HaranoAjiGothic-Bold]{HaranoAjiGothic}
\setCJKmonofont[BoldFont=HaranoAjiGothic-Bold]{HaranoAjiGothic}
}}}
(commenting out the DejaVu fonts might not be necessary, but I don't have
them, and Noto doesn't work)
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/5439#comment:13>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list