diff options
author | Changwoo Ryu <cwryu@debian.org> | 2019-05-30 12:51:52 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2019-05-30 12:51:52 +0000 |
commit | 4ed4b1bec8a4d0814abe7a65851bd6e3763a7ef8 (patch) | |
tree | 740b97e821daa70c680c9c7bdb328b75aee8331c /debian/control | |
parent | cc12632a4acb87e4ec39f78fbdf9fae94b711975 (diff) | |
download | installation-guide-4ed4b1bec8a4d0814abe7a65851bd6e3763a7ef8.zip |
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.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
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 |