From 2997e95b7bc6d21897afead9d364d06a4e24de5c Mon Sep 17 00:00:00 2001 From: Changwoo Ryu Date: Wed, 29 May 2019 19:18:39 +0000 Subject: Improve Korean pdf - Use space between words. Korean text has word spacing unlike Chinese or Japanese. - Use better shaped Nanum fonts instead of Wqy Micro Hei. - Use 1.5x line spacing; it is hard to read Korean text with normal line spacing. --- debian/control | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index cdf10cfa9..c80fa1950 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/installer-team/installation-guide.git Vcs-Browser: https://salsa.debian.org/installer-team/installation-guide Build-Depends: debhelper (>= 6) -Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-freefont-ttf +Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-nanum, fonts-nanum-coding, fonts-freefont-ttf # This comment can also be used to generate a Build-Depends-Indep line, by # running the debian/genbuilddeps program. So put each build dep on its own # line, prefixed by " - " and to comment out a build dep, start the line @@ -53,9 +53,12 @@ Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml- # All texlive-lang-* packages provide hyphenation and other # language-specific support. # - fonts-wqy-microhei -# Font for Korean and Chinese pdf. +# Font for Chinese pdf. # - fonts-vlgothic # Font for Japanese pdf. +# - fonts-nanum +# - fonts-nanum-coding +# Font for Korean pdf. # - fonts-freefont-ttf Package: installation-guide-amd64 -- cgit v1.2.3 From 4ed4b1bec8a4d0814abe7a65851bd6e3763a7ef8 Mon Sep 17 00:00:00 2001 From: Changwoo Ryu Date: Thu, 30 May 2019 12:51:52 +0000 Subject: Improve Korean pdf - Use kotex.sty from texlive-lang-korean. It corrects Korean word spacing, increases line spacing (for better look) and uses Korean translation (for "Contents", "Abstract", etc.). - Use better shaped Noto CJK fonts instead of Wqy Micro Hei. --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index c80fa1950..d60cb8850 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/installer-team/installation-guide.git Vcs-Browser: https://salsa.debian.org/installer-team/installation-guide Build-Depends: debhelper (>= 6) -Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-nanum, fonts-nanum-coding, fonts-freefont-ttf +Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-korean, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-noto-cjk, fonts-freefont-ttf # This comment can also be used to generate a Build-Depends-Indep line, by # running the debian/genbuilddeps program. So put each build dep on its own # line, prefixed by " - " and to comment out a build dep, start the line @@ -44,6 +44,7 @@ Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml- # - texlive-lang-german # - texlive-lang-greek # - texlive-lang-italian +# - texlive-lang-korean # - texlive-lang-other # Contains hyphenation for Romanian. # - texlive-lang-portuguese @@ -56,8 +57,7 @@ Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml- # Font for Chinese pdf. # - fonts-vlgothic # Font for Japanese pdf. -# - fonts-nanum -# - fonts-nanum-coding +# - fonts-noto-cjk # Font for Korean pdf. # - fonts-freefont-ttf -- cgit v1.2.3 From 21157c57869a56974c2fc0cc0acd94503b490f10 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Thu, 20 Jun 2019 22:44:23 +0200 Subject: Restore using nanum korean font The noto font is not available in Stretch. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index d60cb8850..1cb8f8283 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 4.1.4 Vcs-Git: https://salsa.debian.org/installer-team/installation-guide.git Vcs-Browser: https://salsa.debian.org/installer-team/installation-guide Build-Depends: debhelper (>= 6) -Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-korean, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-noto-cjk, fonts-freefont-ttf +Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, dblatex, docbook-dsssl, ghostscript, texlive-xetex, lmodern, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-european, texlive-lang-french, texlive-lang-german, texlive-lang-greek, texlive-lang-italian, texlive-lang-korean, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, fonts-wqy-microhei, fonts-vlgothic, fonts-nanum, fonts-nanum-coding, fonts-freefont-ttf # This comment can also be used to generate a Build-Depends-Indep line, by # running the debian/genbuilddeps program. So put each build dep on its own # line, prefixed by " - " and to comment out a build dep, start the line @@ -57,7 +57,8 @@ Build-Depends-Indep: docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml- # Font for Chinese pdf. # - fonts-vlgothic # Font for Japanese pdf. -# - fonts-noto-cjk +# - fonts-nanum +# - fonts-nanum-coding # Font for Korean pdf. # - fonts-freefont-ttf -- cgit v1.2.3