[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta1-64-g88bb1e16f

git at osgeo.org git at osgeo.org
Tue Jul 25 03:26:02 PDT 2023


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  88bb1e16f356031c2d25a0a3b802535f48e2bc3c (commit)
      from  00f6faa8f66e5fe4751fd9ac77533ab96aee44b2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 88bb1e16f356031c2d25a0a3b802535f48e2bc3c
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jul 25 12:18:45 2023 +0200

    Use ipafont for japanese
    
    Closes #5451 fixing woodie builds

diff --git a/doc/po/ja/texstyle.sty b/doc/po/ja/texstyle.sty
index fa9f9d2e1..27edacb66 100644
--- a/doc/po/ja/texstyle.sty
+++ b/doc/po/ja/texstyle.sty
@@ -9,6 +9,6 @@
 \RequirePackageWithOptions{texstyle-common}
 
 \usepackage{xeCJK}
-\setCJKmainfont[BoldFont=HaranoAjiMincho-Bold]{HaranoAjiMincho}
-\setCJKsansfont[BoldFont=HaranoAjiGothic-Bold]{HaranoAjiGothic}
-\setCJKmonofont[BoldFont=HaranoAjiGothic-Bold]{HaranoAjiGothic}
+\setCJKmainfont{IPAMincho}
+\setCJKsansfont{IPAGothic}
+\setCJKmonofont{IPAGothic}

-----------------------------------------------------------------------

Summary of changes:
 doc/po/ja/texstyle.sty | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list