diff options
author | Frans Pop <elendil@planet.nl> | 2007-12-24 06:48:26 +0000 |
---|---|---|
committer | Frans Pop <elendil@planet.nl> | 2007-12-24 06:48:26 +0000 |
commit | d0330477bab6bdd8a617d76b81eeacb8b2e96aee (patch) | |
tree | 49751bb0413863da774f1a942d99e18d4f4d7553 | |
parent | ecfb3392b44ddca4211816b3e78bdc827f98aac8 (diff) | |
download | installation-guide-d0330477bab6bdd8a617d76b81eeacb8b2e96aee.zip |
Patch from Changwoo Ryu to replace Hangul-ucs with ko.tex fonts for Korean
PDF version of the manual
-rw-r--r-- | build/templates/header.ko.tex | 8 | ||||
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
3 files changed, 10 insertions, 8 deletions
diff --git a/build/templates/header.ko.tex b/build/templates/header.ko.tex index b0820722c..b45549679 100644 --- a/build/templates/header.ko.tex +++ b/build/templates/header.ko.tex @@ -17,10 +17,10 @@ %%% Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 %%% USA %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\def\hangulfontnormal{unwmj} -\def\hangulfontbold{unwmjb} -\def\hangulfonttitlenormal{unwgt} -\def\hangulfonttitlebold{unwgtb} +\def\hangulfontnormal{outbtm} +\def\hangulfontbold{outbtb} +\def\hangulfonttitlenormal{outgtm} +\def\hangulfonttitlebold{outgtb} \def\chaptername{Chapter} \let\ucshanguljadetex@character@orig\Character \def\Character#1{% diff --git a/debian/changelog b/debian/changelog index c7ffebb89..2ae7f141a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -57,7 +57,7 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low well as preseeding the partman confirmation messages. [ Frans Pop ] - * Make copyright refer explicitly to GPL version 2 as that is the version + * Make copyright refer explicitly to GPL version 2 as that is the version included in the appendix; add reference to /usr/share/common-licenses to make Lintian happy. * Rename doc-base.TEMPLATE to TEMPLATE.doc-base to avoid its inclusion in @@ -67,8 +67,10 @@ installation-guide (2007xxxx) UNRELEASED; urgency=low * Remove the PDF section in doc-base files if PDF format is not built for a language. * Update standards version to 3.7.3; no changes needed. + * Patch from Changwoo Ryu to replace Hangul-ucs with ko.tex fonts for Korean + PDF version of the manual. Closes: #457137. - -- Frans Pop <fjp@debian.org> Sun, 23 Dec 2007 08:34:09 +0100 + -- Frans Pop <fjp@debian.org> Mon, 24 Dec 2007 07:45:03 +0100 installation-guide (20070319) unstable; urgency=low diff --git a/debian/control b/debian/control index 3729ba5f9..b5b49165d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Install System Team <debian-boot@lists.debian.org> Uploaders: Joey Hess <joeyh@debian.org>, Frans Pop <fjp@debian.org> Standards-Version: 3.7.3 Vcs-Svn: svn://svn.debian.org/d-i/trunk/manual -Build-Depends: debhelper (>= 4), docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-finnish, texlive-lang-french, texlive-lang-german, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, texlive-lang-swedish, texlive-lang-vietnamese, latex-hangul-ucs-hlatex, cm-super +Build-Depends: debhelper (>= 4), docbook, docbook-xml, docbook-xsl, xsltproc, gawk, libhtml-parser-perl, w3m, poxml, jadetex, openjade | openjade1.3, docbook-dsssl, gs-common, texlive-lang-cyrillic, texlive-lang-czechslovak, texlive-lang-finnish, texlive-lang-french, texlive-lang-german, texlive-lang-italian, texlive-lang-other, texlive-lang-portuguese, texlive-lang-spanish, texlive-lang-swedish, texlive-lang-vietnamese, ko.tex-base, cm-super # This comment can also be used to generate a Build-Depends 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 @@ -48,7 +48,7 @@ Build-Depends: debhelper (>= 4), docbook, docbook-xml, docbook-xsl, xsltproc, ga # - texlive-lang-vietnamese # All texlive-lang-* packages provide hyphenation and other # language-specific support. -# - latex-hangul-ucs-hlatex +# - ko.tex-base # Font for Korean pdf. # - cm-super # Font for Russian pdf. |