debian/0000775000000000000000000000000012257501423007171 5ustar debian/rules0000775000000000000000000001565012257501335010262 0ustar #!/usr/bin/make -f # -*- mode: makefile; coding: utf-8 -*- # Made with the aid of debhelper by Joey Hess, # based on the sample debian/rules file for GNU hello by Ian Jackson. # # This is free software; see the GNU General Public Licence # version 2 or later for copying conditions. There is NO warranty. # # Currently maintained by Danai SAE-HAN (韓達耐) # for Debian GNU/Linux. SHELL = /bin/sh include /usr/share/quilt/quilt.make # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # When you use the official CVS, SVN, GIT source tree. =CVS:.svn:.git export DH_ALWAYS_EXCLUDE=.git:CVS:.svn # The build directory for Thai fonts. build_thaifonts = build_thaifonts # Stuff for get-orig-source. # Getting the revision numbers according to debian/changelog, the HARD way. upstream_version := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') isodate := $(shell dpkg-parsechangelog | sed -ne 's/^Version.*git\(.*\)-.*/\1/p') unixdate := $(shell date -d $(isodate) +%s) # Add 24 hours to the Unix timestamp. unixdate := $(shell expr $(unixdate) + 86400 ) # To get the Master revision number (i.e. 4.8.0), use: # dpkg-parsechangelog | sed -ne 's/^Version: *\([^+-]*\).*/\1/p' build: $(QUILT_STAMPFN) build-stamp build-arch: dh_testdir dh_autotools-dev_updateconfig # Add here commands to compile the package. $(MAKE) touch build-arch-stamp build-indep: dh_testdir mkdir $(build_thaifonts) # The upstream patch on 2008-12-28 in CJK provided support for # the ThaiLaTeX fonts that shipped with v0.4.2. # Before this patch CJK couldn't directly use the same fonts as # ThaiLaTeX. latex-cjk-thai therefore installed its own extra fonts. # If you still wish to use these modified fonts, then don't forget to # uncomment the last two lines in debian/latex-cjk-thai.install , # to comment/uncomment some of the lines below and to remove the # dependency on thailatex. # # Extracting binary files # How it was used: uuencode thaifonts.tar.gz thaifonts.tar.gz > thaifonts.tar.gz.uu # You will need a Build-Dependency on the `sharutils' package in debian/control. # cd debian && uudecode thaifonts.tar.gz.uu && tar xzf thaifonts.tar.gz # (cd $(build_thaifonts) && cp ../utils/thaifont/tools/c90.* ../utils/thaifont/tools/*.fontinst ../debian/thaifonts/* . && cd ../debian/thaifonts && prename 's/_//' * && prename 's/\./n\./' norasi.* garuda.*) (cd $(build_thaifonts) && cp ../utils/thaifont/tools/c90.* ../utils/thaifont/tools/*.fontinst /usr/share/texlive/texmf-dist/fonts/afm/public/fonts-tlwg/garuda*.afm /usr/share/texlive/texmf-dist/fonts/afm/public/fonts-tlwg/norasi*.afm .) (cd $(build_thaifonts) && tex norasi-c90.fontinst && tex garuda-c90.fontinst && for i in f*.pl; do pltotf $$i; done) touch build-indep-stamp build-stamp: touch build-stamp clean: unpatch # dh_testdir doc/CJKutf8.txt examples/CJKbabel.tex dh_testroot rm -f build-stamp build-indep-stamp build-arch-stamp # Add here commands to clean up after the build process. # If a Debian patch has been applied on Makefile, perform a distclean; # if not, do nothing. Reason: CJK upstream has no cleaning targets. if [ $(shell grep -c distclean Makefile) -gt 0 ]; then $(MAKE) distclean; fi # Remove the binary files. rm -rf $(build_thaifonts) # Remove the .c file created by ctangle. # This dirty hack is due to the introduction of the Lintian warning # "patch-system-but-direct-changes-in-diff". For more information, # check out Debian bug #471263 at # http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471263 . # It would otherwise also create problems for Debian Source 3.0 (quilt). rm -f utils/hbf2gf/config.log rm -f utils/hbf2gf/config.status rm -f utils/hbf2gf/hbf.o rm -f utils/hbf2gf/hbf2gf rm -f utils/hbf2gf/hbf2gf.c rm -f utils/hbf2gf/hbf2gf.o rm -f utils/hbf2gf/Makefile rm -f utils/Bg5conv/bg5conv rm -f utils/CEFconv/cefconv rm -f utils/CEFconv/cef5conv rm -f utils/CEFconv/cefsconv rm -f utils/SJISconv/sjisconv rm -f utils/extconv/extconv dh_autotools-dev_restoreconfig dh_clean install: dh_testdir dh_testroot # dh_installdirs -platex-cjk-chinese usr/share/texmf/tex/latex/CJK/CEF # Add here commands to install the package into debian/tmp. $(MAKE) prefix=$(CURDIR)/debian/tmp/usr install # Build architecture-independent files here. binary-indep: build-indep dh_testdir -i dh_testroot -i # Install files in the respective subpackages, according # to the [package].install files. dh_install -i dh_link -platex-cjk-korean usr/share/doc/latex-cjk-common usr/share/doc/latex-cjk-korean dh_link -platex-cjk-all usr/share/doc/latex-cjk-common usr/share/doc/latex-cjk-all dh_link -pcjk-latex usr/share/doc/latex-cjk-common usr/share/doc/cjk-latex dh_link -platex-cjk-thai usr/share/doc/latex-cjk-common usr/share/doc/latex-cjk-thai dh_installtex -platex-cjk-thai --flavor=map:config_for_all_maps map=Map,garuda-c90.map map=Map,norasi-c90.map dh_installtex -platex-cjk-korean dh_installemacsen -i dh_compress -i dh_fixperms -i dh_shlibdeps -i dh_installdeb -i dh_gencontrol -i dh_md5sums -i dh_builddeb -i # Build architecture-dependent files here. binary-arch: build build-arch install dh_testdir -a dh_testroot -a # Install files in the respective subpackages, according # to the [package].install files. dh_install -a chmod +x debian/latex-cjk-common/usr/share/latex-cjk-common/utils/subfonts/*.pl dh_link -platex-cjk-chinese usr/share/doc/latex-cjk-common usr/share/doc/latex-cjk-chinese dh_link -platex-cjk-japanese usr/share/doc/latex-cjk-common usr/share/doc/latex-cjk-japanese # Get the documentation in texdoc. texdoctk unfortunately uses another engine. dh_link -platex-cjk-common usr/share/doc/latex-cjk-common usr/share/texmf/doc/latex/latex-cjk dh_installtex -platex-cjk-common -platex-cjk-japanese dh_installtex -platex-cjk-chinese dh_installdocs -platex-cjk-common dh_installexamples -platex-cjk-common dh_installman -a dh_installchangelogs -platex-cjk-common ChangeLog dh_installemacsen -a dh_strip --exclude=.pl -a dh_compress -a dh_fixperms -a dh_shlibdeps -a dh_installdeb -a dh_gencontrol -a dh_md5sums -a dh_builddeb -a get-orig-source: # Cleaning rm -rf cjk-$(upstream_version) rm -f ../cjk_$(upstream_version).orig.tar.gz # Download the latest GIT version and downgrade it to $(unixdate). git clone git://git.sv.gnu.org/cjk.git cjk-$(upstream_version) # cd cjk-$(upstream_version) && git reset --hard `git rev-list --all -n 1 --before=$(unixdate)` # Make a pristine package. mkdir -p ../tarballs # --no-name/-n is important because it won't save the timestamp in the # 5th to 8th byte of the gzip. cd cjk-$(upstream_version) && git archive --format=tar --prefix=cjk-$(upstream_version)/ $$(git rev-list --all -n 1 --before=$(unixdate)) | gzip -9 --no-name -c > ../../tarballs/cjk_$(upstream_version).orig.tar.gz # Clean again, because we use svn-buildpackage afterwards. rm -rf cjk-$(upstream_version) binary: binary-indep binary-arch .PHONY: build clean binary-indep binary-arch binary install get-orig-source debian/latex-cjk-chinese.manpages0000664000000000000000000000017211701522372014203 0ustar utils/Bg5conv/bg5conv.1 utils/CEFconv/cef5conv.1 utils/CEFconv/cefconv.1 utils/CEFconv/cefsconv.1 utils/extconv/extconv.1 debian/latex-cjk-japanese.manpages0000664000000000000000000000005611701522372014354 0ustar utils/SJISconv/sjisconv.1 #debian/sjislatex.1 debian/changelog0000664000000000000000000014553212257501354011060 0ustar cjk (4.8.3+git20120914-2ubuntu1) trusty; urgency=medium * Use autotools-dev to update config.{sub,guess} for new arches. -- Logan Rosen Sat, 28 Dec 2013 02:50:55 -0500 cjk (4.8.3+git20120914-2) unstable; urgency=low * The "Released" release. * [debian/control, debian/rules]: - switch dependency from the obsolete `thailatex' and `latex-fonts-thai-tlwg' packages to texlive-lang-other (>= 2013.20130523-1). Thanks to Theppitak Karoonboonyanan (Closes: #709686); - move from /u/s/doc/texmf to /u/s/texmf/doc and depend on tex-common (>= 4). * [debian/README.source] Typo. * Rebuild against some fresh TeXLive packages and move fromo Debian experimental to unstable. -- Danai SAE-HAN (韓達耐) Mon, 17 Jun 2013 09:20:35 +0800 cjk (4.8.3+git20120914-1) experimental; urgency=low * The "Thank you" release. * Acknowledge work by Norbert to make CJK automagically work with TL2012. * New upstream release: - Make cjk-enc.el work with Emacs23; - improve captions for Chinese (T/S) and Japanese; - fix imcompatibility with ulem.sty; - remove xCJK; use the xeCJK package instead; - accept Thai input in UTF-8 with cjk-enc.el and add a thai_utf8.tex example file; - add support for Thai font tlwg v0.5; - make some commands robust (\CJKtilde, \standardtilde, \CJKspace, \CJKnospace); - add Greek to the CJKutf8.tex example because the recent lgrx package delivers good Babel UTF-8 support for LGR encoding (however, cut-and-paste support remains a problem; see the upstream debian/changelog.gz file for more information). * [debian/*] Do not build the xcjk package anymore as it is made obsolete upstream. Instead use the Debian package "texlive-xetex" which includes the LaTeX package "xeCJK". * [debian/README.Debian] Add information about the deprecation of latex-cjk-xcjk and about the use of Vietnamese and Greek. * [debian/patches/ * [debian/patches/10_add_comments_in_KS_example_for_working_ko.tex_fonts.diff New patch. hlatex-fonts-base does not exist; its replacement ko.tex-extra-hlfont does not contain all necessary fonts. Explain which fonts do work, and modify the original KS.tex example file -- Danai SAE-HAN (韓達耐) Sat, 12 Jan 2013 00:18:49 +0800 cjk (4.8.2+git20111216-2) unstable; urgency=low * build for TL2012: depend on tex-common >= 3, remove old config file latex-cjk-thai in updmap.d * bump manual dep on tex-common to >= 3 * fix location of afm files * remove hyphen definition, it is shipped in TL, where also the files are, add the necessary rm_conffile calls to latex-cjk-chinese.maintscript * bump build dep on latex-fonts-thai-tlwg for correct afm location * bump standards version, no changes necessary * fix build-deps -- Norbert Preining Thu, 22 Mar 2012 18:28:26 +0900 cjk (4.8.2+git20111216-1) unstable; urgency=low * The "Stayin' alive" release. * New upstream release: - New macros for CJKfntef.sty; - fix line breaks with furigana; - update kpathsea support (remove ancient stuff); - introduce `LATEX' preprocessor macro; - various fixes for cefconv; - make cjk-enc.el work with Emacs23+. * Rebuild against latest TeXlive 2009 packages in Debian. * [debian/rules] - Remove bashism in get-orig-source stanza; - do not use "git reset --hard" anymore, but use the GIT commit hash with "git archive". Thanks to Miroslav Suchý, Joey Hess and Bernard R. Link. * [debian/compat] Upgrade Debhelper compatibility from version 7 to 8. * [debian/control] - Depend on debhelper (>= 8); - bump Standards-Version to 3.9.2; no changes; - do not suggest the deprecated TTF packages for the xcjk package and replace them with new font packages. Thanks to Hideki Yamane (Closes: #644768 and #652255); - add "latex-fonts-thai-tlwg" to Build-Depends-Indep. Thanks Hideki! * [debian/patches/04_extend_examplefiles.diff] Rediff thai.tex. * [debian/README.source] Remove the section about patching, because it is rendered obsolete with Debian source "3.0 (quilt)". * [debian/TODO.Debian] Update. -- Danai SAE-HAN (韓達耐) Fri, 06 Jan 2012 05:36:00 +0100 cjk (4.8.2+git20090105-5) unstable; urgency=low * The "Find Kimchi" release. * [patches/09_fix_korean_fd_files.diff] Finally update the Korean font definition files to work together with the ko.tex packages instead of the obsolete HLaTeX packages. This fixes "Some HLaTeX font references used by CJK are not available in ko.tex anymore" (Closes: #579321). * [debian/control] - Remove the build-dependency on the `sharutils' package: we do not use `uuencode' anymore in debian/rules since cjk (4.8.2+git20090105-1); - bump Standards-Version to 3.8.4; no changes. * [debian/source/format] Really switch to Debian Source v3.0 (quilt) this time. * [debian/rules] - We do not include the "thaifonts.tar.gz" file anymore, so we can remove this cleanup procedure; - remove binary ad other files in utils/ created during compile time; - fix the "get-orig-source" target to work with /bin/sh pointing to dash. -- Danai SAE-HAN (韓達耐) Sun, 16 May 2010 23:21:53 +0200 cjk (4.8.2+git20090105-4) unstable; urgency=medium * The "How do you hyphenate `Eve'" release. * Setting the urgency to "medium" because it fixes an important bug that renders parts of TeXlive not properly configured. * [control] - Move myself to "Uploaders", move Debian TeX Maintainers to "Maintainer", and add Norbert Preining to the list of Uploaders; - (Build-)Depend on tex-common (>= 2.04) in order to solve the bug below. * [rules] Switch from "dh_installtex [...] hyphen=pinyin,pyhyph.tex" to "[...] hyphen=pinyin,loadhyph-zh-latn.tex,lhm=1,rhm=1". The hyph-utf8 package requires all hyphenation patterns to be in UTF-8 encoding, and has its own modified pyhyph.tex file. Many thanks to Norbert Preining. This fixes the bug "hyphenation definition is wrong, cannot be loaded with luatex" (Closes: #562198). -- Danai SAE-HAN (韓達耐) Mon, 28 Dec 2009 22:31:17 +0100 cjk (4.8.2+git20090105-3) unstable; urgency=low * The "Christmas present" release. * [control,rules,patches/*] Switch from dpatch to quilt to comply with the 3.0 (quilt) source format. * [rules] Switch from "language=" to "hyphen=" after dh_installtex. * [control] - Depend and Build-Depend on tex-common (>= 2.03) due to syntax changes with dh_installtex; - only use one email address in the "Maintainer" field: move the Debian TeX ML address to "Uploaders" instead and remove my own email address from the "Uploaders" field. This should fix bug "Erroneous Maintainer field" (Closes: #561789); thanks to Florian Ernst for the bug report. * Rebuild against libkpathsea-dev as it has bumped to v5. -- Danai SAE-HAN (韓達耐) Mon, 21 Dec 2009 23:33:45 +0100 cjk (4.8.2+git20090105-2) unstable; urgency=medium * The "Doh, wrong version" release. * Setting the urgency to "medium" because it fixes an FTBFS. * [control] - Bump up the build-dependency of tex-common from (>= 1.18) to (>= 1.20); - Bump up the dependency on tex-common (>= 1.20) for every binary package; - bump Standards-Version from 3.8.2 to 3.8.3 (no changes); - add "Debian TeX maintainers" to the Maintainer: line; - add myself to the Uploaders: line. * [rules] - Bug fix: "FTBFS: cp: cannot stat `...{garuda,norasi}*.afm':", thanks to Lucas Nussbaum (Closes: #543025); - change the maintainer's email address. * [README.source] New file, that explains how the original source tarball is created. This fixes a Lintian warning and is in compliance with Standards-Version 3.8.0. -- Danai SAE-HAN (韓達耐) Wed, 26 Aug 2009 23:14:17 +0200 cjk (4.8.2+git20090105-1) unstable; urgency=low * The "GIT+SVN" release. * New upstream release: - Fixes some XeLaTeX issues with the language files; - adds support for CID-keyed fonts in the Fontforge scripts; - adds the \CJKdigits* command to use the traditional form of "zero"; - adds the \Unicode command to use vertical glyph representation forms; - uses the original font names of ThaiLaTeX 0.4.2; - DNP.txt is now renamed to wadalab.txt; - a new CJKnumb.txt document is available, which explains the "CJKnumb" package; - extra documentation in CJK.txt about using the beamer class in conjunction with CJKutf8. * [control] - Add Homepage tag; - switch from XS-Vcs to Vcs-*; - use Debian Alioth's SVN address instead of upstream's GIT address; - add a build-dependency on git-core and tex-common (>= 1.18), the latter providing trigger support; - add a dependency on tex-common (>= 1.18) for every binary package; - fix a fair Lintian warning by adding a dependency on ${misc:Depends} for latex-cjk-{all,korean,xcjk} and cjk-latex, ignoring a harmless warning from dpkg-gencontrol for latex-cjk-all and cjk-latex ("unknown substitution variable"); - bump Standards-Version from 3.8.0 to 3.8.2 (no changes); - add a build-dependency on an unversioned thailatex, which should allow for a clean pbuilder/cowbuilder build. Thanks to Norbert Preining. * [rules] - Bug fix: "bashism in debian/rules", thanks to Raphael Geissert (Closes: #535375); - add a new "get-orig-source" target to package the orig.tar.gz file from the upstream GIT repository directly; - upstream is now compatible with Type1 fonts from ThaiLaTeX v0.4.2, which deprecates the use of a prepackaged set of fonts. The fontmap files now have a "-c90" appended to them, i.e. "norasi-c90" and "garuda-c90". * [thaifonts.tar.gz.uu] Removed, because CJK is now fully compatible with fonts from the ThaiLaTeX package. * [patches/00list] Remove 05_fix_examplefiles.dpatch from the list, as the upstream release now uses CJKutf8 and does not rely on the non-free Bitstream Cyberbit font anymore. This also closes an Ubuntu bugreport requesting to replace the Cyberbit fonts in the example files (LP: #180529). Also add patches 07 and 08. * [patches/*] - Modify them to support CJK version 4.8.2; - don't make these patches executable anymore. * [patches/04_extend_examplefiles.dpatch] - This patch has commented out the Korean part of the CJKutf8.tex file since May 2007, which closes an Ubuntu bugreport (LP: #137761). * [patches/07_remove_unnecessary_C_libs.dpatch] Add but do not yet apply this patch intended to fix some of the dpkg-shlibdeps warnings. * [patches/08_add_newpage_to_examples.dpatch] Add \newpage in the example files before \end{CJK*} to solve potential \write issues in longer documents when you include \tableofcontents. * [latex-cjk-common.docs] Add CJKnumb.txt to the list of documents. * [latex-cjk-japanese.install] Remove DNP.txt and add wadalab.txt. -- Danai SAE-HAN (韓達耐) Thu, 23 Jul 2009 23:05:49 +0200 cjk (4.8.0+git20080711-1) unstable; urgency=low * The "Copyright is the right to copy" release. * New upstream release: - incorporate SUN Wenchang's CJKspace package; - make the macron work again with Plain TeX in pinyin.sty; - make the macros in pinyin.sty robust. * [copyright] Major changes, adding several licenses and authorship information. Thanks to Mark Hymers for pointing this out. * [patches/01_cvs-*.dpatch] Remove these files, as we now use GIT. -- Danai SAE-HAN (韓達耐) Wed, 23 Jul 2008 00:15:14 +0200 cjk (4.8.0+git20080522-1) unstable; urgency=low * The "I love you, XeLaTeX" release. * I build the .orig.tar.gz file now with "git-buildpackage --git-ignore-new --git-upstream-branch=master". * New upstream release: - add SUN Wenchang's xCJK bundle to add support for XeLaTeX; - some more information is added upstream to support Bitstream's Cyberbit font; - new command "\CJKbaselinestretch" to adjust the baseline stretch during vertical typesetting; - make \CJK@bold work with SJIS encoding too; - supports EUC-JP with DNP font encoding. * [compat] Upgrade from debhelper V5 to V7. * [changelog] Fix small typo. * [control] - Depend on debhelper (>= 7); - bump Standards-Version from 3.7.3 to 3.8.0; - remove ", hlatex-fonts-base, ${misc:Depends}" from the description in latex-cjk-korean. Apparently I copied it as a reminder for me, but forgot to remove it afterwards. Thanks to Simon Huggins (Closes: #466398); - recommend "texlive-xetex" for latex-cjk-common; - create a new package called "latex-cjk-xcjk", which also suggest several DFSG-free TTF packages. Most Thai fonts are still a bit problematic though; - let latex-cjk-common depend on texlive-font-utils instead of suggesting the deprecated freetype1-tools. Thanks to Osamu Aoki and Norbert Preining (Closes: #482554). * [rules] - Fix bashisms. Thanks to Raphael Geissert for the bugreport and Chris Lamb for the patch (Closes: #478363); - remove the generated hbf2gf.c at cleanup time to fix Lintian warning "patch-system-but-direct-changes-in-diff utils/hbf2gf/hbf2gf.c". * [latex-cjk-common.docs] Bug fix: "bashisms in docs files" (Closes: #480868). * [latex-cjk-common.install] Clean up the file. * [latex-cjk-japanese.install] Add EUC-JPdnp.enc. * [*.install,latex-cjk-common.examples] Fix so-called "bashisms". * [debian/xCJK-extended.{tex,pdf}] Add my own example file for xCJK, showing a lot more fonts that could be used on Debian. * [latex-cjk-xcjk.install] Install all the files for xCJK. * [patches/*] Modify to work with CJK version 4.8.0. -- Danai SAE-HAN (韓達耐) Sat, 05 Jul 2008 23:06:38 +0200 cjk (4.7.0+git20080122-1) unstable; urgency=low * The "Shoe polish" release. * Acknowledge the NMU. Thanks to Lucas Nussbaum. * New upstream release: - a few fixes for PinYin; - fix punctuation in GBK and math mode; - dvipdfmx can now make use the correct /ToUnicode CMap; - fix a few typo's. * [latex-cjk-japanese.install] Install DNP.sfd in /usr/share/texmf/fonts/sfd/. Thanks to Gernot Hassenpflug (Closes: #434478). * [README.Debian] - change 10cyberbit.cfg into 20cyberbit.cfg. [README.Debian-msgothic] Add some DIY information how to get the Japanese Gothic font from Microsoft working under CJK. This is largely based on Gernot Hassenplug's HOWTO. This is a work in progress, however, as I've stumbled upon a segmentation fault in Fontforge. * [control] - Bump Standards-Version from 3.7.2.0 to.7.3; - make latex-cjk-korean depend on "ko.tex-extra-hlfont" instead of the old "hlatex-fonts-extra". Thanks to Changwoo Ryu (Closes: #462025). * [rules] - fix bashism: apparently other shells don't understand the accolade. Thanks to Mario Bonino for the report and Lucas Nussbaum for the NMU which closed #457710; - change /usr/bin/rename to /usr/bin/prename; - don't install the empty "CEF/" directory in $TEXMF; the hbf-* packages will take care of this in the future. -- Danai SAE-HAN (韓達耐) Wed, 30 Jan 2008 18:53:24 +0100 cjk (4.7.0+git20070708-1.1) unstable; urgency=low * Non-maintainer upload. * debian/rules: fix bashism (use of {,}). Closes: #457710. -- Lucas Nussbaum Sun, 20 Jan 2008 16:10:15 +0100 cjk (4.7.0+git20070708-1) unstable; urgency=low * The "arch enemy and indep nemesis battle together" release. * New upstream release: - fix the \ding PinYin syllable. * [rules] - Move several blocks of code from the install: target to the build: target. Also create build-arch: and build-indep: targets. Moreover, I have finally discovered the -a and -i debhelper options. My gratitude goes towards Norbert Preining who helped me immensely to go through this process; - move latex-cjk-thai to the binary-indep: target. At build time it needs to compile arch-dependent stuff, but in the end all the installed files are arch-independent; - no need to manually remove utils/hbf2gf/hbf2gf.c anymore when cleaning. - move latex-cjk-{korean,thai,all} and cjk-all from the binary-dep target to binary-indep. This should remove a few warnings in the buildd logs. * [rules,patches/03_Makefile.dpatch] Add extra check to see if the upstream Makefile has been dpatched already. If so, continue with the cleaning targets. This removes a Lintian warning. Thanks to Norbert Preining. * [control] Put texlive-font-utils and sharutils back to Build-Depends-Indep, due to latex-cjk-thai truly being arch-independent now. * Temporarily add the Japanese HBF .fd files, so the Japanese hbf-* packages can be used with CJK. I hope to overtake all the hbf-* packages and repackage them. They will each individually contain the necessary .fd files. Meanwhile, I will provide the .fd files only for in latex-cjk-japanese. This fixes "latex-cjk-japanese: c40song.fd is not included". Thanks to Francis Bond (Closes: #431038). -- Danai SAE-HAN (韓達耐) Mon, 09 Jul 2007 11:45:03 +0200 cjk (4.7.0+git20070504-5) unstable; urgency=low * The "I have had too many exams lately" release. * [watch] Removed, because we use GIT to track upstream changes. * [control] Put "texlive-*extra*-utils" and libkpathsea-dev in B-D, not "texlive-font-utils" (Closes: #421981), honestly. Thanks to Norbert Preining, Bastian Blank and Lior Kaplan. -- Danai SAE-HAN (韓達耐) Thu, 28 Jun 2007 15:50:43 +0200 cjk (4.7.0+git20070504-4) unstable; urgency=low * [control] Put "texlive-extra-utils" in Build-Depends, not in Build-Depends-Indep, because I need "ctangle" to compile a binary command. This should fix the problem for autobuilders, "FTBFS: ctangle: Command not found" (Closes: #421981). -- Danai SAE-HAN (韓達耐) Sun, 24 Jun 2007 00:50:51 +0200 cjk (4.7.0+git20070504-3) unstable; urgency=low * [control] - minor cleanup, and add dependencies on "${misc:Depends}" and "${shlibs:Depends}". Thanks to Florent Rougon; - we can now safely remove the backup dependency on teTeX completely; - change build-dependency on "libkpathsea4-dev" to "libkpathsea-dev". This should allow sucessful builds for arm and sparc architectures again, and allow the packages to go into testing on all architectures; - add XS-Vcs-* tags; - debhelper and dpatch stay in Build-Depends, rest goes to Build-Depends-Indep. * [rules] Add a few arguments after "dh_testdir" when cleaning, to make sure we're deleting the correct directory. Thanks to Florent Rougon. * [README.Debian] Fix some issues in the Cyberbit section. Also add "updmap" fix, and mention that "texhash" and "updmap-sys" need to be run as root. Thanks to Alain Bertrand and Daigo Moriwaki. This fixes "latex-cjk-all: Correct a description to intall Cyberbit", (Closes: #428909). -- Danai SAE-HAN (韓達耐) Sat, 16 Jun 2007 01:04:03 +0200 cjk (4.7.0+git20070504-2) unstable; urgency=low * [changelog,TODO] Small cleanup. Thanks to Frank Küster. * [control] Don't depend on tetex-base anymore. Thanks to Frank Küster. -- Danai SAE-HAN (韓達耐) Fri, 11 May 2007 00:35:17 +0200 cjk (4.7.0+git20070504-1) unstable; urgency=high * New upstream release. Highlights: - allow vertical shifting for horizontal CJK glyphs (very handy for e.g. the Arphic fonts); - document special space handling for Emacs quail input method; - support T5 encoding; - switch to GIT repository. * [control] - Build-Depend on "texlive-extra-utils", which provides "ctangle". This fixes "FTBFS: ctangle: Command not found" (Closes: #421981). Thanks to Martin Michlmayr; - Build-Depend on "texlive-font-utils", which provides "fontinst"; - rewrite the package information text of latex-cjk-korean. * [rules] - Add "dh_shlibdeps". This fixes "FTBFS: hbf2gf: error while loading shared libraries: libkpathsea.so.4: cannot open shared object file: No such file or directory" (Closes: #422629). Thanks to Lucas Nussbaum, Michael Ablassmeier and Frank Küster; - build from the GIT source. * [rules] reverse the order of the build-dependency on TeX packages, making TeXlive the preferred flavour. * [README.Debian] make it clear that compiling fonts with Fontforge takes a *lot* of time, up to a full day. This will only be relevant if you build the Debian package yourself. Thanks Werner LEMBERG. * Make latex-cjk-all also depend on the font packages instead of a recommendation. This will clear much of the confusion for new users. The font packages are only recommended by their respective latex-cjk-* subpackage, so you can still choose not to install them by uninstalling latex-cjk-all and keeping each individual latex-cjk-* subpackage. * [patches/04_extend_examplefiles.dpatch] - Add information about which texlive-lang-* packages need to be installed for all the different languages; - also comment out the Korean blocks in UTF-8; we're currently lacking some Unicode fonts; - extend the Big5.tex example; make use of Chinese captions. * [patches/06_extend_JIS_example.dpatch] the JIS example file now showcases all three Wadalab flavours (Mincho, Gothic and Maru), CJKcaption and Japanese section titles. * [*emacsen.*] Symlink the .el files in the compiled elisp directories from all the Emacs flavours as well, in order to please some functions like "M-x find-function". Also build the .elc files with (-)-no-site-file (Closes: #401679). Thanks to Agustin Martin. -- Danai SAE-HAN (韓達耐) Wed, 9 May 2007 06:37:06 +0200 cjk (4.7.0+cvs20061019-2) unstable; urgency=high * The "Purge the purging problem" release. * Urgency set to high because of an RC bug. * [*.postinst,*.postrm] remove these files. [rules] add dh_installtex to -common, -japanese and -korean instead of using their own *.post* scripts, allowing the CJK packages to be purged when kpsewhich isn't available anymore. Thanks to Lucas Nussbaum (Closes: #392359). * [rules] pyhyphen got priority 10, making it the preferred hyphenation table. This would give strange results, such as "g-rou-ps", because "rou" is a Mandarin Chinese syllable. I've set pyhyphen's priority to 20 now. Thanks for reporting this, Dylan Thurston (Closes: #399447). -- Danai SAE-HAN (韓達耐) Thu, 23 Nov 2006 00:47:38 +0100 cjk (4.7.0+cvs20061019-1) unstable; urgency=low * The "All Saints Day" release. * New upstream release. Highlights: - documentation updates; - handle 0x80 in UTF8 and CJK.sty. Thanks to Gulfstream for the Debian bug report (Closes: #396142); - more tidbits for glyphs > U+FFFF. * [changelog] remove all the debian/ subdirectory references. Efficiency has improved yet again with 0,15%. * [watch] change http://cjk.ffii.org/index.html cjk-current\.tar\.gz into http://cjk.ffii.org/index.html cjk-(.*)\.tar\.gz . Let's see what difference it makes. * [rules] according to Debian Policy section 4.6, it is advised to use a double ampersand instead of a semicolon because of "sh"'s poor error trapping. -- Danai SAE-HAN (韓達耐) Wed, 1 Nov 2006 00:31:57 +0100 cjk (4.6.0+cvs20060930-2) UNRELEASED; urgency=low * The "Shoe polish" release. * [control] - change typo "latex-cjk-base" into "latex-cjk-common". Thanks to Braun Gabor (Closes: #393222); - conflict with "latex-cjk", the package name I used on Alioth for a while when the Debian package was still monolithic. Thanks to LUK ShunTim (Closes: 392982); - don't depend on the Arphic font packages but recommend them instead. Thanks to Chen Haifeng. -- Danai SAE-HAN (韓達耐) Wed, 25 Oct 2006 18:53:39 +0200 cjk (4.6.0+cvs20060930-1) UNRELEASED; urgency=low * The "Whoa!" release. * New upstream release. Highlights: - PDF files compiled by pdfTeX/pdfLaTeX will from now on have copy/paste abilities in CJKutf8; dvipdfmx-produced PDF files OTOH have since long been able to copy/paste characters, and is not restricted to CJKutf8; - fix position of \part in ToC; - fix use of \chapter in KOMA's scrartcl; - caption texts for KOMA now also for UTF-8; - fix \CJKbold to coexist with the "fourier" package; - several Debian patches are now implemented upstream; - hlatex2agl.pl now takes an extra argument for the SFD file; - wftodm.c now compiles cleanly on AMD64. * [latex-cjk-{chinese,japanese,korean}.install] install the new .cpx files. * [latex-cjk-korean.install] don't install c70mj.fd. It's pretty useless without the fonts. * [rules] remove the ctangle generated utils/hbf2gf/hbf2gf.c after building the .deb packages. This line will disappear when version 4.8.0 gets packaged. -- Danai SAE-HAN (韓達耐) Tue, 3 Oct 2006 03:30:50 +0200 cjk (4.6.0+cvs20060714-2) unstable; urgency=low * The "Where's that bug repellent?" release. * Upload sponsored by Frank Küster . * [arphic-sampler.tex] change \usepackage{CJK} into \usepackage[T1]{CJKutf8}. * [patches/05_fix_examplefiles] fix UTF8.tex (cyberb00->cyberbit00). * [rules] Mamma mia! I forgot to rename norasi.* to norasin.* and garuda.* to garudan.*. Now Thai works 100%. * [README.Debian] - add a new section "Example files" and mention that the package "type1ec" that is sometimes used in the example files require the package "cm-super" to be installed. This has however nothing to do with CJK; - mention the example files that don't work (yet). This is mostly because of the absence of Korean fonts in Unicode. I'm working on it with the upstream author. * [control] - make everything binNMU-safe; - change the maintainer's email address. * [changelog] - cosmetic changes; - change the maintainer's email address from danai.sae-han@skynet.be to @edpnet.be. -- Danai SAE-HAN (韓達耐) Wed, 6 Sep 2006 06:47:22 +0200 cjk (4.6.0+cvs20060714-1) unstable; urgency=low * The "Thank you Frank" release. * Upload sponsored by Frank Küster . * New upstream release: fixes typo in ChangeLog. * [rules] ctangle causes an FTBFS on my new AMD64 because of an @ sign, even though it's commented. Dunno why it happens, but in the meantime I added a sed command to change it to "_at_". It's also removed at the start of every build. * [cjklatex.1] use only one manpage and symlink it to all *latex batch commands. bg5latex.1, bg5+latex.1 and sjislatex.1 in debian/ are therefore also removed. * [control] - change dependency from libkpathsea4-dev to libkpathsea-dev - add build-dependency on perl-base (>=5.8.0) and tetex-bin - recommend the official freetype1-tools (>= 1.4pre.20050518-0.3) instead of my own version. * [patches/04_fix_undiffing.dpatch] add some GPL headers back before cleaning because they get removed when the .c files are recreated by ctangle. This causes "dpatch deapply" to fail, because it expects those GPL headers to be still there, just like in the upstream tarball. * [README.Debian] some small corrections in the Cyberbit section. -- Danai SAE-HAN (韓達耐) Sat, 29 Jul 2006 15:20:06 +0200 cjk (4.6.0+cvs20060425-4) unstable; urgency=low * [control] Remove "latex-cjk-korean-hlatex" from the Recommends: line; it's not yet packaged. -- Danai SAE-HAN (韓達耐) Tue, 23 May 2006 22:41:38 +0200 cjk (4.6.0+cvs20060425-3) unstable; urgency=low * [control] remove "latex-cjk (<= 4.6.0+cvs20051031-10)" from the Conflicts: line. No need to conflict with packages that do not exist in the official Debian branches. Thanks to Norbert Preining. * [copyright] - mention that the debian/ directory is also released under the GPL; - mention the whereabouts of Thailatex. Thanks to Frank Küster. -- Danai SAE-HAN (韓達耐) Thu, 18 May 2006 23:07:26 +0200 cjk (4.6.0+cvs20060425-2) unstable; urgency=low * New maintainer: Danai SAE-HAN (韓達耐) . * [control] add "latex-cjk (<= 4.6.0+cvs20051031-10)" to the Conflicts: line of latex-cjk-all. * [latex-cjk-common.emacsen-*] change "latex-cjk" to "latex-cjk-common". Thanks to Norbert Preining. -- Danai SAE-HAN (韓達耐) Sat, 13 May 2006 11:45:24 +0200 cjk (4.6.0+cvs20060425-1) unstable; urgency=low * The binary package "latex-cjk" has been renamed to "latex-cjk-common". Thanks to Ming Hua for the tip. * [Makefile] remove all unnecessary comments. * [copyright] change 1998 to 2006, and change the upstream tarball location to http://cjk.ffii.org/cjk-current.tar.gz * [control] remove the names of Lemberg and Fok, modify the description of latex-cjk-chinese a bit and make the packages conflict with cjk-latex (<=4.5.1) rather than (<=4.5.1-4). * [README.Debian] I rewrote parts of it: - I forgot to translate some parts from Dutch to English; - remove the part about ttf2pk; I haven't tested it thoroughly enough; - latex-cjk-thai provides its own PFB fonts since 4.6.0+cvs20051031-4; - minor changes to the Cyberbit section. * [control] - bump the Standards Version to 3.7.2.0; no changes required; - mention in latex-cjk-korean that I will upload UTF-8 compatible; fonts ASAP. * [watch] add a watch file and set it to http://cjk.ffii.org/index.html cjk-current\.tar\.gz. * Use a more recent upstream version from CVS. Highlights: - new encoding "HK" (C05) for Hong Kong's HKSCS-2004; - Unicode and document fixes; - some updates for Korean scripts; - add GPL copyright to most files. -- Danai SAE-HAN (韓達耐) Sun, 7 May 2006 23:46:26 +0200 cjk (4.6.0+cvs20051031-10) experimental; urgency=low * [control] depend on tex-common (>=0.19) because of typo in dh_installtex. Thanks to Norbert Preining. -- Danai SAE-HAN (韓達耐) Wed, 13 Mar 2006 14:21:27 +0100 cjk (4.6.0+cvs20051031-9) experimental; urgency=low * [control] use a versioned "Conflicts: tfm-arphic-@TYPEFACE@ (=2.11.2-0.1)" field of latex-cjk-chinese, otherwise you can't install the Arphic font packages. -- Danai SAE-HAN (韓達耐) Tue, 28 Feb 2006 05:49:06 +0100 cjk (4.6.0+cvs20051031-8) experimental; urgency=low * [rules] depend on tex-common (>=0.18) because of a bug in dh_installtex. Thanks to Norbert Preining for pointing this out. * [10texlive-lang-cjk.cnf,latex-cjk-chinese.post{inst,rm}] remove them, because dh_installtex already takes care of this. Thanks again to Norbert Preining. -- Danai SAE-HAN (韓達耐) Sun, 26 Feb 2006 00:02:22 +0100 cjk (4.6.0+cvs20051031-7) experimental; urgency=low * Mention Osamu Aoki's remark about the fuzzy licenses of the twmoe-{kai,sung} fonts in README.Debian. * We don't depend on a non-DFSG font anymore: UTF8/c70song.fd that contains the Cyberbit font definitions is not installed anymore. (Closes: #253398) * Use the new dh_installtex command to install the hyphenation patterns and babel language files, and replace dh_installtexfonts as well by this new command. Depend on tex-common (>=0.17). -- Danai SAE-HAN (韓達耐) Sat, 25 Feb 2006 00:13:23 +0100 cjk (4.6.0+cvs20051031-6) experimental; urgency=low * The "Final touches" release. * PDF, PS and DVI versions of the example files are no longer provided. They were (IMHO) useless anyway, and just consumed space unnecessarily. * [arphic-sampler.tex] use an updated Arphic examples files for the latex-cjk-chinese package, and remove the old arphic.tar.gz.uu with PDF files in the Debian source package. * Use dpatch for the modifications to the upstream Makefile. * [control] add sharutils back in Build-Depends (the Thai fonts come UUencoded in the Debian source package). * [control] make tfm-arphic-* conflict conflict with the latex-cjk-chinese package (thanks Anthony Fok). * [control] Provide the "cjk-latex" transitional dummy package inside this "cjk" package, not a separate "cjk-latex" package. It saves quite some space (thanks Ming Hua). * [control] Change the architecture of latex-cjk-{korean,thai,all} to "all", but leave that of latex-cjk{,chinese,japanese} to "any" (thanks Ming Hua). * [control] Make some esthetical changes to the package descriptions. * Remove debian/{postinst,preinst,prerm}. They were useless anyway since every package now has its own debhelper script. -- Danai SAE-HAN (韓達耐) Fri, 6 Jan 2006 13:06:27 +0100 cjk (4.6.0+cvs20051031-5) experimental; urgency=low * Aaaargh! I forgot to remove thailatex from the Build-depends in debian/control. -- Danai SAE-HAN (韓達耐) Sat, 30 Dec 2005 08:21:41 +0100 cjk (4.6.0+cvs20051031-4) experimental; urgency=low * Remove utils/hbf2gf/config.log when cleaning; the logfile remains when a prior debuild process was abruptly killed. * Depend on tex-common (>=0.14), because it fixes the creation of config.garuda and config.norasi. Now `dvips -Pgaruda -Pnorasi bla.dvi´ works like a charm, even if both garuda.map and norasi.map are disabled in /etc/texmf/updmap.d/10latex-cjk-thai.cfg, which is the whole point of using the -P option. * Depend on tetex-base (>=3.0), if you use teTeX. * Also support installation in TeXlive distribution, by depending on texlive-base-bin and texlive-latex-base in that case. Thanks to Norbert Preining. * Add the "pinyin" Babel file and the "pyhyph" hyphenation pattern file. pyhyph is only useful for pinyin syllables without accents. Install the "pytest.tex" example file as well. Mind though, the other "py_test.tex" is to test PinYin writing, not PinYin hyphenation. * Move the Thai Babel language file "thaicjk.ldf" to the correct place. * Provide our own Thai AFM and Type1 fonts again, rename them into 8.3 style filenames (the default upstream procedure) and remove "thailatex" from the dependency list. Reason: thailatex is still incompatible with Debian's teTeX3 and TeXlive packages. * Fix the dh_link commands in debian/rules: remove the leading slash from the paths. * Do not build-depend on latex-cjk-chinese-arphic-* anymore. * Make the Perl scripts in /usr/share/latex-cjk/utils/ executable. * Install the Emacs Lisp scripts the Debian way. -- Danai SAE-HAN (韓達耐) Thu, 29 Dec 2005 00:22:06 +0100 cjk (4.6.0+cvs20051031-3) experimental; urgency=low * Revert the last update: install the Thai map files back to /usr/share/texmf/fonts/map/dvips/latex-cjk-thai/. * Change "unstable" to "experimental" in the changelog. * Let latex-cjk-thai depend on thailatex (it provides the .pfb Type1 fonts). -- Danai SAE-HAN (韓達耐) Wed, 21 Dec 2005 17:13:53 +0100 cjk (4.6.0+cvs20051031-2) experimental; urgency=low * Move Thai map files from /usr/share/texmf/fonts/map/dvips/latex-cjk-thai/ to /usr/share/texmf-tetex/fonts/map/dvips/latex-cjk-thai/. -- Danai SAE-HAN (韓達耐) Sun, 18 Dec 2005 00:32:20 +0100 cjk (4.6.0+cvs20051031-1) experimental; urgency=low * The "Yatta!" release. Finally updated to CJK 4.6.0, which brings along a lot of changes and fixes. Have a look at /usr/share/doc/latex-cjk/history.txt. * Since the upstream source tarball is called "cjk-4.6.0", change the Debian source SONAME to "cjk" instead of "latex-cjk". * Remove the symbolic link from history.txt.gz to changelog.gz: the source package has a real changelog file. The history.txt.gz file will still be provided in the docs. * Makefile: major cleanup and comment out redundant lines. * Depend on Debhelper 5. * Make latex-cjk-japanese depend on latex-cjk-japanese-wadalab. * Make latex-cjk-chinese depend on latex-cjk-arphic-*. * Depend on tetex-base (>=3.0). * Depend on tex-common (>=0.13) because of new --flavor option in dh_installtexfonts. -- Danai SAE-HAN (韓達耐) Fri, 16 Dec 2005 23:59:20 +0100 latex-cjk (4.5.1+0.20030319-12) experimental; urgency=low * Put latex-cjk-japanese-wadalab-fonts in Recommends, not Suggests. * Create latex-cjk-korean-wansong-fonts, and put it in the Recommends line of latex-cjk-korean. * Cosmetic changes in debian/control. -- Danai SAE-HAN (韓達耐) Sun, 11 Sep 2005 14:50:01 +0200 latex-cjk (4.5.1+0.20030319-11) experimental; urgency=low * Put the Japanese Wadalab fonts in a seperate package, called latex-cjk-japanese-wadalab-fonts, and put it in latex-cjk-japanese's Suggest line. -- Danai SAE-HAN (韓達耐) Tue, 6 Sep 2005 22:46:15 +0200 latex-cjk (4.5.1+0.20030319-10) experimental; urgency=low * /usr/share/texmf/hbf2gf has been accepted as a TEXMF topdirectory. Frank Küster has already manually closed the bug (was Bug nr.262967). * I've packed all fonts and other binaries (DVI, PS.gz, PDF) in uuencoded tarballs ("sharutils" has been added to Build-Depends). When building from source, these packages will be automatically decoded (debian/rules). This allows me to use .orig.tar.gz and create a diff file. But it does create a humongous (25MB) gzipped diff file. Perhaps it's time to put those fonts in other packages... * Adjust the new FSF address in debian/copyright. -- Danai SAE-HAN (韓達耐) Sun, 14 Aug 2005 02:50:45 +0200 latex-cjk (4.5.1+0.20030319-9) experimental; urgency=low * The "Squash those bugs" release. * I completely forgot to include the binary and the configuration files of hbf2gf, except for the manpage. Hurm. I've put it in -base. Excuse of the day: who uses bitmap fonts anyway? * debian/control: finetuning several Suggest lines (all HBF related). Also add "cjk-latex" to Provides. * Oops, I actually forgot to put the Wadalab font definition files in the TEXMF tree. * debian/postinst: Remove prehistoric fix for texmf.cnf, which has already been addressed by tetex-bin years ago. (Closes: #285198) * hbf-kanji48 is in the Suggests field for quite some time now. (Closes: #183755) * cjk-latex version 4.2.0 has been banned to the darkest pits of Debian oldstable (woody). CJKulem.sty has since then been included in the Debian package. (Closes: #169273 and #169286) * Provide manpages for sjislatex, bg5latex and bg5+latex. -- Danai SAE-HAN (韓達耐) Wed, 10 Aug 2005 00:24:14 +0200 latex-cjk (4.5.1+0.20030319-8) experimental; urgency=low * Fixed the symbolic link for the Japanese Type1 Wadalab fonts. I actually forgot to add "dh_link" in debian/rules. * teTeX 3.0 comes with different commands to update the font map files. You are advised to put the new TeTeX package on hold untill I can fix some issues. -- Danai SAE-HAN (韓達耐) Thu, 4 Aug 2005 22:37:46 +0200 latex-cjk (4.5.1+0.20030319-7) experimental; urgency=low * The "Mea culpa, mea maxima culpa" release. * Gah! latex-cjk-base installed all its texmf files in /usr/share/texmf/tex/latex instead of /usr/share/texmf/tex/latex/CJK. -- Danai SAE-HAN (韓達耐) Wed, 27 Jul 2005 23:17:56 +0200 latex-cjk (4.5.1+0.20030319-6) experimental; urgency=low * Gah! I forgot to adjust the Conflicts: tag for the non-base packages! Shame on me... -- Danai SAE-HAN (韓達耐) Mon, 25 Jul 2005 01:05:20 +0200 latex-cjk (4.5.1+0.20030319-5) experimental; urgency=low * New maintainer. w00t! * I have provided a dummy package cjk-latex (thanks Carlos Liu). I set the conflict to cjk-latex (<= 4.5.1-4) accordingly, and latex-cjk now replaces cjk-latex; debiandoc-sgml recognizes this; let's hope the hbf-* and tfm-arphic-* packages will too. * From version -4.3 onwards, I made a mistake with the versioning numbers: I set it to 20030319 while it should have been 20030318. Gah! Too late now though. * [postrm] cosmetic changes. -- Danai SAE-HAN (韓達耐) Sun, 24 Jul 2005 22:28:47 +0200 latex-cjk (4.5.1+0.20030319-4.5) experimental; urgency=low * NMU. * Split the package into latex-cjk (virtual package for all packages), latex-cjk-chinese, latex-cjk-japanese, latex-cjk-korean, latex-cjk-thai and latex-cjk-base. * Cosmetic changes in postinst, and change /var/lib/texmf/web2c/texmf.cnf back into /etc/texmf/texmf.cnf. * Cosmetic changes in debian/control. * Added a "copyright" file and removed COPYING. * Bump the Standards Version to 3.6.2.1. But we still need some decent manpages. Aaargh! * Add a lot more in the TODO.Debian list. *sigh* * Depend on debhelper (>=4.2.32). Yay! * Remove debian/*.conffiles; it's not needed anymore since debhelper 4. * Add the DVI files in the examples directory. * Run mktexlsr and update the map files after a purge (debian/*postrm) and installation (debian/*postinst). -- Danai SAE-HAN (韓達耐) Thu, 14 Jul 2005 13:10:11 +0200 latex-cjk (4.5.1+0.20030319-4.4) experimental; urgency=low * NMU. * Fix an installation error ($TEXMF/dvips/base wasn't created). * Hopefully fix the problem with tetex-base this time. * Bump the Standards Version to 3.6.1.1. -- Danai SAE-HAN (韓達耐) Thu, 8 Jul 2004 00:14:39 +0200 latex-cjk (4.5.1+0.20030319-4.3) experimental; urgency=low * NMU. * tetex-base 2.0.2-7 already has /usr/share/texmf/dvips/config. * Bump the dependency of tetex-base to >=1.0-2 and of tetex-bin to >=1.0.7. -- Danai SAE-HAN (韓達耐) Sun, 25 Apr 2004 00:46:30 +0200 latex-cjk (4.5.1+0.20030318-4.2) experimental; urgency=low * NMU. * Changing names because of interference with the original package. * I'm using the CVS version up to 2003-03-18, because I haven't managed (yet) to make vertical writing with PStricks work. * Added a THANKS file. -- Danai SAE-HAN (韓達耐) Wed, 31 Mar 2004 00:00:20 +0200 cjk-latex (4.5.1-4.1) experimental; urgency=low * Non-maintainer release. * Fix broken font names in .fd and ttfonts.map files. (Closes: #322010) * Change "cyberb" into "cyberbit". No need for ridiculous MS-DOS 8.3 filenames on Debian. This change is also affected in an NMU of freetype1-tools. * Big5, GB2312, CEF, Korean, Thai and UTF should work out of the box now; Japanese works too (JIS and SJIS encoding; HBF and DNP fonts). * Include Japanese, Korean and Thai fonts. (Closes: #165350, #184187 and #67284) Thanks to Starosta for the Korean fonts from TeXlive. * Include PostScript versions of example files, just to show off. * debian/*: recode in UTF-8. -- Danai SAE-HAN (韓達耐) Fri, 19 Dec 2003 10:35:36 +0100 cjk-latex (4.5.1-4) unstable; urgency=low * CVS update as of 2003-02-11. * For configuring hbf2gf, the --with-kpathsea-dir option has been changed to --with-kpathsea-lib and --with-kpathsea-include, except that I was oblivious and did not notice the change to fix my Makefile. Many thanks Atsuhito Kohda for catching this packaging bug. (Closes: #183754) * Added hbf-kanji48 to Suggests and Description. See Bug#183755 for further development. -- Anthony Fok Sat, 8 Mar 2003 02:42:40 +0800 cjk-latex (4.5.1-3) unstable; urgency=low * Rebuild to get the correct versioned dependency on libc6 (>= 2.3.1-1). Thanks to Daniel Mueller for the bug report. (Closes: #168933) -- Anthony Fok Thu, 14 Nov 2002 01:49:04 +0800 cjk-latex (4.5.1-2) unstable; urgency=medium * Oops, I forgot to compile and install the new extconv utility. Fixed. Thanks to Magnus Pfeffer for the bug report. (Closes: #165355) * Installed existing man pages for *conv. * I'll fix the other issues at a later time, perhaps after reviewing Mike Fabian's excellent CJK LaTeX RPM for SuSE. :-) -- Anthony Fok Sat, 19 Oct 2002 03:15:12 +0800 cjk-latex (4.5.1-1) unstable; urgency=low * New upstream release. * Note: This Debian CJK package is far from perfect. There is lots of room for improvement, e.g. improving font settings and improving Japanese and Korean support (see Mike Fabian's SuSE CJK RPM). Please feel free to give me criticism and suggestions by filing bug reports against cjk-latex! :-) -- Anthony Fok Fri, 9 Aug 2002 08:10:33 +0800 cjk-latex (4.2.0-3) unstable; urgency=low * s/freetype-tools/freetype1-tools/g; * Added gen-arphic-map.pl to generate arphic.map installed in /etc/texmf/dvips/ . * Added experimental "embed Arphic PL Chinese TrueType fonts" support. Special thanks to Werner Lemberg, Yong Li (Rigel), and other TeXperts on pdftex and debian-chinese mailing lists for showing me how. :-) Note: You need to manually add "map +p arphic.map" to your pdftex.cfg! * Added a note in README.Debian to describe this new feature. -- Anthony Fok Sun, 20 May 2001 16:34:21 -0600 cjk-latex (4.2.0-2) unstable; urgency=low * Re-added "dpkg-divert --remove" in postrm and now also in preinst in case there is any old cruft leftover from 4.2.0-0.5 or before. Closes: Bug#77571. * Depends on libkpathsea3 instead of the old tetex-lib; Build-Depends is also changed accordingly. Also Depends on the recompiled freetype-tools (>= 1.3.1-3) because older versions depended on tetex-lib. Closes: Bug#80118. -- Anthony Fok Wed, 20 Dec 2000 15:23:57 -0700 cjk-latex (4.2.0-1) unstable; urgency=low * Standards-Version: 3.1.1 * [control] Also Suggests: tfm-arphic-{bkai,bsmi,gkai,gbsn}00{l,m}p Arphic PL TrueType fonts. :-) * [README.Debian] Updated suggested list of Chinese font packages, added how to access the various fonts available for Debian, and made a note that tetex-bin (1.0.6-1) has added the HBF fontpath to T1FONTS. * Removed old, ugly kludges which diverted mktextfm and special.map from teTeX with our own. * Added appropriate c{00,10}{akai,kai,amng,ming,asng,song}{,r}.fd files for the Arphic PL fonts. :-) * Added /usr/share/doc/cjk-latex/examples/Arphic_test.tex to showcase the newly packaged Arphic PL fonts. :-) -- Anthony Fok Thu, 23 Dec 1999 16:42:12 -0700 cjk-latex (4.2.0-0.5) unstable; urgency=low * [Makefile] Install cjk*.el in /usr/share/emacs/site-lisps. * [postinst] Use "/usr/bin/mktexlsr /usr/share/texmf" instead of just "/usr/bin/mktexlsr" to save time. * Added c00moekai.fd and c00moesng.fd. * [control] - Also Suggests: new Big5 TrueType font packages ttf-twmoe-kai and ttf-twmoe-sung. -- Anthony Fok Sat, 1 May 1999 05:25:37 -0600 cjk-latex (4.2.0-0.4) unstable; urgency=low * [postrm] Add "|| true" in the dpkg-divert call so it won't complain to dpkg too much when "postrm upgrade" is run. * [control] - Also Suggests: new Big5 bitmap font package hbf-cns40-b5. - Removed the note about the preliminary status in the description. cjk-latex now works out of the box! More or less anyway. :-) * Updated README.Debian and TODO.Debian. -- Anthony Fok Thu, 15 Apr 1999 13:34:17 -0600 cjk-latex (4.2.0-0.3) unstable; urgency=low * [control] Suggests: hbf-jfs56 instead of jfs56 because that font package has been renamed. -- Anthony Fok Wed, 14 Apr 1999 17:40:23 -0600 cjk-latex (4.2.0-0.2) unstable; urgency=low * [control] Suggests: jfs56, the first Debian Chinese font package that works with cjk-latex! Now, you should be able to generate Chinese GB-encoded .dvi files out of the box without tweaking CJK or teTeX's config files! :-) Other font packages will be added in the future (when I or others have more time.) * [Makefile] Oops, the hbf2gf configuration files were installed in the wrong directory. Fixed. * [preinst,postrm] Added commands to divert /usr/bin/mktextfm and /usr/share/texmf/fontname/special.map. First, to fix bug; second, to add CJK font names so the .tfm and .*pk files get created in the proper directories. * [postinst] Add the HBF font path to the T1FONTS variable in /etc/texmf/texmf.cnf. * Updated README.Debian. -- Anthony Fok Mon, 12 Apr 1999 04:02:01 -0600 cjk-latex (4.2.0-0.1) unstable; urgency=low * Preliminary maintainer release #3. * Rebuilt with glibc-2.1 and tetex-lib (shared kpathsea library). * [Makefile] Changed $(prefix)/share/texmf to $(prefix)/lib/texmf for the new FHS-compliant directory layout in teTeX. * [control] Updated dependency to be FHS-compliant: - Depends: tetex-base (>= 0.9.990311-1), tetex-bin (>= 0.9.990310-1) - Recommends: freetype-tools (>= 1.2-4) * [postinst] Removed the hack which fixed a previous version of /usr/bin/mktexpk. Since it has been fixed upstream in the latest teTeX, the hack is no longer needed. Likewise, changed /usr/lib/texmf to /usr/share/texmf. -- Anthony Fok Mon, 5 Apr 1999 17:50:00 -0600 cjk-latex (4.2.0-0) unstable; urgency=low * New upstream release. -- Anthony Fok Thu, 18 Feb 1999 10:31:12 -0700 cjk-latex (4.1.3-0) unstable; urgency=low * Initial Preliminary Release. * Note: This Debian package is at a very preliminary stage. The necessary font files are not packaged yet, and you may need to spend quite a bit of time tweaking teTeX's configuation files to get cjk-latex working. Only for alpha testers and those in urgent need of cjk-latex. :-) -- Anthony Fok Fri, 25 Dec 1998 12:28:03 -0700 debian/latex-cjk-thai.emacsen-remove0000664000000000000000000000074511701522372014633 0ustar #!/bin/sh -e # /usr/lib/emacsen-common/packages/remove/latex-cjk-thai FLAVOR=$1 PACKAGE=latex-cjk-thai if [ ${FLAVOR} != emacs ]; then # if test -x /usr/sbin/install-info-altdir; then # echo remove/${PACKAGE}: removing Info links for ${FLAVOR} # install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/latex-cjk.info.gz # fi echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} fi debian/latex-cjk-thai.emacsen-install0000664000000000000000000000263311701522372015002 0ustar #! /bin/sh -e # /usr/lib/emacsen-common/packages/install/latex-cjk-thai # Written by Jim Van Zandt , borrowing heavily # from the install scripts for gettext by Santiago Vila # and octave by Dirk Eddelbuettel . FLAVOR=$1 PACKAGE=latex-cjk-thai ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} if [ ${FLAVOR} = emacs ]; then exit 0; fi echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} FLAVORTEST=`echo $FLAVOR | cut -c-6` if [ ${FLAVORTEST} = xemacs ] ; then SITEFLAG="-no-site-file" else SITEFLAG="--no-site-file" fi FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile --no-site-file" # Install-info-altdir does not actually exist. # Maybe somebody will write it. #if test -x /usr/sbin/install-info-altdir; then # echo install/${PACKAGE}: install Info links for ${FLAVOR} # install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz #fi install -m 755 -d ${ELCDIR} cd ${ELDIR} FILES=`echo *.el` #cp ${FILES} ${ELCDIR} # Symlinks instead of copying... # http://lists.debian.org/debian-emacsen/2006/11/msg00012.html . cd ${ELCDIR} for i in ${FILES}; do ln -fs /usr/share/emacs/site-lisp/${PACKAGE}/$i done cat << EOF > path.el (setq load-path (cons "." load-path) byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} rm -f path.el exit 0 debian/latex-cjk-common.docs0000664000000000000000000000051111701522372013207 0ustar debian/README.Debian debian/THANKS debian/TODO.Debian doc/cjk-enc.txt doc/CJK.txt doc/CJKnumb.txt doc/CJKspace.txt doc/CJKutf8.txt doc/commands.txt doc/fdxfiles.txt doc/fonts.txt doc/hbf2gf.txt doc/history.2_5 doc/history.txt doc/pinyin.txt doc/pyhyphen.txt doc/reftex.txt doc/ruby.txt doc/TDS.txt doc/vertical.txt doc/pdfhowto/ debian/latex-cjk-common.emacsen-remove0000664000000000000000000000075111701522372015173 0ustar #!/bin/sh -e # /usr/lib/emacsen-common/packages/remove/latex-cjk-common FLAVOR=$1 PACKAGE=latex-cjk-common if [ ${FLAVOR} != emacs ]; then # if test -x /usr/sbin/install-info-altdir; then # echo remove/${PACKAGE}: removing Info links for ${FLAVOR} # install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/latex-cjk.info.gz # fi echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR} rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE} fi debian/compat0000664000000000000000000000000211701522372010366 0ustar 8 debian/latex-cjk-chinese.install0000664000000000000000000000212111701522372014052 0ustar debian/tmp/usr/bin/bg5* usr/bin/ debian/tmp/usr/bin/cef* usr/bin/ debian/tmp/usr/bin/extconv usr/bin/ debian/tmp/usr/bin/gbk* usr/bin/ texinput/Bg5/Bg5.* usr/share/texmf/tex/latex/CJK/Bg5/ texinput/Bg5/HK.enc usr/share/texmf/tex/latex/CJK/Bg5/ texinput/CNS/EUC-TW.* usr/share/texmf/tex/latex/CJK/CNS/ texinput/GB/GB.* usr/share/texmf/tex/latex/CJK/GB/ texinput/UTF8/zh-Han?.cpx usr/share/texmf/tex/latex/CJK/UTF8/ doc/CEF.txt usr/share/doc/latex-cjk-common/ doc/chinese/ usr/share/doc/latex-cjk-common/ #debian/Arphic_test.{dvi,ps.gz,tex} examples/Big5.tex usr/share/doc/latex-cjk-common/examples/ examples/Big5vert.tex usr/share/doc/latex-cjk-common/examples/ examples/CEF_test.tex usr/share/doc/latex-cjk-common/examples/ examples/GB.tex usr/share/doc/latex-cjk-common/examples/ debian/arphic-sampler.tex usr/share/doc/latex-cjk-common/examples/ # Toneless pinyin hyphenation patterns and Babel language file utils/pyhyphen/pinyin.ldf usr/share/texmf/tex/generic/babel/ utils/pyhyphen/pyhyph.tex usr/share/texmf/tex/generic/hyphen/ utils/pyhyphen/pytest.tex usr/share/doc/latex-cjk-common/examples/ debian/latex-cjk-common.install0000664000000000000000000000313011701522372013725 0ustar # Attention: some exotic shells don't seem to understand accolades, # as it would constitute a so-called "bashism". # IOW, I now have to use *four* times as many lines to do the same job. # I thought technology was here to help us, not to create more work. texinput/*.bdg usr/share/texmf/tex/latex/CJK/ texinput/extended.chr usr/share/texmf/tex/latex/CJK/ texinput/pmC.chr usr/share/texmf/tex/latex/CJK/ texinput/standard.chr usr/share/texmf/tex/latex/CJK/ texinput/CJK.enc usr/share/texmf/tex/latex/CJK/ texinput/extended.enc usr/share/texmf/tex/latex/CJK/ texinput/pmCbig.enc usr/share/texmf/tex/latex/CJK/ texinput/pmCsmall.enc usr/share/texmf/tex/latex/CJK/ texinput/standard.enc usr/share/texmf/tex/latex/CJK/ texinput/CJKfntef.sty usr/share/texmf/tex/latex/CJK/ texinput/CJKnumb.sty usr/share/texmf/tex/latex/CJK/ texinput/CJK.sty usr/share/texmf/tex/latex/CJK/ texinput/CJKspace.sty usr/share/texmf/tex/latex/CJK/ texinput/CJKulem.sty usr/share/texmf/tex/latex/CJK/ texinput/CJKutf8.sty usr/share/texmf/tex/latex/CJK/ texinput/CJKvert.sty usr/share/texmf/tex/latex/CJK/ texinput/pinyin.sty usr/share/texmf/tex/latex/CJK/ texinput/ruby.sty usr/share/texmf/tex/latex/CJK/ texinput/UTF8/UTF8.* usr/share/texmf/tex/latex/CJK/UTF8 texinput/mule usr/share/texmf/tex/latex/CJK/ utils/lisp/cjkspace.el usr/share/emacs/site-lisp/latex-cjk-common/ utils/lisp/cjktilde.el usr/share/emacs/site-lisp/latex-cjk-common/ utils/lisp/emacs/cjk-enc.el usr/share/emacs/site-lisp/latex-cjk-common/ utils/hbf2gf/cfg/*.cfg usr/share/texmf/hbf2gf/cfg/ utils/subfonts usr/share/latex-cjk-common/utils/ debian/tmp/usr/bin/hbf2gf usr/bin/ debian/README.source0000664000000000000000000000242712157462277011371 0ustar cjk for Debian -------------- 1. Getting the source file -------------------------- The upstream source tarball is created each time you build the package using the `get-orig-source' target in debian/rules. This target will look at the `debian/ changelog' file and use the ISO date that is provided in the package version numbering. For instance, if the first line of the Debian changelog file looks like: cjk (4.8.2+git20090105-1) unstable; urgency=medium then it will strip off `4.8.2+git' and `-1' from the version, so you get the date `20090105'. The `get-orig-source' target will now transform that date into Unix time, and use this to fetch a tarball from the upstream GIT server up to 5 January 2009. You may ask yourself why I bother using this mechanism. I find it often quite cumbersome to recreate the original source tarball for each and every release. There are naming conventions to abide by, and I keep forgetting them. Hence this system in which I just have to modify the Debian version in the changelog to get an updated upstream tarball, completely according to the conventions that apply on Debian. In other words, when you are in the "cjk" folder, just run: $ ./debian/rules get-orig-source -- Danai SAE-HAN (韓達耐) , Mon, 17 Jun 2013 09:22:07 +0800 debian/TODO.Debian0000664000000000000000000001656411701522372011055 0ustar TODO for Debian's latex-cjk --------------------------- Thu, 2003-12-19 (danai.sae-han@edpnet.be): * The hbf-kanji48 package needs to put the HBF fonts in the MISC dir, not in HBF. Wed, 2006-09-05 (danai.sae-han@edpnet.be): * Suggest another Unicode font instead of Bitstream's Cyberbit. Debian now includes ttf-kiloji, which contains four Japanese fonts. What about ttf-freefont? It is supposed to have the Japanese Wadalab fonts integrated. But apparently not on Debian. http://www.nongnu.org/freefont/ What about CJKUnifonts? It has ttf-arphic-u{ming,kai}. By Arne Götje. http://unifont.freedesktop.org/wiki/Software/CJKUnifonts Problem: Arne told me that it's still in development and that some font characteristics need to be completely changed. Packaging these four fonts (two KaiTi, two SongTi; each has a version with slightly different Hakka and Minnan Bopomofo, and another with the clasic bopomofo) won't be for tomorrow. OMG! At http://www.okuc.net/ there's a HUGE fontset from Sun Haifeng, covering CJK extensions A and B! Find out the license and discuss with the upstream author the naming convention and the correct sfd_namestem to use. Unrelated: a nice font for math and sciences is STIX, which should be officially released around the end of 2007. * For more fonts, check the following sites along with the FreeBSD installation: - http://www.freebsd.org/cgi/cvsweb.cgi/ports/chinese/cwtexttf/?hideattic=0#dirlist ftp://ftp1.sinica.edu.tw/pub1/tex/cwTeX/ ftp://ftp1.sinica.edu.tw/pub4/tex/cwTeX/ - http://www.freebsd.org/cgi/cvsweb.cgi/ports/chinese/mingunittf/?hideattic=0#dirlist http://www.info.gov.hk/digital21/unicode/hkscs/reference_iso10646.html - http://www.freebsd.org/cgi/cvsweb.cgi/ports/chinese/moettf/?hideattic=0#dirlist http://www.edu.tw/mandr/bbs/1-4-2/1-4-2.html (empty) - http://www.freebsd.org/cgi/cvsweb.cgi/ports/chinese/msttf/ - http://www.freebsd.org/cgi/cvsweb.cgi/ports/chinese/ntuttf/?hideattic=0#dirlist http://input.cpatch.org/font/ntu/ - http://www.freebsd.org/cgi/cvsweb.cgi/ports/x11-fonts/cyberbit-ttfonts/?hideattic=0 - http://oku.edu.mie-u.ac.jp/~okumura/texwiki/ http://www.tug.org/interviews/interview-files/haruhiko-okumura.html * Remove /var/cache/fonts/pk/bla when purging a font package that depends on the use of MakeTeXPK [not necessary for the Type1 font packages]. More important for the HBF packages. See closed bug #388399 and the TeX policy. But TeX now has a different font cache system. So is this purging still necessary (in ~/.texmf-var/)? See recent bug in latex-cjk: YES. * Put some information on how to get PK fonts working instead of Type1 fonts, using freetype1-tools' ttf2tfm and ttf2pk utilities in each font package. Here's an idea: " - How to get PK fonts: Comment the entries in /etc/texmf/updmap.d/10latex-cjk-chinese-arphic-*.cfg, then run update-updmap and updmap-sys. xdvi, dvips and dvipdfm will now use PK fonts. There is one problem though: bkaiu?? fonts are all created with ttf2pk, but it can't find bkaiuv. They're all created by ttf2pk, "kpathsea: Running mktexpk --mfmode / --bdpi 600 --mag 1+120/600 --dpi 720 bkaiuv mktexpk: don't know how to create bitmap font for bkaiuv." The Chinese punctuation marks all appear as letters. Need to find a fix for this. #Solution: change "bkai" into "bkair" in the .tex file. #Changing "bkair" to "bkai" in c00bkair.fd doesn't work. Doh. " * Create a script that will allow extra fonts to be created and installed in $TEXMFLOCAL. * Make several docs available to texdoctk, which uses an other engine than texdoc. Wait when Debian TeX Maintainers or TeXlive upstream has fixed these documentation issues. * Create texinfo, DVI and PDF docs using debian/rules. Would require dvipdfm and texinfo in Build-Depends. Is it necessary? IMHO not really. * Update the hbf-* packages and include the corresponding .fd file in each package. Add a Korean HBF package. (http://www.tug.org/ftp/texlive/Contents/live/texmf-doc/doc/english/catalogue/entries/cjk-fonts.html) Unknown license. Supposedly "free", according to Werner. (ftp://ctan.tug.org/tex-archive/fonts/CJK/) Put texinput/Bg5/c05song.fd in the package with the b5ka12 fonts, which is part of tex4ht-common apparently, not hbf-*. Hmmm... quid nunc? * Check out the Korean package, and put most/all of the .fd files that are *not* from HLaTeX in the HBF package(s). - add \newpage in the example files (?or just one?) before \end{CJK*} to solve \write issues when you include a ToC. + extra comments. [TODO] Idea for comment: (only with CJKutf8, apparently): % We need to end the CJK environment with a \newpage; otherwise the % .aux and .toc files will be completely messed up. \newpage \end{CJK} From CJK.txt: o If you get the error message: `\CJK... undefined' or other `... undefined ...' messages and you can't find an error, try inserting \newpage, \clearpage, or \cleardoublepage (the latter for two-column printing) before saying \end{CJK} or \end{CJK*}. This can happen if LaTeX 2e writes headers, footers, or index entries (both \index and \printindex) of a page containing CJK characters after closing the CJK environment. In case of footnotes with CJK characters which are split across pages, you have to close the CJK environment on the page on which the particular footnote ends (probably preceded by a \newpage command). A similar error message from CJKutf8.sty (with the same solution) is Package inputenc Error: Unicode char \u 8: XXX not set up for use with LaTeX * Split the -japanese-wadalab package into three subpackages: -gothic, -maru and -mincho. Hmmm, is that necessary? * Fix watch files (latex-cjk-japanese-wadalab latex-cjk-chinese-arphic). Things to be added to the watch file: - the Thailatex fonts: ftp://opensource.thai.net/pub/linux.thai.net/thailinux/software/ or http://tug.org/texlive/Contents/live/texlive/texmf-dist/fonts/{afm,type1}/public/{garuda,norasi} - ftp://ftp.dante.de/tex-archive/fonts/arphic/arphic-sampler.tex - http://partners.adobe.com/public/developer/en/opentype/aglfn13.txt * example files: - CEF_test.tex needs HBF fonts. Perhaps move it altogether to another package, dunno. I need to think it over. And over. - Big5vert.tex and CJKmixed.tex need to be converted to either PS or PDF in order to correctly get the vertically rotated characters. xdvi doesn't support rotated PS fonts (yet). - CJKutf8.tex needs cm-super and Korean UTF-8 fonts. I'm working on it, but the complete font package will take up 150MB of space comprising 29'840 files and 65 directories. * The CJK->CJKutf8 changes should go upstream. Might want to have arphic-sampler.tex switch as well. * Emacs Lisp code to automatically get "~" from Werner. CJK list 2007-03-17. Perhaps I should put a comment somewhere. * http://lists.opensuse.org/opensuse-m17n/2002-09/msg00046.html How to get vertical fonts for the Japanese Kochi TTF. * Fix a few things in README.Debian-msgothic. Sun, 07 Nov 2010 00:31:10 +0100 * Make debian/copyright machine-readable. debian/latex-cjk-thai.install0000664000000000000000000000145612074316115013373 0ustar texinput/thai/c90* usr/share/texmf/tex/latex/CJK/thai/ texinput/thai/thaicjk.ldf usr/share/texmf/tex/generic/babel/ doc/thaifont.txt usr/share/doc/latex-cjk-common/ examples/thai*.tex usr/share/doc/latex-cjk-common/examples/ utils/thaifont/tools usr/share/latex-cjk-common/utils/thaifont/ utils/thaifont/texmf/fonts/map/dvips/*/*.map usr/share/texmf/fonts/map/dvips/latex-cjk-thai/ build_thaifonts/c90.enc usr/share/texmf/fonts/enc/dvips/latex-cjk-thai/ build_thaifonts/*.tfm usr/share/texmf/fonts/tfm/latex-cjk-thai/ utils/lisp/emacs/thai-word.el usr/share/emacs/site-lisp/latex-cjk-thai/ # Uncomment these two lines if you don't want CJK to depend # on ThaiLaTeX for its fonts #debian/thaifonts/*.afm usr/share/texmf/fonts/afm/latex-cjk-thai/ #debian/thaifonts/*.pfb usr/share/texmf/fonts/type1/latex-cjk-thai/ debian/THANKS0000664000000000000000000000060211701522372010101 0ustar I would like to thank the following people: * Anthony Fok, the Debian packager of cjk-latex, which has been the base for this package. * Janusz S. Bień, who provided me with some very valuable tips. * Tomasz Starosta, who packaged the TeXlive version of the LaTeX CJK macro. I used his package to get Korean support working. * Werner Lemberg, the main author of LaTeX CJK. debian/cjklatex.10000664000000000000000000001127211701522372011062 0ustar .\" Hey, EMACS: -*- nroff -*- .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH "CJK LaTeX batch commands" 1 29-Jun-2006 "CJK Version 4.6.0" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .\" ==== .\" ==== macro definitions by Werner Lemberg .\" ==== . .\" here we define \TeX for troff and nroff .if t .ds TX \fRT\\h'-0.1667m'\\v'0.20v'E\\v'-0.20v'\\h'-0.125m'X\fP .if n .ds TX TeX . .\" and here the same for \LaTeX .if t \{\ .ie '\*(.T'dvi' \ .ds LX \fRL\h'-0.36m'\v'-0.15v'\s-3A\s0\h'-0.15m'\v'0.15v'\fP\*(TX .el .ds LX \fRL\h'-0.36m'\v'-0.22v'\s-2A\s0\h'-0.15m'\v'0.22v'\fP\*(TX .\} .if n .ds LX LaTeX . .\" \LaTeXe .\" note that we need \vareps for TeX instead of \eps which can only be .\" accessed with the \N escape sequence (in the Math Italic font) .if t \{\ .ie '\*(.T'dvi' .ds LE \*(LX\h'0.15m'2\v'0.20v'\f(MI\N'34'\fP\v'-0.20v' .el .ds LE \*(LX\h'0.15m'2\v'0.20v'\(*e\v'-0.20v' .\} .if n .ds LE LaTeX\ 2e . .\" a typewriter font .if t \{\ .de C \fC\\$1\fP\\$2 .. .\} .if n \{\ .de C \\$1\\$2 .. .\} . .\" ==== .\" ==== end of macro definitions .\" ==== .SH NAME bg5latex \- Use \*(LX directly on a Big5 encoded .tex file .br bg5pdflatex \- Use pdf\*(LX directly on a Big5 encoded .tex file .br bg5+latex \- Use \*(LX directly on a Big5+ encoded .tex file .br bg5+pdflatex \- Use pdf\*(LX directly on a Big5+ encoded .tex file .br cef5latex \- Use \*(LX directly on a Big5 encoded .tex file .br containing CEF macros .br cef5pdflatex \- Use pdf\*(LX directly on a Big5 encoded .tex file .br containing CEF macros .br ceflatex \- Use \*(LX directly on a .tex file containing CEF .br macros .br cefpdflatex \- Use pdf\*(LX directly on a .tex file containing CEF .br macros .br cefslatex \- Use \*(LX directly on an SJIS encoded .tex file .br containing CEF macros .br cefspdflatex \- Use pdf\*(LX directly on an SJIS encoded .tex file .br containing CEF macros .br gbklatex \- Use \*(LX directly on a GBK encoded .tex file .br gbkpdflatex \- Use pdf\*(LX directly on a GBK encoded .tex file .br sjislatex \- Use \*(LX directly on an SJIS encoded .tex file .br sjispdflatex \- Use pdf\*(LX directly on an SJIS encoded .tex file . . .SH SYNOPSIS .B bg5latex .RI "file.tex" .br .B bg5pdflatex .RI "file.tex" .br etc. . . .SH DESCRIPTION This manual page briefly documents the different .B *latex batch files that come with the CJK LaTeX macro. . . .PP .\" TeX users may be more comfortable with the \fB\fP and .\" \fI\fP escape sequences to invode bold face and italics, .\" respectively. The \fB*latex\fP commands are shell scripts that will convert a (Big5(+), GBK or SJIS encoded) .tex file in a .cjk file using the respective \fB*conv\fP command resulting in a .cjk file, and will then run (\fBpdf\fP)\fBlatex\fP on the .cjk file. .PP If you use Big5+ encoding, then use \fBbg5+latex\fP or \fBbg5+pdflatex\fP. .PP If you use CEF macro's in your Big5 or SJIS encoded file, use \fBcef5latex\fP or \fBcefslatex\fP resp. instead. If it's in plain ASCII, use \fBceflatex\fP. .PP If you use GNU/Emacs (>=20), you don't have to use any of these commands: just put the Lisp file "cjk-enc.el" in Emacs' load-path, load the library "cjk-enc" and run "M-x cjk-write-file" to create a .cjk file. Then process the .cjk file with \fBlatex\fP or \fBpdflatex\fP. .SH SEE ALSO .BR bg5conv (1), .BR bg5+conv (1), .BR cef5conv (1), .BR cefconv (1), .BR cefsconv (1), .BR extconv (1), .BR sjisconv (1), the \fBCJK\fP documentation files in /usr/share/doc/latex-cjk-common/. . . .SH AVAILABILITY The \fB*latex\fP scripts are part of the CJK macro package for \*(LE available at the CTAN hosts and its mirrors, and available for Debian under latex-cjk-chinese and latex-cjk-japanese. . . .SH AUTHOR The programs mentioned under \fBNAME\fP were written by Werner Lemberg . .PP This manual page was written by Danai SAE-HAN for the Debian project. It is licensed under the GNU General Public License version 2 or higher, of which you can find a copy online at http://www.gnu.org/licenses/gpl.txt or on Debian systems under /usr/share/common-licenses/GPL-2 (part of the "base-files" package). debian/latex-cjk-chinese.maintscript0000664000000000000000000000023211726475741014760 0ustar rm_conffile /etc/texmf/hyphen.d/20latex-cjk-chinese.cnf 4.8.2+git20111216-1 rm_conffile /etc/texmf/language.d/20latex-cjk-chinese.cnf 4.8.2+git20111216-1 debian/copyright0000664000000000000000000005416411701522372011135 0ustar This package was Debianized by Anthony Fok on Mon, 31 Aug 1998 05:47:15 -0600. It was downloaded from http://cjk.ffii.org/cjk-current.tar.gz And the project homepage is http://cjk.ffi.org/ Upstream author: Werner Lemberg With help from: Per BOTHNER Noah FRIEDMAN Kenichi HANDA Gernot HASSENPFLUG Wonkoo KIM Yi-Liang KUO Hin-Tak LEUNG Eberhard MATTES Ross PATERSON Fabrice POPINEAU Hartmut SCHIRMER Wenchang SUN Dominique UNRUH Fude YAO Content: ======== 1. Copyright of CJK 2. Copyrights of various other files 3. Copyright of Debian adaptions 4. Verbatim copy of the LPPL v1.3c de dato 20 V anno Domini MMVI 1. Copyright of CJK =================== Copyright: CJK, A LaTeX2e macro package for CJK (Chinese/Japanese/Korean) Copyright (C) 1994-2008 Werner Lemberg This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. 2. Copyrights of various other files ==================================== The thaifonts.tar.gz.uu file is an extract from the Thailatex package which is also released under the GNU General Public Licence version 2 or higher. You can find the package at ftp://linux.thai.net/pub/thailinux/software/thailatex . texinput/thai/c90enc.def is written by Dominique Unruh (copyright 2002) and licensed under the LaTeX Project Public License (LPPL) (ut infra, sub 4). utils/hbf2gf/hbf.{c,h} are written by Ross Paterson and licensed under: Copyright 1993,1994,1995,2005 by Ross Paterson Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. 3. Copyright of Debian adaptions ================================ Copyright (c) (1998-2003) Anthony FOK Copyright (c) (2003-) Danai SAE-HAN The contents of the debian/ directory is released under the GNU General Public Licence version 2 or (at your option) any later version, unless otherwise explicitly stated in the file in question. On Debian systems, the complete text of the GNU General Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. 4. LPPL ======= The LaTeX Project Public License =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- LPPL Version 1.3c 2006-05-20 Copyright 1999 2002-2006 LaTeX3 Project Everyone is allowed to distribute verbatim copies of this license document, but modification of it is not allowed. PREAMBLE ======== The LaTeX Project Public License (LPPL) is the primary license under which the the LaTeX kernel and the base LaTeX packages are distributed. You may use this license for any work of which you hold the copyright and which you wish to distribute. This license may be particularly suitable if your work is TeX-related (such as a LaTeX package), but it is written in such a way that you can use it even if your work is unrelated to TeX. The section `WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE', below, gives instructions, examples, and recommendations for authors who are considering distributing their works under this license. This license gives conditions under which a work may be distributed and modified, as well as conditions under which modified versions of that work may be distributed. We, the LaTeX3 Project, believe that the conditions below give you the freedom to make and distribute modified versions of your work that conform with whatever technical specifications you wish while maintaining the availability, integrity, and reliability of that work. If you do not see how to achieve your goal while meeting these conditions, then read the document `cfgguide.tex' and `modguide.tex' in the base LaTeX distribution for suggestions. DEFINITIONS =========== In this license document the following terms are used: `Work' Any work being distributed under this License. `Derived Work' Any work that under any applicable law is derived from the Work. `Modification' Any procedure that produces a Derived Work under any applicable law -- for example, the production of a file containing an original file associated with the Work or a significant portion of such a file, either verbatim or with modifications and/or translated into another language. `Modify' To apply any procedure that produces a Derived Work under any applicable law. `Distribution' Making copies of the Work available from one person to another, in whole or in part. Distribution includes (but is not limited to) making any electronic components of the Work accessible by file transfer protocols such as FTP or HTTP or by shared file systems such as Sun's Network File System (NFS). `Compiled Work' A version of the Work that has been processed into a form where it is directly usable on a computer system. This processing may include using installation facilities provided by the Work, transformations of the Work, copying of components of the Work, or other activities. Note that modification of any installation facilities provided by the Work constitutes modification of the Work. `Current Maintainer' A person or persons nominated as such within the Work. If there is no such explicit nomination then it is the `Copyright Holder' under any applicable law. `Base Interpreter' A program or process that is normally needed for running or interpreting a part or the whole of the Work. A Base Interpreter may depend on external components but these are not considered part of the Base Interpreter provided that each external component clearly identifies itself whenever it is used interactively. Unless explicitly specified when applying the license to the Work, the only applicable Base Interpreter is a `LaTeX-Format' or in the case of files belonging to the `LaTeX-format' a program implementing the `TeX language'. CONDITIONS ON DISTRIBUTION AND MODIFICATION =========================================== 1. Activities other than distribution and/or modification of the Work are not covered by this license; they are outside its scope. In particular, the act of running the Work is not restricted and no requirements are made concerning any offers of support for the Work. 2. You may distribute a complete, unmodified copy of the Work as you received it. Distribution of only part of the Work is considered modification of the Work, and no right to distribute such a Derived Work may be assumed under the terms of this clause. 3. You may distribute a Compiled Work that has been generated from a complete, unmodified copy of the Work as distributed under Clause 2 above, as long as that Compiled Work is distributed in such a way that the recipients may install the Compiled Work on their system exactly as it would have been installed if they generated a Compiled Work directly from the Work. 4. If you are the Current Maintainer of the Work, you may, without restriction, modify the Work, thus creating a Derived Work. You may also distribute the Derived Work without restriction, including Compiled Works generated from the Derived Work. Derived Works distributed in this manner by the Current Maintainer are considered to be updated versions of the Work. 5. If you are not the Current Maintainer of the Work, you may modify your copy of the Work, thus creating a Derived Work based on the Work, and compile this Derived Work, thus creating a Compiled Work based on the Derived Work. 6. If you are not the Current Maintainer of the Work, you may distribute a Derived Work provided the following conditions are met for every component of the Work unless that component clearly states in the copyright notice that it is exempt from that condition. Only the Current Maintainer is allowed to add such statements of exemption to a component of the Work. a. If a component of this Derived Work can be a direct replacement for a component of the Work when that component is used with the Base Interpreter, then, wherever this component of the Work identifies itself to the user when used interactively with that Base Interpreter, the replacement component of this Derived Work clearly and unambiguously identifies itself as a modified version of this component to the user when used interactively with that Base Interpreter. b. Every component of the Derived Work contains prominent notices detailing the nature of the changes to that component, or a prominent reference to another file that is distributed as part of the Derived Work and that contains a complete and accurate log of the changes. c. No information in the Derived Work implies that any persons, including (but not limited to) the authors of the original version of the Work, provide any support, including (but not limited to) the reporting and handling of errors, to recipients of the Derived Work unless those persons have stated explicitly that they do provide such support for the Derived Work. d. You distribute at least one of the following with the Derived Work: 1. A complete, unmodified copy of the Work; if your distribution of a modified component is made by offering access to copy the modified component from a designated place, then offering equivalent access to copy the Work from the same or some similar place meets this condition, even though third parties are not compelled to copy the Work along with the modified component; 2. Information that is sufficient to obtain a complete, unmodified copy of the Work. 7. If you are not the Current Maintainer of the Work, you may distribute a Compiled Work generated from a Derived Work, as long as the Derived Work is distributed to all recipients of the Compiled Work, and as long as the conditions of Clause 6, above, are met with regard to the Derived Work. 8. The conditions above are not intended to prohibit, and hence do not apply to, the modification, by any method, of any component so that it becomes identical to an updated version of that component of the Work as it is distributed by the Current Maintainer under Clause 4, above. 9. Distribution of the Work or any Derived Work in an alternative format, where the Work or that Derived Work (in whole or in part) is then produced by applying some process to that format, does not relax or nullify any sections of this license as they pertain to the results of applying that process. 10. a. A Derived Work may be distributed under a different license provided that license itself honors the conditions listed in Clause 6 above, in regard to the Work, though it does not have to honor the rest of the conditions in this license. b. If a Derived Work is distributed under a different license, that Derived Work must provide sufficient documentation as part of itself to allow each recipient of that Derived Work to honor the restrictions in Clause 6 above, concerning changes from the Work. 11. This license places no restrictions on works that are unrelated to the Work, nor does this license place any restrictions on aggregating such works with the Work by any means. 12. Nothing in this license is intended to, or may be used to, prevent complete compliance by all parties with all applicable laws. NO WARRANTY =========== There is no warranty for the Work. Except when otherwise stated in writing, the Copyright Holder provides the Work `as is', without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the Work is with you. Should the Work prove defective, you assume the cost of all necessary servicing, repair, or correction. In no event unless required by applicable law or agreed to in writing will The Copyright Holder, or any author named in the components of the Work, or any other party who may distribute and/or modify the Work as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of any use of the Work or out of inability to use the Work (including, but not limited to, loss of data, data being rendered inaccurate, or losses sustained by anyone as a result of any failure of the Work to operate with any other programs), even if the Copyright Holder or said author or said other party has been advised of the possibility of such damages. MAINTENANCE OF THE WORK ======================= The Work has the status `author-maintained' if the Copyright Holder explicitly and prominently states near the primary copyright notice in the Work that the Work can only be maintained by the Copyright Holder or simply that it is `author-maintained'. The Work has the status `maintained' if there is a Current Maintainer who has indicated in the Work that they are willing to receive error reports for the Work (for example, by supplying a valid e-mail address). It is not required for the Current Maintainer to acknowledge or act upon these error reports. The Work changes from status `maintained' to `unmaintained' if there is no Current Maintainer, or the person stated to be Current Maintainer of the work cannot be reached through the indicated means of communication for a period of six months, and there are no other significant signs of active maintenance. You can become the Current Maintainer of the Work by agreement with any existing Current Maintainer to take over this role. If the Work is unmaintained, you can become the Current Maintainer of the Work through the following steps: 1. Make a reasonable attempt to trace the Current Maintainer (and the Copyright Holder, if the two differ) through the means of an Internet or similar search. 2. If this search is successful, then enquire whether the Work is still maintained. a. If it is being maintained, then ask the Current Maintainer to update their communication data within one month. b. If the search is unsuccessful or no action to resume active maintenance is taken by the Current Maintainer, then announce within the pertinent community your intention to take over maintenance. (If the Work is a LaTeX work, this could be done, for example, by posting to comp.text.tex.) 3a. If the Current Maintainer is reachable and agrees to pass maintenance of the Work to you, then this takes effect immediately upon announcement. b. If the Current Maintainer is not reachable and the Copyright Holder agrees that maintenance of the Work be passed to you, then this takes effect immediately upon announcement. 4. If you make an `intention announcement' as described in 2b. above and after three months your intention is challenged neither by the Current Maintainer nor by the Copyright Holder nor by other people, then you may arrange for the Work to be changed so as to name you as the (new) Current Maintainer. 5. If the previously unreachable Current Maintainer becomes reachable once more within three months of a change completed under the terms of 3b) or 4), then that Current Maintainer must become or remain the Current Maintainer upon request provided they then update their communication data within one month. A change in the Current Maintainer does not, of itself, alter the fact that the Work is distributed under the LPPL license. If you become the Current Maintainer of the Work, you should immediately provide, within the Work, a prominent and unambiguous statement of your status as Current Maintainer. You should also announce your new status to the same pertinent community as in 2b) above. WHETHER AND HOW TO DISTRIBUTE WORKS UNDER THIS LICENSE ====================================================== This section contains important instructions, examples, and recommendations for authors who are considering distributing their works under this license. These authors are addressed as `you' in this section. Choosing This License or Another License ---------------------------------------- If for any part of your work you want or need to use *distribution* conditions that differ significantly from those in this license, then do not refer to this license anywhere in your work but, instead, distribute your work under a different license. You may use the text of this license as a model for your own license, but your license should not refer to the LPPL or otherwise give the impression that your work is distributed under the LPPL. The document `modguide.tex' in the base LaTeX distribution explains the motivation behind the conditions of this license. It explains, for example, why distributing LaTeX under the GNU General Public License (GPL) was considered inappropriate. Even if your work is unrelated to LaTeX, the discussion in `modguide.tex' may still be relevant, and authors intending to distribute their works under any license are encouraged to read it. A Recommendation on Modification Without Distribution ----------------------------------------------------- It is wise never to modify a component of the Work, even for your own personal use, without also meeting the above conditions for distributing the modified component. While you might intend that such modifications will never be distributed, often this will happen by accident -- you may forget that you have modified that component; or it may not occur to you when allowing others to access the modified version that you are thus distributing it and violating the conditions of this license in ways that could have legal implications and, worse, cause problems for the community. It is therefore usually in your best interest to keep your copy of the Work identical with the public one. Many works provide ways to control the behavior of that work without altering any of its licensed components. How to Use This License ----------------------- To use this license, place in each of the components of your work both an explicit copyright notice including your name and the year the work was authored and/or last substantially modified. Include also a statement that the distribution and/or modification of that component is constrained by the conditions in this license. Here is an example of such a notice and statement: %% pig.dtx %% Copyright 2005 M. Y. Name % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of LaTeX % version 2005/12/01 or later. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is M. Y. Name. % % This work consists of the files pig.dtx and pig.ins % and the derived file pig.sty. Given such a notice and statement in a file, the conditions given in this license document would apply, with the `Work' referring to the three files `pig.dtx', `pig.ins', and `pig.sty' (the last being generated from `pig.dtx' using `pig.ins'), the `Base Interpreter' referring to any `LaTeX-Format', and both `Copyright Holder' and `Current Maintainer' referring to the person `M. Y. Name'. If you do not want the Maintenance section of LPPL to apply to your Work, change `maintained' above into `author-maintained'. However, we recommend that you use `maintained', as the Maintenance section was added in order to ensure that your Work remains useful to the community even when you can no longer maintain and support it yourself. Derived Works That Are Not Replacements --------------------------------------- Several clauses of the LPPL specify means to provide reliability and stability for the user community. They therefore concern themselves with the case that a Derived Work is intended to be used as a (compatible or incompatible) replacement of the original Work. If this is not the case (e.g., if a few lines of code are reused for a completely different task), then clauses 6b and 6d shall not apply. Important Recommendations ------------------------- Defining What Constitutes the Work The LPPL requires that distributions of the Work contain all the files of the Work. It is therefore important that you provide a way for the licensee to determine which files constitute the Work. This could, for example, be achieved by explicitly listing all the files of the Work near the copyright notice of each file or by using a line such as: % This work consists of all files listed in manifest.txt. in that place. In the absence of an unequivocal list it might be impossible for the licensee to determine what is considered by you to comprise the Work and, in such a case, the licensee would be entitled to make reasonable conjectures as to which files comprise the Work. debian/source/0000775000000000000000000000000012157464104010474 5ustar debian/source/format0000664000000000000000000000001311701522372011675 0ustar 3.0 (quilt)debian/latex-cjk-chinese.links0000664000000000000000000000146011701522372013531 0ustar usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/bg5latex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/bg5pdflatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/bg5+latex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/bg5+pdflatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/cef5latex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/cef5pdflatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/ceflatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/cefpdflatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/cefslatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/cefspdflatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/gbklatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/gbkpdflatex.1.gz debian/README.Debian0000664000000000000000000002105612074554540011243 0ustar 4.8.3 CHANGES ------------- xCJK ==== The package `xCJK' is now obsolete. Upstream suggests to use the package `xeCJK' instead, which is currently part of the Debian package `texlive-xetex'. As such, the Debian package "latex-cjk-xcjk" is not built anymore, and from now on all LaTeX CJK Debian packages will conflict with said package. Vietnamese and Greek ==================== I strongly recommended to look at the CJKutf8.tex example if you want to use Vietnamese or Greek text. There are other possibilities such as using the MULE encoding in Emacs (M-x cjk-write-file), or using big fonts such as Cyberbit, but the method in CJKutf8.tex is definitely the easiest way and will generally yield more visually pleasing results. It is imperative that Debian packages texlive-lang-greek and texlive-lang-vietnamese are installed. Korean ====== A while ago the `hlatex-fonts-base' package was replaced by `ko.tex-extra'. Not all fonts have been included, most notably "mj", the default Korean font in the `CJK' package. I have updated the KS.tex example file to show you which EUC fonts do work with `ko.tex-extra'. -- Danai SAE-HAN (韓達耐) , Sun, 13 Jan 2013 23:57:20 +0800 4.6.0 CHANGES ------------- Fonts - xdvi uses Type1 fonts whenever possible. But Postscript rotation is not supported, so xdvi will show vertical fonts as horizontal ones. Use dvips or dvipdfm(x) to get the final result. - You can find the tools to create new fonts in /usr/share/latex-cjk/utils/subfonts/. - latex-cjk-thai uses the .pfb fonts from the "thailatex" package; the 8.3 filename convention as suggested by the CJK upstream author (the removal of the underscore in the filenames) is therefore not removed. E.g. norasi_bi.pfb (thailatex and latex-cjk) instead of norasibi.pfb (upstream CJK). - HBF bitmap fonts don't work yet: I intend to put all the .fd files in each hbf-* package ASAP. - The tfm-twmoe-{kai,sung} have uncertain licenses (therefore non-free), so if you have these fonts installed, I suggest you migrate to DFSG-free latex-cjk-chinese-arphic-* fonts instead. Example files ------------- You can find example files in /usr/share/doc/latex-cjk-common/examples/. Some packages require the "type1ec" and requires the Debian package "cm-super" to be installed. This package isn't in any way related to CJK, and you can just comment it if you prefer. Some example files won't work, notably: - CEF_test.tex: No CEF font definition files have been installed, since I have yet to create the HBF font packages. - CJKutf8.tex It lacks Vietnamese Unicode fonts. Install the Cyberbit fonts (ut infra). CJK also lacks Korean Unicode fonts. I'm working on a Makefile upstream to build these fonts automatically. When finished, I'll package those fonts (150MB in total) on Debian. - CJKmixed.tex: It lacks Vietnamese Unicode fonts. Install the Cyberbit fonts (ut infra). - UTF8.tex: It needs Greek fonts. Install the Cyberbit fonts (ut infra). If you would like to use Greek, Russian or Vietnamese in a document but don't wish to install the Cyberbit font (or any other Unicode font which covers these scripts) I suggest you use the "emacs-mule" encoding in GNU Emacs, and use "M-x cjk-write-file" to produce a .cjk file. Have a look at CJKbabel.tex and muletest.tex for good examples. Basically, you either use fontenc or babel. Cyberbit -------- (Install this only if you agree to the following license at http://ftp.netscape.com/pub/communicator/extras/fonts/windows/License.wri) To install Bitstream's Cyberbit TrueType Font, get ftp://ftp.netscape.com/pub/communicator/extras/fonts/windows/Cyberbit.ZIP and unzip it in "/usr/local/share/fonts/truetype/bitstream/". Rename the file into "cyberbit.ttf", and make a symlink: ln -s /usr/local/share/fonts/truetype/bitstream/cyberbit.ttf \ /usr/local/share/texmf/fonts/truetype/bitstream/cyberbit/cyberbit.ttf (or better yet, use a relative path). Don't forget to make the directories with "mkdir -p" first if they don't exist yet! 1. OLD way (not recommended): Now let's make those TeX Font Metric files: $ cd /usr/local/share/texmf/fonts/truetype/bitstream/cyberbit $ ttf2tfm cyberbit.ttf cyberbit@Unicode.sfd@ > cyberbit.log Move all the .tfm files to /usr/local/share/texmf/fonts/tfm/tfm/bitstream/cyberbit and run "mktexlsr" or "texhash" to update the TEXMF tree. You can safely delete cyberbit.log. Voilà, now you can try out /usr/share/doc/latex-cjk/examples/UTF8.tex! 2. NEW way (longer but much better): The modern way of adding fonts is to use the Fontforge scripts. For Cyberbit it's pretty easy: it is already a Unicode font and you don't need vertical glyphs (unless you're as crazy as me). You will need a Fontforge installation that is more recent than 2005-07-17. You also must have "Unicode.sfd" installed somewhere: use either (s)locate or find to get the exact location on your computer. It can be found in /usr/share/texmf/fonts/sfd/ if you have the freetype1-tools package installed on Debian. First thing to do: you have to remove all the old PK fonts. $ rm -rf ~/.texmf-var/fonts/pk Put cyberbit.ttf in /usr/local/share/fonts/truetype/bitstream/ and make a soft link to your working directory, let's say /usr/src/cyberbit-fonts/. You might eventually also link /usr/local/share/fonts/truetype/bitstream/cyberbit.ttf to /usr/local/share/texmf/fonts/truetype/bitstream, but that's not really necessary. Go to your build directory, copy "subfonts.pe" from the CJK utils/subfonts directory to this map and execute the following commands: $ fontforge -script subfonts.pe cyberbit.ttf cyberbit \ /usr/share/texmf/fonts/sfd/Unicode.sfd This will take a very long time, so make yourself a nice cup of tea, and leave your computer on for the rest of the night. $ for i in *.pfb do echo "$(basename $i .pfb) $(basename $i .pfb) <$i" \ >> cyberbit.map done $ mkdir -p /usr/local/share/texmf/fonts/map/dvips/cyberbit/ /usr/local/share/texmf/fonts/{afm,type1,tfm}/cyberbit You can write this command all on one line, or just copy and paste the three lines in your terminal. Put cyberbit.map in /usr/local/share/texmf/fonts/map/dvips/cyberbit/ and put *.afm, *.tfm and *.pfb to /usr/local/share/texmf/fonts/{afm,tfm,type1}/cyberbit respectively. Run "texhash" or "mktexlsr" as root. Now add a file called /etc/texmf/updmap.d/20cyberbit.cfg with the following four lines: ###### # 20cyberbit.cfg Map cyberbit.map ###### and then run "cd ..", "update-updmap -c /etc/texmf/updmap.d/" and "updmap-sys". You need to go to another directory, or updmap-sys will use cyberbit.map from the building directory; that's why you have to change directory first. If c70song.fd already exists on your computer, make sure it's deleted first. Now make a file /usr/local/share/texmf/tex/latex/CJK/UTF8/c70song.fd and use the following content: %%%%%% % This is the file c70song.fd of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e % % created by Werner Lemberg % % Version 4.6.0 (11-Aug-2005) \def\fileversion{4.6.0} \def\filedate{2005/08/11} \ProvidesFile{c70song.fd}[\filedate\space\fileversion] % character set: Unicode U+0080 - U+FFFD % font encoding: Unicode \DeclareFontFamily{C70}{song}{\hyphenchar \font\m@ne} \DeclareFontShape{C70}{song}{m}{n}{<-> CJK * cyberbit}{} \DeclareFontShape{C70}{song}{bx}{n}{<-> CJKb * cyberbit}{\CJKbold} \endinput %%%%%% and run "texhash" as root again. -- Danai SAE-HAN (韓達耐) , Sat, 16 Jun 2007 00:32:34 +0200 HBF fonts --------- If you wish to use HBF (id est bitmap fonts), then you'll have to create a symlink: cd /usr/share/texmf/fonts/misc ln -s ../hbf/* . mktexlsr (just to be sure ;) Embed TrueType fonts with pdfTeX ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Thanks to help from TeXperts on the pdftex and debian-chinese mailing lists, the cjk-latex package is now able to take advantage of pdfTeX's "embed TrueType fonts" feature. An experimental map file for pdfTeX to embed Arphic PL Chinese TrueType fonts in PDF files has been added as /etc/texmf/dvips/arphic.map. Why "experimental"? Because pdfTeX currently does not support "SlantFont" for TrueType fonts. To compensate, I have decided to use a different font to substituted for Slanted/Italics: Kai for Song/Ming, and Song/Ming for Kai. :-) This map file is not read by the default Debian teTeX installation. If you want to use arphic.map, add: map +arphic.map to your /etc/texmf/pdftex/pdftex.cfg or a pdftex.cfg in a local directory. -- Anthony Fok , Sun, 20 May 2001 16:27:04 -0600 debian/latex-cjk-common.manpages0000664000000000000000000000005011701522372014050 0ustar utils/hbf2gf/hbf2gf.1 debian/cjklatex.1 debian/latex-cjk-chinese.list0000664000000000000000000000002411701522372013357 0ustar 10latex-cjk-chinese debian/README.Debian-msgothic0000664000000000000000000000646011701522372013052 0ustar Japanese Microsoft Gothic TTF ----------------------------- Thanks to Gernot Hassenplug for this HOWTO. ### Warning: this HOWTO is unfinished; there seems to be a bug in either ### Fontforge or vertical.pe, blocking the build process midway. ### I hope this will be fixed at the next upload of latex-cjk-japanese. This HOWTO will guide you through the process of getting Microsoft's Japanese font "Gothic" to work with CJK on TeX (latex, dvipdfmx and pdflatex) in the event that you already have a legal copy of the said font. On a standard Debian or Ubuntu installation, TEXMFLOCAL can be considered the same as /usr/local/share/texmf/. As root, make the directories: $ mkdir -p /usr/local/share/fonts/truetype/microsoft Still as root, make "msgothic.ttf" available both to X11 and TeX: $ cp msgothic.ttf /usr/local/share/fonts/truetype/microsoft/ $ cd /usr/local/share/texmf/fonts/truetype $ ln -s ../../../fonts/truetype/microsoft/ Linking the font to the TEXMFLOCAL tree will have no effect on latex, dvipdfmx or pdflatex, but it is useful if you plan to use the next generation set of TeX tools such as XeTeX. As a regular user, build the fonts (will take some building time): $ mkdir ~/msgothic $ cd ~/msgothic $ fontforge -script /usr/share/latex-cjk-common/utils/subfonts/subfonts.pe /usr/local/share/fonts/truetype/microsoft/msgothic.ttf msgothic /usr/share/texmf/fonts/sfd/Unicode.sfd Now some vertical fonts: # PROBLEM: fontforge version 20071110 will segment! msgothicv.tfm will not be created, # rendering the third Perl command below impossible to run. $ fontforge -script /usr/share/latex-cjk-common/utils/subfonts/vertical.pe /usr/local/share/fonts/truetype/microsoft/msgothic.ttf msgothicv $ fontforge -script /usr/share/latex-cjk-common/utils/subfonts/vertref.pe /usr/local/share/fonts/truetype/microsoft/msgothic.ttf msgothicvr # Impossible to make with due to a possible bug in Fontforge: $ perl /usr/share/latex-cjk-common/utils/subfonts/clonevf.pl msgothicv msgothv $ perl uni2sfd.pl $(uninamestem) $(sfddir)/$(encoding).sfd $(sfdnamestem) $(codingscheme) Clean up: $ rm -f *.enc Create a map file for the Type1 fontsto be embedded successfully: $ for i in *.tfm; do echo "${i%.tfm} ${i%.tfm} < ${i%.tfm}.pfb" >> msgothic.map Create cXXmsgothic.fd: $ # UNTESTED: perl makefdx.pl $(uninamestem)vr.afm $(sfddir)/$(encoding).sfd c$(nfss_fontencoding) $(namestem) Create c70msgothic.fd: $ # UNTESTED: perl makefdx.pl -u $(uninamestem)vr.afm $(sfddir)/Unicode.sfd c70$ $(namestem) % This is c70msgothic.fd for the CJK package % created by Gernot Hassenpflug based on the tutorial % by Edward G. J. Lee in his blog "LJG Font Notes" \ProvidesFile{c70msgothic.fd} \DeclareFontFamily{C70}{msgothic}{\hyphenchar \font\m@ne} \DeclareFontShape{C70}{msgothic}{m}{n}{<-> CJK * msgothic}{} \DeclareFontShape{C70}{msgothic}{bx}{n}{<-> CJKb * msgothic}{\CJKbold} \endinput Local installation: [change ~/ with TEXMFLOCAL to get a user-wide installation] $ mkdir ~/texmf/fonts/map/dvips/microsoft $ cp msgothic.map ~/texmf/fonts/map/dvips/microsoft/ $ mkdir ~/texmf/fonts/{tfm,type1}/microsoft $ msgothic*.tfm ~/texmf/fonts/tfm/microsoft/ $ msgothic*.pfb ~/texmf/fonts/type/microsoft/ $ cp c70msgothic.fd ~/texmf/tex/latex/CJK/UTF8/ $ texhash ~/texmf $ update-updmap $ updmap --enable Map msgothic.map # Use updmap-sys if you are root. debian/latex-cjk-thai.emacsen-startup0000664000000000000000000000147611701522372015042 0ustar ;; -*-emacs-lisp-*- ;; ;; Emacs startup file for the Debian latex-cjk-thai package ;; ;; Originally contributed by Nils Naumann ;; Modified by Dirk Eddelbuettel ;; Adapted for dh-make by Jim Van Zandt ;; The latex-cjk-thai package follows the Debian/GNU Linux 'emacsen' policy and ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, ;; xemacs19, emacs20, xemacs20...). The compiled code is then ;; installed in a subdirectory of the respective site-lisp directory. ;; We have to add this to the load-path: (let ((package-dir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/latex-cjk-thai"))) (when (file-directory-p package-dir) (setq load-path (cons package-dir load-path)))) debian/latex-cjk-common.emacsen-install0000664000000000000000000000264111701522372015344 0ustar #! /bin/sh -e # /usr/lib/emacsen-common/packages/install/latex-cjk-common # Written by Jim Van Zandt , borrowing heavily # from the install scripts for gettext by Santiago Vila # and octave by Dirk Eddelbuettel . FLAVOR=$1 PACKAGE=latex-cjk-common ELDIR=/usr/share/emacs/site-lisp/${PACKAGE} ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE} if [ ${FLAVOR} = emacs ]; then exit 0; fi echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR} FLAVORTEST=`echo $FLAVOR | cut -c-6` if [ ${FLAVORTEST} = xemacs ] ; then SITEFLAG="-no-site-file" else SITEFLAG="--no-site-file" fi FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile --no-site-file" # Install-info-altdir does not actually exist. # Maybe somebody will write it. #if test -x /usr/sbin/install-info-altdir; then # echo install/${PACKAGE}: install Info links for ${FLAVOR} # install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz #fi install -m 755 -d ${ELCDIR} cd ${ELDIR} FILES=`echo *.el` #cp ${FILES} ${ELCDIR} # Symlinks instead of copying... # http://lists.debian.org/debian-emacsen/2006/11/msg00012.html . cd ${ELCDIR} for i in ${FILES}; do ln -fs /usr/share/emacs/site-lisp/${PACKAGE}/$i done cat << EOF > path.el (setq load-path (cons "." load-path) byte-compile-warnings nil) EOF ${FLAVOR} ${FLAGS} ${FILES} rm -f path.el exit 0 debian/latex-cjk-common.emacsen-startup0000664000000000000000000000165311701522372015402 0ustar ;; -*-emacs-lisp-*- ;; ;; Emacs startup file for the Debian latex-cjk-common package ;; ;; Originally contributed by Nils Naumann ;; Modified by Dirk Eddelbuettel ;; Adapted for dh-make by Jim Van Zandt ;; The latex-cjk package follows the Debian/GNU Linux 'emacsen' policy and ;; byte-compiles its elisp files for each 'emacs flavor' (emacs19, ;; xemacs19, emacs20, xemacs20...). The compiled code is then ;; installed in a subdirectory of the respective site-lisp directory. ;; We have to add this to the load-path: (let ((package-dir (concat "/usr/share/" (symbol-name flavor) "/site-lisp/latex-cjk-common"))) (when (file-directory-p package-dir) (setq load-path (cons package-dir load-path)))) (load-library "cjk-enc") ;!;(global-set-key "\C-c \C-x" 'cjk-write-file) ; CTRL-C SPC CTRL-X writes CJK file debian/latex-cjk-thai.maintscript0000664000000000000000000000011111726475741014263 0ustar rm_conffile /etc/texmf/updmap.d/20latex-cjk-thai.cfg 4.8.2+git20111216-1 debian/latex-cjk-korean.install0000664000000000000000000000033611701522372013721 0ustar texinput/KS/ usr/share/texmf/tex/latex/CJK/ texinput/UTF8/c70mj.fd usr/share/texmf/tex/latex/CJK/UTF8/ texinput/UTF8/ko-Han*.cpx usr/share/texmf/tex/latex/CJK/UTF8/ examples/KS.tex usr/share/doc/latex-cjk-common/examples/ debian/latex-cjk-japanese.links0000664000000000000000000000021111701522372013672 0ustar usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/sjislatex.1.gz usr/share/man/man1/cjklatex.1.gz usr/share/man/man1/sjispdflatex.1.gz debian/arphic-sampler.tex0000664000000000000000000000370611701522372012627 0ustar % This is the file `arphic-sampler.tex' which shows the shapes % of the Arphic fonts for simplified and traditional Chinese. % % written by Werner Lemberg 17-Jul-2005 \documentclass[12pt]{article} \usepackage[T1]{CJKutf8} \begin{document} \begin{center} \Large Arphic Font Sampler \end{center} \begin{CJK*}{UTF8}{} \CJKtilde \CJKfamily{gbsn} \noindent AR PL SungtiL GB: \noindent 本常问问答集~(FAQ list)~是从一些经常被问到的问题及其适当的解 答中,以方便的形式摘要而出的。跟上一版不同的是,其编排结构已彻底改变。 \textbf{有关新结构的细节,可参考「如何阅读本问答集及了解其编排结构」该 项中的说明。} \vspace{1cm} \CJKfamily{gkai} \noindent AR PL KaitiM GB: \noindent 本常问问答集~(FAQ list)~是从一些经常被问到的问题及其适当的解 答中,以方便的形式摘要而出的。跟上一版不同的是,其编排结构已彻底改变。 \textbf{有关新结构的细节,可参考「如何阅读本问答集及了解其编排结构」该 项中的说明。} \vspace{1cm} \CJKfamily{bsmi} \noindent AR PL Mingti2L Big5: \noindent 本常問問答集~(FAQ list)~是從一些經常被問到的問題及其適當的解 答中,以方便的形式摘要而出的。跟上一版不同的是,其編排結構已徹底改變。 \textbf{有關新結構的細節,可參考「如何閱讀本問答集及了解其編排結構」該 項中的說明。} \vspace{1cm} \CJKfamily{bkai} \noindent AR PL KaitiM Big5: \noindent 本常問問答集~(FAQ list)~是從一些經常被問到的問題及其適當的解 答中,以方便的形式摘要而出的。跟上一版不同的是,其編排結構已徹底改變。 \textbf{有關新結構的細節,可參考「如何閱讀本問答集及了解其編排結構」該 項中的說明。} \end{CJK*} \end{document} %%% Local Variables: %%% coding: utf-8 %%% mode: latex %%% TeX-master: t %%% End: debian/control0000664000000000000000000001223012257501417010575 0ustar Source: cjk Build-Depends: debhelper (>= 8.1.0~), quilt, libkpathsea-dev, texlive-extra-utils, git-core, tex-common (>= 4), autotools-dev Build-Depends-Indep: texlive-base-bin, perl-base (>= 5.8.0), texlive-font-utils, texlive-lang-other (>= 2013.20130523-1) Section: tex Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian TeX maintainers Uploaders: Danai SAE-HAN (韓達耐) , Norbert Preining Standards-Version: 3.9.3 Vcs-Svn: svn://svn.debian.org/svn/debian-tex/cjk/trunk Vcs-Browser: http://svn.debian.org/wsvn/debian-tex/cjk/trunk/ Homepage: http://cjk.ffii.org/ Package: latex-cjk-common Architecture: any Depends: texlive-latex-base, texlive-font-utils (>= 2007.dfsg.2-1), tex-common (>= 4), ${misc:Depends}, ${shlibs:Depends} Conflicts: cjk-latex (<= 4.5.1), latex-cjk, latex-cjk-xcjk Replaces: cjk-latex Provides: cjk-latex Description: LaTeX macro package for CJK (Chinese/Japanese/Korean) CJK is a macro package for LaTeX to enable typesetting in Chinese, Japanese, Korean and Thai, and it supports Vietnamese through the "vntex" macro. And you can still use Russian, Greek and other languages in the same document. It supports various CJK encodings, like UTF-8, Big5, GB, JIS, KS, CNS (through CEF) and Emacs MULE. . This package will install the common files, as well as a few GNU/Emacs Lisp files, and it provides support for furigana ("ruby text") and PinYin, either with or without tone marks. Package: latex-cjk-chinese Architecture: any Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 3), ${misc:Depends}, ${shlibs:Depends} Recommends: latex-cjk-chinese-arphic-bsmi00lp, latex-cjk-chinese-arphic-bkai00mp, latex-cjk-chinese-arphic-gbsn00lp, latex-cjk-chinese-arphic-gkai00mp Suggests: hbf-cns40-b5, hbf-jfs56 Conflicts: cjk-latex (<= 4.5.1), tfm-arphic-bsmi00lp (<= 2.11.2-0.1), tfm-arphic-bkai00mp (<= 2.11.2-0.1), tfm-arphic-gbsn00lp (<= 2.11.2-0.1), tfm-arphic-gkai00mp (<= 2.11.2-0.1) Description: Chinese module of LaTeX CJK CJK is a macro package for LaTeX. This package gives you the possibility to include Chinese (traditional and simplified) text in your (La)TeX documents. . Install hbf-jfs56 if you want to use bitmap fonts in simplified Chinese. Install hbf-cns40-b5 if you want bitmap fonts in traditional Chinese. Install hbf-cns40-[1-7] if you want CEF bitmap fonts. This is only needed if you need extremely rare and exotic Chinese characters. . Have a look at latex-cjk-common for a more detailed description. Package: latex-cjk-japanese Architecture: any Recommends: latex-cjk-japanese-wadalab Depends: latex-cjk-common (= ${binary:Version}), tex-common (>= 4), ${misc:Depends}, ${shlibs:Depends} Suggests: hbf-kanji48 Conflicts: cjk-latex (<= 4.5.1) Description: Japanese module of LaTeX CJK CJK is a macro package for LaTeX. This package gives you the possibility to include Japanese text in your (La)TeX documents. Install latex-cjk-japanese-wadalab for pretty printing. . Install hbf-kanji48 if you want to use bitmap fonts in your documents. . Have a look at latex-cjk-common for a more detailed description. Package: latex-cjk-korean Architecture: all Recommends: ko.tex-extra-hlfont Depends: latex-cjk-common (>= ${source:Version}), tex-common (>= 4), ${misc:Depends} Conflicts: cjk-latex (<= 4.5.1) Description: Korean module of LaTeX CJK CJK is a macro package for LaTeX. This package gives you the possibility to include Korean text in your (La)TeX documents. Package: latex-cjk-thai Architecture: all Depends: latex-cjk-common (>= ${source:Version}), texlive-latex-base, tex-common (>= 4), texlive-lang-other (>= 2013.20130523-1), ${misc:Depends} Conflicts: cjk-latex (<= 4.5.1) Description: Thai module of LaTeX CJK CJK is a macro package for LaTeX. This package gives you the possibility to include Thai text in your (La)TeX documents. It uses the same Type1 fonts (Norasi and Garuda) from the ThaiLaTeX package. . Have a look at latex-cjk-common for a more detailed description. Package: latex-cjk-all Architecture: all Depends: latex-cjk-common (>= ${source:Version}), latex-cjk-chinese (>= ${source:Version}), latex-cjk-japanese (>= ${source:Version}), latex-cjk-korean (= ${source:Version}), latex-cjk-thai (= ${source:Version}), latex-cjk-chinese-arphic-bsmi00lp, latex-cjk-chinese-arphic-bkai00mp, latex-cjk-chinese-arphic-gbsn00lp, latex-cjk-chinese-arphic-gkai00mp, latex-cjk-japanese-wadalab, ${misc:Depends} Conflicts: cjk-latex (<= 4.5.1) Description: installs all LaTeX CJK packages This package will install all CJK packages. You may also wish to install each package separately instead. See the latex-cjk-common package for a detailed description. Package: cjk-latex Architecture: all Depends: latex-cjk-common (>= ${source:Version}), ${misc:Depends} Suggests: latex-cjk-all (= ${source:Version}) Conflicts: cjk-latex (<= 4.5.1) Description: installs all LaTeX CJK packages This is a dummy package that allows you to smoothly upgrade from the old cjk-latex to the current latex-cjk-common packages. After the installation of the latex-cjk-common packages, you can safely delete this package. debian/patches/0000775000000000000000000000000012157464104010623 5ustar debian/patches/06_extend_JIS_example.diff0000664000000000000000000000236412074051110015461 0ustar ## 06_extend_JIS_example.diff by ## ## Add extra goodies in the JIS example file. --- cjk-20060714/examples/JIS.tex 2007-02-05 01:40:40.878024813 +0100 +++ new/examples/JIS.tex 2007-02-05 02:28:49.951124178 +0100 @@ -5,24 +5,40 @@ % % Version 4.8.3 (07-May-2012) -\documentclass[12pt]{article} +\documentclass[12pt]{scrartcl} \usepackage{CJK} \usepackage[CJK, overlap]{ruby} \renewcommand{\rubysep}{-0.2ex} - \begin{document} \begin{CJK*}[dnp]{JIS}{min} \CJKtilde +% CJKcaption works only with KOMA-script classes such as "scrartcl". +\CJKcaption{JIS} +\title{A Japanese example file for CJK in JIS} +\author{Danai SAE-HANʴãѡ} +\maketitle +\tableofcontents -\noindent ~FAQ~ꥹȤϡ褯Ȥ򽸤ᡢΩĤ褦 +\newcommand{\testpar}{~FAQ~ꥹȤϡ褯Ȥ򽸤ᡢΩĤ褦 ˤΤǤ~FAQ~ꥹȤι¤ϡΤΤ٤ѹ Ƥޤ\textbf{\ruby{}{}¤˴ؤƤϡ֤~FAQ~ ɤȤι¤פιܤ\ruby{}{}\ruby{}{礦}Ʋ -} +}} + +\section{Wadalab Mincho ī} +\testpar + +\section{Wadalab Gothic å} +\CJKfamily{goth} +\testpar + +\section{Wadalab Maru } +\CJKfamily{maru} +\testpar \end{CJK*} debian/patches/series0000664000000000000000000000033112075312051012025 0ustar 03_Makefile.diff 04_extend_examplefiles.diff 05_fix_examplefiles.diff 06_extend_JIS_example.diff 08_add_newpage_to_examples.diff 09_fix_korean_fd_files.diff 10_add_comments_in_KS_example_for_working_ko.tex_fonts.diff debian/patches/08_add_newpage_to_examples.diff0000664000000000000000000002110412074316100016606 0ustar # 08_add_newpage_to_examples.diff by ## ## Fix examples/*.tex: add \newpage in a CJK environment. I add ## this because larger documents with \tableofcontents will ## sometimes fail when writing out the .toc file, even though ## this behaviour is well documented. This will surely prevent ## many future errors with users. Index: cjk-4.8.3+git20090105/examples/Big5.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/Big5.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/Big5.tex 2010-05-17 01:03:16.000000000 +0200 @@ -41,6 +41,11 @@ \textbf{scӸ`AiѦҡup\ŪݵΤFѨsƵcv C} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/Big5vert.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/Big5vert.tex 2010-05-17 01:03:13.903352943 +0200 +++ cjk-4.8.3+git20090105/examples/Big5vert.tex 2010-05-17 01:03:16.000000000 +0200 @@ -23,6 +23,11 @@ \textbf{scӸ`AiѦҡup\ŪݵΤFѨsƵcv C} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/CEF_test.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CEF_test.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/CEF_test.tex 2010-05-17 01:03:16.000000000 +0200 @@ -40,6 +40,11 @@ \verb|\CJKchar[CNS7]{"5A}{"5A}| \CJKchar[CNS7]{"5A}{"5A} \quad \verb|&C7-|\verb|5A5A;| &C7-5A5A; +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK} \end{document} Index: cjk-4.8.3+git20090105/examples/CJKfntef.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKfntef.tex 2009-11-07 21:12:42.000000000 +0100 +++ cjk-4.8.3+git20090105/examples/CJKfntef.tex 2010-11-08 02:32:21.443104014 +0100 @@ -79,6 +79,11 @@ \verb|\CJKunderanysymbol{...}{...}{...}|:\\ \CJKunderanysymbol{0.5em}{-}{ּӵ㣬 ͬʱ»߼», Զ,} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/CJKmixed.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKmixed.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/CJKmixed.tex 2010-05-17 01:03:16.000000000 +0200 @@ -73,6 +73,11 @@ 該項中的說明。} \end{TChinese} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK} \end{document} Index: cjk-4.8.3+git20090105/examples/CJKspace.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKspace.tex 2010-05-17 01:03:13.939352150 +0200 +++ cjk-4.8.3+git20090105/examples/CJKspace.tex 2010-05-17 01:03:16.000000000 +0200 @@ -29,6 +29,11 @@ 混排 \verb+anything+ 保持 \texttt{spaces} 空格 \LaTeX\ 间隔 \mbox{boxes} 盒子 \hbox{hbox} 中文 123456 数字. +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/CJKutf8.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKutf8.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/CJKutf8.tex 2010-05-17 01:03:16.000000000 +0200 @@ -144,6 +144,11 @@ διαβάσετε αυτή την ΣΤΕ και πώς είναι οργανωμένη>>.} \end{otherlanguage} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK} \end{document} Index: cjk-4.8.3+git20090105/examples/GB.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/GB.tex 2010-05-17 01:03:13.959353781 +0200 +++ cjk-4.8.3+git20090105/examples/GB.tex 2010-05-17 01:03:16.000000000 +0200 @@ -20,6 +20,11 @@ \textbf{й½ṹϸڣɲοĶʴ𼯼˽Žṹ е˵} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/JIS.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/JIS.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/JIS.tex 2010-05-17 01:03:16.000000000 +0200 @@ -40,6 +40,11 @@ \CJKfamily{maru} \testpar +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/KS-hlatex.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/KS-hlatex.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/KS-hlatex.tex 2010-05-17 01:03:16.000000000 +0200 @@ -176,6 +176,11 @@ \testpar +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK} \end{document} Index: cjk-4.8.3+git20090105/examples/KS.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/KS.tex 2010-05-17 01:03:13.995371844 +0200 +++ cjk-4.8.3+git20090105/examples/KS.tex 2010-05-17 01:03:16.000000000 +0200 @@ -20,6 +20,11 @@ ȹ Ǿϴ. \textbf{ `` FAQ  ΰ'' Ͻñ ٶϴ.} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK} \end{document} Index: cjk-4.8.3+git20090105/examples/SJIS.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/SJIS.tex 2010-05-17 01:03:14.003353696 +0200 +++ cjk-4.8.3+git20090105/examples/SJIS.tex 2010-05-17 01:03:16.000000000 +0200 @@ -27,6 +27,11 @@ ̓ǂݕƂ̍\v̍ڂ\ruby{Q}{}\ruby{}{傤}ĉ B} +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK*} \end{document} Index: cjk-4.8.3+git20090105/examples/UTF8.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/UTF8.tex 2010-05-17 01:03:16.000000000 +0200 +++ cjk-4.8.3+git20090105/examples/UTF8.tex 2010-05-17 01:15:10.858854935 +0200 @@ -37,6 +37,11 @@ \CJKnospace \noindent こんにちは 世界 +% We need to end the CJK environment with a \newpage; otherwise the +% .aux and .toc files sometimes get messed up. See `CJK.txt' in +% /usr/share/doc/latex-cjk-common/ for more information, under +% `Possible errors'. +\newpage \end{CJK} \end{document} debian/patches/03_Makefile.diff0000664000000000000000000000312412074036735013477 0ustar ## 03_Makefile.diff by ## ## Modify the upstream Makefile so it builds on Debian. --- cjk-20060912/Makefile 2006-09-13 09:38:58.440284066 +0200 +++ cjk-4.6.0+cvs20060912/Makefile 2006-09-13 09:42:31.981880560 +0200 @@ -33,6 +33,53 @@ # o The TeXLive version of some font definition files are used (in the # `texlive' subdirectory). + +### +# Makefile for CJK LaTeX (Debian package) +# written by Anthony Fok +# Complaints should be sent to Danai SAE-HAN (韓達耐) + +CFLAGS = -O2 -g -Wall +TEXMF = $(prefix)/share/texmf + +cjkutils = utils/Bg5conv/bg5conv \ + utils/extconv/extconv \ + utils/SJISconv/sjisconv \ + utils/CEFconv/cefconv \ + utils/CEFconv/cef5conv \ + utils/CEFconv/cefsconv + +# allutils = $(cjkutils) utils/thaiconv/thaiconv utils/hbf2gf/hbf2gf +allutils = $(cjkutils) utils/hbf2gf/hbf2gf + +all: $(allutils) + +.PHONY: all install clean distclean + +utils/hbf2gf/hbf2gf: + ( cd utils/hbf2gf; \ + ./configure --prefix=/usr \ + --with-kpathsea-lib=/usr/lib \ + --with-kpathsea-include=/usr/include \ + --mandir='$${prefix}/share/man'; \ + $(MAKE) ) + +install: all + install -d $(prefix)/bin $(TEXMF)/hbf2gf + + cp -a $(cjkutils) $(prefix)/bin + install -m 0755 utils/*conv/*latex $(prefix)/bin + + $(MAKE) -C utils/hbf2gf install + cp -a utils/hbf2gf/cfg/* $(TEXMF)/hbf2gf + +clean: + rm -f $(allutils) + if [[ -e utils/hbf2gf/Makefile ]]; then $(MAKE) -C utils/hbf2gf distclean; fi + +distclean: clean +### + version=4.8.3 distdir=cjk-$(version) debian/patches/05_fix_examplefiles.diff0000664000000000000000000000121711701522372015302 0ustar ## 05_fix_examplefiles.diff by ## ## Fix examples/CJK.tex: firstly, change from CJK to CJKutf8, and ## secondly, change from cyberb to cyberbit. --- cjk-20060714/examples/UTF8.tex 2006-07-22 22:10:53.000000000 +0200 +++ new/examples/UTF8.tex 2006-09-05 10:30:33.150336108 +0200 @@ -7,7 +7,7 @@ \documentclass[12pt]{article} -\usepackage{CJK} +\usepackage{CJKutf8} \usepackage[T1]{fontenc} @@ -23,5 +23,5 @@ % we want the Unicode font for normal text also \DeclareFontFamily{T1}{song}{} -\DeclareFontShape{T1}{song}{m}{n}{<-> cyberb00}{} +\DeclareFontShape{T1}{song}{m}{n}{<-> cyberbit00}{} \renewcommand\rmdefault{song} debian/patches/10_add_comments_in_KS_example_for_working_ko.tex_fonts.diff0000664000000000000000000000204712075313207024316 0ustar ## 10_add_comments_in_KS_example_for_working_ko.tex_fonts.diff by ## ## Fix the default KS.tex example file to use the `gs' font instead ## of the default `mj' font because the latter is not included anymore ## in the ko.tex-extra-hlfont package. Index: cjk-4.8.3+git20120914/examples/KS.tex =================================================================== --- cjk-4.8.3+git20090105.orig//examples/KS.tex 2013-01-13 01:12:57.000000000 +0800 +++ cjk-4.8.3+git20120914/examples/KS.tex 2013-01-13 14:42:46.250636001 +0800 @@ -13,7 +13,17 @@ \begin{document} -\begin{CJK}[HL]{KS}{} +\begin{CJK}[HL]{KS}{gs} +% ko.tex-extra +% Works: ph bm jsr jmj jnv sh pg yt gs pn + +% ko.tex-extra-hlfont +% Does not work: dn [tries outdn* Unicode fonts, fails] pga [tries outpga* Unicode fonts, fails] + +% Standard +% Does not work: mj gt [do not seem to be packaged anymore] + +%\setCJKfamilyfont{Korean}{Batang} \noindent FAQ ݺǴ ׿ ܸ ϴ. FAQ ǿ Ͽ debian/patches/09_fix_korean_fd_files.diff0000664000000000000000000013343612075311773015761 0ustar ## 09_fix_korean_fd_files.diff by ## ## Fix texinput/KS/HLaTeX/*.fd files. ## The upstream package still uses the obsolete HLaTeX ## font packages, which is now superseded by ko.tex. ## ko.tex-extra-hlfont did not retain every font variant ## from HLaTeX, and some others were added. ## What does not work, are: dn, ppa, mj, gt. ## What does work, are: ph, bm, jsr, jmj, jnv, sh, pg, yt, gs, pn. Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63bm.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63bm.fd 2010-05-17 01:03:13.579377358 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63bm.fd 2010-05-17 01:03:16.000000000 +0200 @@ -26,12 +26,12 @@ \DeclareFontShape{C63}{bm}{m}{sl}{<-> CJK * wbmo}{} \DeclareFontShape{C63}{bm}{m}{it}{<-> CJKssub * bm/m/sl}{} -\DeclareFontShape{C63}{bm}{x}{n}{<-> CJK * wbmx}{} -\DeclareFontShape{C63}{bm}{x}{sl}{<-> CJK * wbmxo}{} +\DeclareFontShape{C63}{bm}{x}{n}{<-> CJKssub * bm/m/n}{} +\DeclareFontShape{C63}{bm}{x}{sl}{<-> CJKssub * bm/m/sl}{} \DeclareFontShape{C63}{bm}{x}{it}{<-> CJKssub * bm/x/sl}{} -\DeclareFontShape{C63}{bm}{ux}{n}{<-> CJK * wbmu}{} -\DeclareFontShape{C63}{bm}{ux}{sl}{<-> CJK * wbmuo}{} +\DeclareFontShape{C63}{bm}{ux}{n}{<-> CJKssub * bm/m/n}{} +\DeclareFontShape{C63}{bm}{ux}{sl}{<-> CJKssub * bm/m/sl}{} \DeclareFontShape{C63}{bm}{ux}{it}{<-> CJKssub * bm/ux/sl}{} \DeclareFontShape{C63}{bm}{bc}{n}{<-> CJKb * wbmc}{\CJKbold} @@ -42,12 +42,12 @@ \DeclareFontShape{C63}{bm}{b}{sl}{<-> CJKb * wbmo}{\CJKbold} \DeclareFontShape{C63}{bm}{b}{it}{<-> CJKssub * bm/b/sl}{} -\DeclareFontShape{C63}{bm}{bx}{n}{<-> CJKb * wbmx}{\CJKbold} -\DeclareFontShape{C63}{bm}{bx}{sl}{<-> CJKb * wbmxo}{\CJKbold} +\DeclareFontShape{C63}{bm}{bx}{n}{<-> CJKssub * bm/b/n}{} +\DeclareFontShape{C63}{bm}{bx}{sl}{<-> CJKssub * bm/b/sl}{} \DeclareFontShape{C63}{bm}{bx}{it}{<-> CJKssub * bm/bx/sl}{} -\DeclareFontShape{C63}{bm}{bux}{n}{<-> CJKb * wbmu}{\CJKbold} -\DeclareFontShape{C63}{bm}{bux}{sl}{<-> CJKb * wbmuo}{\CJKbold} +\DeclareFontShape{C63}{bm}{bux}{n}{<-> CJKssub * bm/b/n}{} +\DeclareFontShape{C63}{bm}{bux}{sl}{<-> CJKssub * bm/b/sl}{} \DeclareFontShape{C63}{bm}{bux}{it}{<-> CJKssub * bm/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63dn.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63dn.fd 2010-05-17 01:03:13.587353412 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63dn.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,52 +18,52 @@ \DeclareFontFamily{C63}{dn}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{dn}{c}{n}{<-> CJK * wdnc}{} -\DeclareFontShape{C63}{dn}{c}{sl}{<-> CJK * wdnco}{} +\DeclareFontShape{C63}{dn}{c}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{c}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{c}{it}{<-> CJKssub * dn/c/sl}{} \DeclareFontShape{C63}{dn}{m}{n}{<-> CJK * wdn}{} -\DeclareFontShape{C63}{dn}{m}{sl}{<-> CJK * wdno}{} +\DeclareFontShape{C63}{dn}{m}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{m}{it}{<-> CJKssub * dn/m/sl}{} -\DeclareFontShape{C63}{dn}{x}{n}{<-> CJK * wdnx}{} -\DeclareFontShape{C63}{dn}{x}{sl}{<-> CJK * wdnxo}{} +\DeclareFontShape{C63}{dn}{x}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{x}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{x}{it}{<-> CJKssub * dn/x/sl}{} -\DeclareFontShape{C63}{dn}{ux}{n}{<-> CJK * wdnu}{} -\DeclareFontShape{C63}{dn}{ux}{sl}{<-> CJK * wdnuo}{} +\DeclareFontShape{C63}{dn}{ux}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{ux}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{ux}{it}{<-> CJKssub * dn/ux/sl}{} -\DeclareFontShape{C63}{dn}{bc}{n}{<-> CJK * wdnbc}{} -\DeclareFontShape{C63}{dn}{bc}{sl}{<-> CJK * wdnbco}{} +\DeclareFontShape{C63}{dn}{bc}{n}{<-> CJKssub * dn/b/n}{} +\DeclareFontShape{C63}{dn}{bc}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{bc}{it}{<-> CJKssub * dn/bc/sl}{} \DeclareFontShape{C63}{dn}{b}{n}{<-> CJK * wdnb}{} -\DeclareFontShape{C63}{dn}{b}{sl}{<-> CJK * wdnbo}{} +\DeclareFontShape{C63}{dn}{b}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{b}{it}{<-> CJKssub * dn/b/sl}{} -\DeclareFontShape{C63}{dn}{bx}{n}{<-> CJK * wdnbx}{} -\DeclareFontShape{C63}{dn}{bx}{sl}{<-> CJK * wdnbxo}{} +\DeclareFontShape{C63}{dn}{bx}{n}{<-> CJKssub * dn/b/n}{} +\DeclareFontShape{C63}{dn}{bx}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{bx}{it}{<-> CJKssub * dn/bx/sl}{} -\DeclareFontShape{C63}{dn}{bux}{n}{<-> CJK * wdnbu}{} -\DeclareFontShape{C63}{dn}{bux}{sl}{<-> CJK * wdnbuo}{} +\DeclareFontShape{C63}{dn}{bux}{n}{<-> CJKssub * dn/b/n}{} +\DeclareFontShape{C63}{dn}{bux}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{bux}{it}{<-> CJKssub * dn/bux/sl}{} -\DeclareFontShape{C63}{dn}{lc}{n}{<-> CJK * wdnlc}{} -\DeclareFontShape{C63}{dn}{lc}{sl}{<-> CJK * wdnlco}{} +\DeclareFontShape{C63}{dn}{lc}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{lc}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{lc}{it}{<-> CJKssub * dn/lc/sl}{} -\DeclareFontShape{C63}{dn}{l}{n}{<-> CJK * wdnl}{} -\DeclareFontShape{C63}{dn}{l}{sl}{<-> CJK * wdnlo}{} +\DeclareFontShape{C63}{dn}{l}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{l}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{l}{it}{<-> CJKssub * dn/l/sl}{} -\DeclareFontShape{C63}{dn}{lx}{n}{<-> CJK * wdnlx}{} -\DeclareFontShape{C63}{dn}{lx}{sl}{<-> CJK * wdnlxo}{} +\DeclareFontShape{C63}{dn}{lx}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{lx}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{lx}{it}{<-> CJKssub * dn/lx/sl}{} -\DeclareFontShape{C63}{dn}{lux}{n}{<-> CJK * wdnlu}{} -\DeclareFontShape{C63}{dn}{lux}{sl}{<-> CJK * wdnluo}{} +\DeclareFontShape{C63}{dn}{lux}{n}{<-> CJKssub * dn/m/n}{} +\DeclareFontShape{C63}{dn}{lux}{sl}{<-> CJKssub * dn/b/n}{} \DeclareFontShape{C63}{dn}{lux}{it}{<-> CJKssub * dn/lux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63gr.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63gr.fd 2010-05-17 01:03:13.599352798 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63gr.fd 2010-05-17 01:03:16.000000000 +0200 @@ -26,12 +26,12 @@ \DeclareFontShape{C63}{gr}{m}{sl}{<-> CJK * wgro}{} \DeclareFontShape{C63}{gr}{m}{it}{<-> CJKssub * gr/m/sl}{} -\DeclareFontShape{C63}{gr}{x}{n}{<-> CJK * wgrx}{} -\DeclareFontShape{C63}{gr}{x}{sl}{<-> CJK * wgrxo}{} +\DeclareFontShape{C63}{gr}{x}{n}{<-> CJKssub * gr/m/n}{} +\DeclareFontShape{C63}{gr}{x}{sl}{<-> CJKssub * gr/m/sl}{} \DeclareFontShape{C63}{gr}{x}{it}{<-> CJKssub * gr/x/sl}{} -\DeclareFontShape{C63}{gr}{ux}{n}{<-> CJK * wgru}{} -\DeclareFontShape{C63}{gr}{ux}{sl}{<-> CJK * wgruo}{} +\DeclareFontShape{C63}{gr}{ux}{n}{<-> CJKssub * gr/m/n}{} +\DeclareFontShape{C63}{gr}{ux}{sl}{<-> CJKssub * gr/m/sl}{} \DeclareFontShape{C63}{gr}{ux}{it}{<-> CJKssub * gr/ux/sl}{} \DeclareFontShape{C63}{gr}{bc}{n}{<-> CJK * wgrbc}{} @@ -42,12 +42,12 @@ \DeclareFontShape{C63}{gr}{b}{sl}{<-> CJK * wgrbo}{} \DeclareFontShape{C63}{gr}{b}{it}{<-> CJKssub * gr/b/sl}{} -\DeclareFontShape{C63}{gr}{bx}{n}{<-> CJK * wgrbx}{} -\DeclareFontShape{C63}{gr}{bx}{sl}{<-> CJK * wgrbxo}{} +\DeclareFontShape{C63}{gr}{bx}{n}{<-> CJKssub * gr/b/n}{} +\DeclareFontShape{C63}{gr}{bx}{sl}{<-> CJKssub * gr/b/sl}{} \DeclareFontShape{C63}{gr}{bx}{it}{<-> CJKssub * gr/bx/sl}{} -\DeclareFontShape{C63}{gr}{bux}{n}{<-> CJK * wgrbu}{} -\DeclareFontShape{C63}{gr}{bux}{sl}{<-> CJK * wgrbuo}{} +\DeclareFontShape{C63}{gr}{bux}{n}{<-> CJKssub * gr/b/n}{} +\DeclareFontShape{C63}{gr}{bux}{sl}{<-> CJKssub * gr/b/sl}{} \DeclareFontShape{C63}{gr}{bux}{it}{<-> CJKssub * gr/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63gs.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63gs.fd 2010-05-17 01:03:13.607352249 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63gs.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{gs}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{gs}{bc}{n}{<-> CJK * wgsc}{} -\DeclareFontShape{C63}{gs}{bc}{sl}{<-> CJK * wgsco}{} +\DeclareFontShape{C63}{gs}{bc}{n}{<-> CJKb * wgsc}{\CJKbold} +\DeclareFontShape{C63}{gs}{bc}{sl}{<-> CJKb * wgsco}{\CJKbold} \DeclareFontShape{C63}{gs}{bc}{it}{<-> CJKssub * gs/bc/sl}{} -\DeclareFontShape{C63}{gs}{b}{n}{<-> CJK * wgs}{} -\DeclareFontShape{C63}{gs}{b}{sl}{<-> CJK * wgso}{} +\DeclareFontShape{C63}{gs}{b}{n}{<-> CJKb * wgs}{\CJKbold} +\DeclareFontShape{C63}{gs}{b}{sl}{<-> CJKb * wgso}{\CJKbold} \DeclareFontShape{C63}{gs}{b}{it}{<-> CJKssub * gs/b/sl}{} -\DeclareFontShape{C63}{gs}{bx}{n}{<-> CJK * wgsx}{} -\DeclareFontShape{C63}{gs}{bx}{sl}{<-> CJK * wgsxo}{} +\DeclareFontShape{C63}{gs}{bx}{n}{<-> CJKssub * gs/b/n}{} +\DeclareFontShape{C63}{gs}{bx}{sl}{<-> CJKssub * gs/b/sl}{} \DeclareFontShape{C63}{gs}{bx}{it}{<-> CJKssub * gs/bx/sl}{} -\DeclareFontShape{C63}{gs}{bux}{n}{<-> CJK * wgsu}{} -\DeclareFontShape{C63}{gs}{bux}{sl}{<-> CJK * wgsuo}{} +\DeclareFontShape{C63}{gs}{bux}{n}{<-> CJKssub * gs/b/n}{} +\DeclareFontShape{C63}{gs}{bux}{sl}{<-> CJKssub * gs/b/sl}{} \DeclareFontShape{C63}{gs}{bux}{it}{<-> CJKssub * gs/bux/sl}{} -\DeclareFontShape{C63}{gs}{c}{n}{<-> CJKssub * gs/bc/n}{} -\DeclareFontShape{C63}{gs}{c}{sl}{<-> CJKssub * gs/bc/sl}{} +\DeclareFontShape{C63}{gs}{c}{n}{<-> CJK * wgsc}{} +\DeclareFontShape{C63}{gs}{c}{sl}{<-> CJK * wgsco}{} \DeclareFontShape{C63}{gs}{c}{it}{<-> CJKssub * gs/bc/sl}{} -\DeclareFontShape{C63}{gs}{m}{n}{<-> CJKssub * gs/b/n}{} -\DeclareFontShape{C63}{gs}{m}{sl}{<-> CJKssub * gs/b/sl}{} +\DeclareFontShape{C63}{gs}{m}{n}{<-> CJK * wgs}{} +\DeclareFontShape{C63}{gs}{m}{sl}{<-> CJK * wgso}{} \DeclareFontShape{C63}{gs}{m}{it}{<-> CJKssub * gs/b/sl}{} -\DeclareFontShape{C63}{gs}{x}{n}{<-> CJKssub * gs/bx/n}{} -\DeclareFontShape{C63}{gs}{x}{sl}{<-> CJKssub * gs/bx/sl}{} -\DeclareFontShape{C63}{gs}{x}{it}{<-> CJKssub * gs/bx/sl}{} - -\DeclareFontShape{C63}{gs}{ux}{n}{<-> CJKssub * gs/bux/n}{} -\DeclareFontShape{C63}{gs}{ux}{sl}{<-> CJKssub * gs/bux/sl}{} -\DeclareFontShape{C63}{gs}{ux}{it}{<-> CJKssub * gs/bux/sl}{} +\DeclareFontShape{C63}{gs}{x}{n}{<-> CJKssub * gs/m/n}{} +\DeclareFontShape{C63}{gs}{x}{sl}{<-> CJKssub * gs/m/sl}{} +\DeclareFontShape{C63}{gs}{x}{it}{<-> CJKssub * gs/x/sl}{} + +\DeclareFontShape{C63}{gs}{ux}{n}{<-> CJKssub * gs/m/n}{} +\DeclareFontShape{C63}{gs}{ux}{sl}{<-> CJKssub * gs/m/sl}{} +\DeclareFontShape{C63}{gs}{ux}{it}{<-> CJKssub * gs/ux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63gt.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63gt.fd 2010-05-17 01:03:13.615353377 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63gt.fd 2010-05-17 01:03:16.000000000 +0200 @@ -26,12 +26,12 @@ \DeclareFontShape{C63}{gt}{m}{sl}{<-> CJK * wgto}{} \DeclareFontShape{C63}{gt}{m}{it}{<-> CJKssub * gt/m/sl}{} -\DeclareFontShape{C63}{gt}{x}{n}{<-> CJK * wgtx}{} -\DeclareFontShape{C63}{gt}{x}{sl}{<-> CJK * wgtxo}{} +\DeclareFontShape{C63}{gt}{x}{n}{<-> CJKssub * gt/m/n}{} +\DeclareFontShape{C63}{gt}{x}{sl}{<-> CJKssub * gt/m/sl}{} \DeclareFontShape{C63}{gt}{x}{it}{<-> CJKssub * gt/x/sl}{} -\DeclareFontShape{C63}{gt}{ux}{n}{<-> CJK * wgtu}{} -\DeclareFontShape{C63}{gt}{ux}{sl}{<-> CJK * wgtuo}{} +\DeclareFontShape{C63}{gt}{ux}{n}{<-> CJKssub * gt/m/n}{} +\DeclareFontShape{C63}{gt}{ux}{sl}{<-> CJKssub * gt/m/sl}{} \DeclareFontShape{C63}{gt}{ux}{it}{<-> CJKssub * gt/ux/sl}{} \DeclareFontShape{C63}{gt}{bc}{n}{<-> CJK * wgtbc}{} @@ -42,12 +42,12 @@ \DeclareFontShape{C63}{gt}{b}{sl}{<-> CJK * wgtbo}{} \DeclareFontShape{C63}{gt}{b}{it}{<-> CJKssub * gt/b/sl}{} -\DeclareFontShape{C63}{gt}{bx}{n}{<-> CJK * wgtbx}{} -\DeclareFontShape{C63}{gt}{bx}{sl}{<-> CJK * wgtbxo}{} +\DeclareFontShape{C63}{gt}{bx}{n}{<-> CJKssub * gt/b/n}{} +\DeclareFontShape{C63}{gt}{bx}{sl}{<-> CJKssub * gt/b/sl}{} \DeclareFontShape{C63}{gt}{bx}{it}{<-> CJKssub * gt/bx/sl}{} -\DeclareFontShape{C63}{gt}{bux}{n}{<-> CJK * wgtbu}{} -\DeclareFontShape{C63}{gt}{bux}{sl}{<-> CJK * wgtbuo}{} +\DeclareFontShape{C63}{gt}{bux}{n}{<-> CJKssub * gt/b/n}{} +\DeclareFontShape{C63}{gt}{bux}{sl}{<-> CJKssub * gt/b/sl}{} \DeclareFontShape{C63}{gt}{bux}{it}{<-> CJKssub * gt/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jgt.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63jgt.fd 2010-05-17 01:03:13.627353112 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jgt.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{jgt}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{jgt}{c}{n}{<-> CJK * wjgtc}{} -\DeclareFontShape{C63}{jgt}{c}{sl}{<-> CJK * wjgtco}{} +\DeclareFontShape{C63}{jgt}{c}{n}{<-> CJKssub * jgt/m/n}{} +\DeclareFontShape{C63}{jgt}{c}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{c}{it}{<-> CJKssub * jgt/c/sl}{} \DeclareFontShape{C63}{jgt}{m}{n}{<-> CJK * wjgt}{} -\DeclareFontShape{C63}{jgt}{m}{sl}{<-> CJK * wjgto}{} +\DeclareFontShape{C63}{jgt}{m}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{m}{it}{<-> CJKssub * jgt/m/sl}{} -\DeclareFontShape{C63}{jgt}{x}{n}{<-> CJK * wjgtx}{} -\DeclareFontShape{C63}{jgt}{x}{sl}{<-> CJK * wjgtxo}{} +\DeclareFontShape{C63}{jgt}{x}{n}{<-> CJKssub * jgt/m/n}{} +\DeclareFontShape{C63}{jgt}{x}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{x}{it}{<-> CJKssub * jgt/x/sl}{} -\DeclareFontShape{C63}{jgt}{ux}{n}{<-> CJK * wjgtu}{} -\DeclareFontShape{C63}{jgt}{ux}{sl}{<-> CJK * wjgtuo}{} +\DeclareFontShape{C63}{jgt}{ux}{n}{<-> CJKssub * jgt/m/n}{} +\DeclareFontShape{C63}{jgt}{ux}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{ux}{it}{<-> CJKssub * jgt/ux/sl}{} -\DeclareFontShape{C63}{jgt}{bc}{n}{<-> CJKb * wjgtc}{\CJKbold} -\DeclareFontShape{C63}{jgt}{bc}{sl}{<-> CJKb * wjgtco}{\CJKbold} +\DeclareFontShape{C63}{jgt}{bc}{n}{<-> CJKssub * jgt/b/n}{} +\DeclareFontShape{C63}{jgt}{bc}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{bc}{it}{<-> CJKssub * jgt/bc/sl}{} \DeclareFontShape{C63}{jgt}{b}{n}{<-> CJKb * wjgt}{\CJKbold} -\DeclareFontShape{C63}{jgt}{b}{sl}{<-> CJKb * wjgto}{\CJKbold} +\DeclareFontShape{C63}{jgt}{b}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{b}{it}{<-> CJKssub * jgt/b/sl}{} -\DeclareFontShape{C63}{jgt}{bx}{n}{<-> CJKb * wjgtx}{\CJKbold} -\DeclareFontShape{C63}{jgt}{bx}{sl}{<-> CJKb * wjgtxo}{\CJKbold} +\DeclareFontShape{C63}{jgt}{bx}{n}{<-> CJKssub * jgt/b/n}{} +\DeclareFontShape{C63}{jgt}{bx}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{bx}{it}{<-> CJKssub * jgt/bx/sl}{} -\DeclareFontShape{C63}{jgt}{bux}{n}{<-> CJKb * wjgtu}{\CJKbold} -\DeclareFontShape{C63}{jgt}{bux}{sl}{<-> CJKb * wjgtuo}{\CJKbold} +\DeclareFontShape{C63}{jgt}{bux}{n}{<-> CJKssub * jgt/b/n}{} +\DeclareFontShape{C63}{jgt}{bux}{sl}{<-> CJKssub * jgt/b/n}{} \DeclareFontShape{C63}{jgt}{bux}{it}{<-> CJKssub * jgt/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jmj.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63jmj.fd 2010-05-17 01:03:13.639352847 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jmj.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{jmj}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{jmj}{c}{n}{<-> CJK * wjmjc}{} -\DeclareFontShape{C63}{jmj}{c}{sl}{<-> CJK * wjmjco}{} +\DeclareFontShape{C63}{jmj}{c}{n}{<-> CJKssub * jmj/m/n}{} +\DeclareFontShape{C63}{jmj}{c}{sl}{<-> CJKssub * jmj/m/n}{} \DeclareFontShape{C63}{jmj}{c}{it}{<-> CJKssub * jmj/c/sl}{} \DeclareFontShape{C63}{jmj}{m}{n}{<-> CJK * wjmj}{} -\DeclareFontShape{C63}{jmj}{m}{sl}{<-> CJK * wjmjo}{} +\DeclareFontShape{C63}{jmj}{m}{sl}{<-> CJKssub * jmj/m/n}{} \DeclareFontShape{C63}{jmj}{m}{it}{<-> CJKssub * jmj/m/sl}{} -\DeclareFontShape{C63}{jmj}{x}{n}{<-> CJK * wjmjx}{} -\DeclareFontShape{C63}{jmj}{x}{sl}{<-> CJK * wjmjxo}{} +\DeclareFontShape{C63}{jmj}{x}{n}{<-> CJKssub * jmj/m/n}{} +\DeclareFontShape{C63}{jmj}{x}{sl}{<-> CJKssub * jmj/m/n}{} \DeclareFontShape{C63}{jmj}{x}{it}{<-> CJKssub * jmj/x/sl}{} -\DeclareFontShape{C63}{jmj}{ux}{n}{<-> CJK * wjmju}{} -\DeclareFontShape{C63}{jmj}{ux}{sl}{<-> CJK * wjmjuo}{} +\DeclareFontShape{C63}{jmj}{ux}{n}{<-> CJKssub * jmj/m/n}{} +\DeclareFontShape{C63}{jmj}{ux}{sl}{<-> CJKssub * jmj/m/n}{} \DeclareFontShape{C63}{jmj}{ux}{it}{<-> CJKssub * jmj/ux/sl}{} -\DeclareFontShape{C63}{jmj}{bc}{n}{<-> CJKb * wjmjc}{\CJKbold} -\DeclareFontShape{C63}{jmj}{bc}{sl}{<-> CJKb * wjmjco}{\CJKbold} +\DeclareFontShape{C63}{jmj}{bc}{n}{<-> CJKssub * jmj/b/n}{} +\DeclareFontShape{C63}{jmj}{bc}{sl}{<-> CJKssub * jmj/b/n}{} \DeclareFontShape{C63}{jmj}{bc}{it}{<-> CJKssub * jmj/bc/sl}{} \DeclareFontShape{C63}{jmj}{b}{n}{<-> CJKb * wjmj}{\CJKbold} -\DeclareFontShape{C63}{jmj}{b}{sl}{<-> CJKb * wjmjo}{\CJKbold} +\DeclareFontShape{C63}{jmj}{b}{sl}{<-> CJKssub * jmj/b/n}{} \DeclareFontShape{C63}{jmj}{b}{it}{<-> CJKssub * jmj/b/sl}{} -\DeclareFontShape{C63}{jmj}{bx}{n}{<-> CJKb * wjmjx}{\CJKbold} -\DeclareFontShape{C63}{jmj}{bx}{sl}{<-> CJKb * wjmjxo}{\CJKbold} +\DeclareFontShape{C63}{jmj}{bx}{n}{<-> CJKssub * jmj/b/n}{} +\DeclareFontShape{C63}{jmj}{bx}{sl}{<-> CJKssub * jmj/b/n}{} \DeclareFontShape{C63}{jmj}{bx}{it}{<-> CJKssub * jmj/bx/sl}{} -\DeclareFontShape{C63}{jmj}{bux}{n}{<-> CJKb * wjmju}{\CJKbold} -\DeclareFontShape{C63}{jmj}{bux}{sl}{<-> CJKb * wjmjuo}{\CJKbold} +\DeclareFontShape{C63}{jmj}{bux}{n}{<-> CJKssub * jmj/b/n}{} +\DeclareFontShape{C63}{jmj}{bux}{sl}{<-> CJKssub * jmj/b/n}{} \DeclareFontShape{C63}{jmj}{bux}{it}{<-> CJKssub * jmj/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jnv.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63jnv.fd 2010-05-17 01:03:13.647356279 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jnv.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{jnv}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{jnv}{c}{n}{<-> CJK * wjnvc}{} -\DeclareFontShape{C63}{jnv}{c}{sl}{<-> CJK * wjnvco}{} +\DeclareFontShape{C63}{jnv}{c}{n}{<-> CJKssub * jnv/m/n}{} +\DeclareFontShape{C63}{jnv}{c}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{c}{it}{<-> CJKssub * jnv/c/sl}{} \DeclareFontShape{C63}{jnv}{m}{n}{<-> CJK * wjnv}{} -\DeclareFontShape{C63}{jnv}{m}{sl}{<-> CJK * wjnvo}{} +\DeclareFontShape{C63}{jnv}{m}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{m}{it}{<-> CJKssub * jnv/m/sl}{} -\DeclareFontShape{C63}{jnv}{x}{n}{<-> CJK * wjnvx}{} -\DeclareFontShape{C63}{jnv}{x}{sl}{<-> CJK * wjnvxo}{} +\DeclareFontShape{C63}{jnv}{x}{n}{<-> CJKssub * jnv/m/n}{} +\DeclareFontShape{C63}{jnv}{x}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{x}{it}{<-> CJKssub * jnv/x/sl}{} -\DeclareFontShape{C63}{jnv}{ux}{n}{<-> CJK * wjnvu}{} -\DeclareFontShape{C63}{jnv}{ux}{sl}{<-> CJK * wjnvuo}{} +\DeclareFontShape{C63}{jnv}{ux}{n}{<-> CJKssub * jnv/m/n}{} +\DeclareFontShape{C63}{jnv}{ux}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{ux}{it}{<-> CJKssub * jnv/ux/sl}{} -\DeclareFontShape{C63}{jnv}{bc}{n}{<-> CJKb * wjnvc}{\CJKbold} -\DeclareFontShape{C63}{jnv}{bc}{sl}{<-> CJKb * wjnvco}{\CJKbold} +\DeclareFontShape{C63}{jnv}{bc}{n}{<-> CJKssub * jnv/b/n}{} +\DeclareFontShape{C63}{jnv}{bc}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{bc}{it}{<-> CJKssub * jnv/bc/sl}{} \DeclareFontShape{C63}{jnv}{b}{n}{<-> CJKb * wjnv}{\CJKbold} -\DeclareFontShape{C63}{jnv}{b}{sl}{<-> CJKb * wjnvo}{\CJKbold} +\DeclareFontShape{C63}{jnv}{b}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{b}{it}{<-> CJKssub * jnv/b/sl}{} -\DeclareFontShape{C63}{jnv}{bx}{n}{<-> CJKb * wjnvx}{\CJKbold} -\DeclareFontShape{C63}{jnv}{bx}{sl}{<-> CJKb * wjnvxo}{\CJKbold} +\DeclareFontShape{C63}{jnv}{bx}{n}{<-> CJKssub * jnv/b/n}{} +\DeclareFontShape{C63}{jnv}{bx}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{bx}{it}{<-> CJKssub * jnv/bx/sl}{} -\DeclareFontShape{C63}{jnv}{bux}{n}{<-> CJKb * wjnvu}{\CJKbold} -\DeclareFontShape{C63}{jnv}{bux}{sl}{<-> CJKb * wjnvuo}{\CJKbold} +\DeclareFontShape{C63}{jnv}{bux}{n}{<-> CJKssub * jnv/b/n}{} +\DeclareFontShape{C63}{jnv}{bux}{sl}{<-> CJKssub * jnv/b/n}{} \DeclareFontShape{C63}{jnv}{bux}{it}{<-> CJKssub * jnv/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jsr.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63jsr.fd 2010-05-17 01:03:13.655352866 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63jsr.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{jsr}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{jsr}{c}{n}{<-> CJK * wjsrc}{} -\DeclareFontShape{C63}{jsr}{c}{sl}{<-> CJK * wjsrco}{} +\DeclareFontShape{C63}{jsr}{c}{n}{<-> CJKssub * jsr/m/n}{} +\DeclareFontShape{C63}{jsr}{c}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{c}{it}{<-> CJKssub * jsr/c/sl}{} \DeclareFontShape{C63}{jsr}{m}{n}{<-> CJK * wjsr}{} -\DeclareFontShape{C63}{jsr}{m}{sl}{<-> CJK * wjsro}{} +\DeclareFontShape{C63}{jsr}{m}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{m}{it}{<-> CJKssub * jsr/m/sl}{} -\DeclareFontShape{C63}{jsr}{x}{n}{<-> CJK * wjsrx}{} -\DeclareFontShape{C63}{jsr}{x}{sl}{<-> CJK * wjsrxo}{} +\DeclareFontShape{C63}{jsr}{x}{n}{<-> CJKssub * jsr/m/n}{} +\DeclareFontShape{C63}{jsr}{x}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{x}{it}{<-> CJKssub * jsr/x/sl}{} -\DeclareFontShape{C63}{jsr}{ux}{n}{<-> CJK * wjsru}{} -\DeclareFontShape{C63}{jsr}{ux}{sl}{<-> CJK * wjsruo}{} +\DeclareFontShape{C63}{jsr}{ux}{n}{<-> CJKssub * jsr/m/n}{} +\DeclareFontShape{C63}{jsr}{ux}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{ux}{it}{<-> CJKssub * jsr/ux/sl}{} -\DeclareFontShape{C63}{jsr}{bc}{n}{<-> CJKb * wjsrc}{\CJKbold} -\DeclareFontShape{C63}{jsr}{bc}{sl}{<-> CJKb * wjsrco}{\CJKbold} +\DeclareFontShape{C63}{jsr}{bc}{n}{<-> CJKssub * jsr/b/n}{} +\DeclareFontShape{C63}{jsr}{bc}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{bc}{it}{<-> CJKssub * jsr/bc/sl}{} \DeclareFontShape{C63}{jsr}{b}{n}{<-> CJKb * wjsr}{\CJKbold} -\DeclareFontShape{C63}{jsr}{b}{sl}{<-> CJKb * wjsro}{\CJKbold} +\DeclareFontShape{C63}{jsr}{b}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{b}{it}{<-> CJKssub * jsr/b/sl}{} -\DeclareFontShape{C63}{jsr}{bx}{n}{<-> CJKb * wjsrx}{\CJKbold} -\DeclareFontShape{C63}{jsr}{bx}{sl}{<-> CJKb * wjsrxo}{\CJKbold} +\DeclareFontShape{C63}{jsr}{bx}{n}{<-> CJKssub * jsr/b/n}{} +\DeclareFontShape{C63}{jsr}{bx}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{bx}{it}{<-> CJKssub * jsr/bx/sl}{} -\DeclareFontShape{C63}{jsr}{bux}{n}{<-> CJKb * wjsru}{\CJKbold} -\DeclareFontShape{C63}{jsr}{bux}{sl}{<-> CJKb * wjsruo}{\CJKbold} +\DeclareFontShape{C63}{jsr}{bux}{n}{<-> CJKssub * jsr/b/n}{} +\DeclareFontShape{C63}{jsr}{bux}{sl}{<-> CJKssub * jsr/b/n}{} \DeclareFontShape{C63}{jsr}{bux}{it}{<-> CJKssub * jsr/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63mj.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63mj.fd 2010-05-17 01:03:13.667353019 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63mj.fd 2010-05-17 01:03:16.000000000 +0200 @@ -26,12 +26,12 @@ \DeclareFontShape{C63}{mj}{m}{sl}{<-> CJK * wmjo}{} \DeclareFontShape{C63}{mj}{m}{it}{<-> CJKssub * mj/m/sl}{} -\DeclareFontShape{C63}{mj}{x}{n}{<-> CJK * wmjx}{} -\DeclareFontShape{C63}{mj}{x}{sl}{<-> CJK * wmjxo}{} +\DeclareFontShape{C63}{mj}{x}{n}{<-> CJKssub * mj/m/n}{} +\DeclareFontShape{C63}{mj}{x}{sl}{<-> CJKssub * mj/m/sl}{} \DeclareFontShape{C63}{mj}{x}{it}{<-> CJKssub * mj/x/sl}{} -\DeclareFontShape{C63}{mj}{ux}{n}{<-> CJK * wmju}{} -\DeclareFontShape{C63}{mj}{ux}{sl}{<-> CJK * wmjuo}{} +\DeclareFontShape{C63}{mj}{ux}{n}{<-> CJKssub * mj/m/n}{} +\DeclareFontShape{C63}{mj}{ux}{sl}{<-> CJKssub * mj/m/sl}{} \DeclareFontShape{C63}{mj}{ux}{it}{<-> CJKssub * mj/ux/sl}{} \DeclareFontShape{C63}{mj}{bc}{n}{<-> CJK * wmjbc}{} @@ -42,12 +42,12 @@ \DeclareFontShape{C63}{mj}{b}{sl}{<-> CJK * wmjbo}{} \DeclareFontShape{C63}{mj}{b}{it}{<-> CJKssub * mj/b/sl}{} -\DeclareFontShape{C63}{mj}{bx}{n}{<-> CJK * wmjbx}{} -\DeclareFontShape{C63}{mj}{bx}{sl}{<-> CJK * wmjbxo}{} +\DeclareFontShape{C63}{mj}{bx}{n}{<-> CJKssub * mj/b/n}{} +\DeclareFontShape{C63}{mj}{bx}{sl}{<-> CJKssub * mj/b/sl}{} \DeclareFontShape{C63}{mj}{bx}{it}{<-> CJKssub * mj/bx/sl}{} -\DeclareFontShape{C63}{mj}{bux}{n}{<-> CJK * wmjbu}{} -\DeclareFontShape{C63}{mj}{bux}{sl}{<-> CJK * wmjbuo}{} +\DeclareFontShape{C63}{mj}{bux}{n}{<-> CJKssub * mj/b/n}{} +\DeclareFontShape{C63}{mj}{bux}{sl}{<-> CJKssub * mj/b/sl}{} \DeclareFontShape{C63}{mj}{bux}{it}{<-> CJKssub * mj/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63pga.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63pga.fd 2010-05-17 01:03:13.675353518 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63pga.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{pga}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{pga}{c}{n}{<-> CJK * wpgac}{} -\DeclareFontShape{C63}{pga}{c}{sl}{<-> CJK * wpgaco}{} +\DeclareFontShape{C63}{pga}{c}{n}{<-> CJKssub * pga/m/n}{} +\DeclareFontShape{C63}{pga}{c}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{c}{it}{<-> CJKssub * pga/c/sl}{} \DeclareFontShape{C63}{pga}{m}{n}{<-> CJK * wpga}{} -\DeclareFontShape{C63}{pga}{m}{sl}{<-> CJK * wpgao}{} +\DeclareFontShape{C63}{pga}{m}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{m}{it}{<-> CJKssub * pga/m/sl}{} -\DeclareFontShape{C63}{pga}{x}{n}{<-> CJK * wpgax}{} -\DeclareFontShape{C63}{pga}{x}{sl}{<-> CJK * wpgaxo}{} +\DeclareFontShape{C63}{pga}{x}{n}{<-> CJKssub * pga/m/n}{} +\DeclareFontShape{C63}{pga}{x}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{x}{it}{<-> CJKssub * pga/x/sl}{} -\DeclareFontShape{C63}{pga}{ux}{n}{<-> CJK * wpgau}{} -\DeclareFontShape{C63}{pga}{ux}{sl}{<-> CJK * wpgauo}{} +\DeclareFontShape{C63}{pga}{ux}{n}{<-> CJKssub * pga/m/n}{} +\DeclareFontShape{C63}{pga}{ux}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{ux}{it}{<-> CJKssub * pga/ux/sl}{} -\DeclareFontShape{C63}{pga}{bc}{n}{<-> CJKb * wpgac}{\CJKbold} -\DeclareFontShape{C63}{pga}{bc}{sl}{<-> CJKb * wpgaco}{\CJKbold} +\DeclareFontShape{C63}{pga}{bc}{n}{<-> CJKssub * pga/b/n}{} +\DeclareFontShape{C63}{pga}{bc}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{bc}{it}{<-> CJKssub * pga/bc/sl}{} \DeclareFontShape{C63}{pga}{b}{n}{<-> CJKb * wpga}{\CJKbold} -\DeclareFontShape{C63}{pga}{b}{sl}{<-> CJKb * wpgao}{\CJKbold} +\DeclareFontShape{C63}{pga}{b}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{b}{it}{<-> CJKssub * pga/b/sl}{} -\DeclareFontShape{C63}{pga}{bx}{n}{<-> CJKb * wpgax}{\CJKbold} -\DeclareFontShape{C63}{pga}{bx}{sl}{<-> CJKb * wpgaxo}{\CJKbold} +\DeclareFontShape{C63}{pga}{bx}{n}{<-> CJKssub * pga/b/n}{} +\DeclareFontShape{C63}{pga}{bx}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{bx}{it}{<-> CJKssub * pga/bx/sl}{} -\DeclareFontShape{C63}{pga}{bux}{n}{<-> CJKb * wpgau}{\CJKbold} -\DeclareFontShape{C63}{pga}{bux}{sl}{<-> CJKb * wpgauo}{\CJKbold} +\DeclareFontShape{C63}{pga}{bux}{n}{<-> CJKssub * pga/b/n}{} +\DeclareFontShape{C63}{pga}{bux}{sl}{<-> CJKssub * pga/b/n}{} \DeclareFontShape{C63}{pga}{bux}{it}{<-> CJKssub * pga/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63pg.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63pg.fd 2010-05-17 01:03:13.683353248 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63pg.fd 2010-05-17 01:03:16.000000000 +0200 @@ -20,34 +20,34 @@ \DeclareFontShape{C63}{pg}{c}{n}{<-> CJK * wpgc}{} \DeclareFontShape{C63}{pg}{c}{sl}{<-> CJK * wpgco}{} -\DeclareFontShape{C63}{pg}{c}{it}{<-> CJKssub * wwpg/c/sl}{} +\DeclareFontShape{C63}{pg}{c}{it}{<-> CJKssub * pg/c/sl}{} \DeclareFontShape{C63}{pg}{m}{n}{<-> CJK * wpg}{} \DeclareFontShape{C63}{pg}{m}{sl}{<-> CJK * wpgo}{} -\DeclareFontShape{C63}{pg}{m}{it}{<-> CJKssub * wwpg/m/sl}{} +\DeclareFontShape{C63}{pg}{m}{it}{<-> CJKssub * pg/m/sl}{} -\DeclareFontShape{C63}{pg}{x}{n}{<-> CJK * wpgx}{} -\DeclareFontShape{C63}{pg}{x}{sl}{<-> CJK * wpgxo}{} -\DeclareFontShape{C63}{pg}{x}{it}{<-> CJKssub * wwpg/x/sl}{} - -\DeclareFontShape{C63}{pg}{ux}{n}{<-> CJK * wpgu}{} -\DeclareFontShape{C63}{pg}{ux}{sl}{<-> CJK * wpguo}{} -\DeclareFontShape{C63}{pg}{ux}{it}{<-> CJKssub * wwpg/ux/sl}{} +\DeclareFontShape{C63}{pg}{x}{n}{<-> CJKssub * pg/m/n}{} +\DeclareFontShape{C63}{pg}{x}{sl}{<-> CJKssub * pg/m/sl}{} +\DeclareFontShape{C63}{pg}{x}{it}{<-> CJKssub * pg/x/sl}{} + +\DeclareFontShape{C63}{pg}{ux}{n}{<-> CJKssub * pg/m/n}{} +\DeclareFontShape{C63}{pg}{ux}{sl}{<-> CJKssub * pg/m/sl}{} +\DeclareFontShape{C63}{pg}{ux}{it}{<-> CJKssub * pg/ux/sl}{} \DeclareFontShape{C63}{pg}{bc}{n}{<-> CJK * wpgbc}{} \DeclareFontShape{C63}{pg}{bc}{sl}{<-> CJK * wpgbco}{} -\DeclareFontShape{C63}{pg}{bc}{it}{<-> CJKssub * wwpg/bc/sl}{} +\DeclareFontShape{C63}{pg}{bc}{it}{<-> CJKssub * pg/bc/sl}{} \DeclareFontShape{C63}{pg}{b}{n}{<-> CJK * wpgb}{} \DeclareFontShape{C63}{pg}{b}{sl}{<-> CJK * wpgbo}{} -\DeclareFontShape{C63}{pg}{b}{it}{<-> CJKssub * wwpg/b/sl}{} +\DeclareFontShape{C63}{pg}{b}{it}{<-> CJKssub * pg/b/sl}{} -\DeclareFontShape{C63}{pg}{bx}{n}{<-> CJK * wpgbx}{} -\DeclareFontShape{C63}{pg}{bx}{sl}{<-> CJK * wpgbxo}{} -\DeclareFontShape{C63}{pg}{bx}{it}{<-> CJKssub * wwpg/bx/sl}{} - -\DeclareFontShape{C63}{pg}{bux}{n}{<-> CJK * wpgbu}{} -\DeclareFontShape{C63}{pg}{bux}{sl}{<-> CJK * wpgbuo}{} -\DeclareFontShape{C63}{pg}{bux}{it}{<-> CJKssub * wwpg/bux/sl}{} +\DeclareFontShape{C63}{pg}{bx}{n}{<-> CJKssub * pg/b/n}{} +\DeclareFontShape{C63}{pg}{bx}{sl}{<-> CJKssub * pg/b/sl}{} +\DeclareFontShape{C63}{pg}{bx}{it}{<-> CJKssub * pg/bx/sl}{} + +\DeclareFontShape{C63}{pg}{bux}{n}{<-> CJKssub * pg/b/n}{} +\DeclareFontShape{C63}{pg}{bux}{sl}{<-> CJKssub * pg/b/sl}{} +\DeclareFontShape{C63}{pg}{bux}{it}{<-> CJKssub * pg/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63ph.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63ph.fd 2010-05-17 01:03:13.691367504 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63ph.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{ph}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{ph}{c}{n}{<-> CJK * wphc}{} -\DeclareFontShape{C63}{ph}{c}{sl}{<-> CJK * wphco}{} +\DeclareFontShape{C63}{ph}{c}{n}{<-> CJKssub * ph/m/n}{} +\DeclareFontShape{C63}{ph}{c}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{c}{it}{<-> CJKssub * ph/c/sl}{} \DeclareFontShape{C63}{ph}{m}{n}{<-> CJK * wph}{} -\DeclareFontShape{C63}{ph}{m}{sl}{<-> CJK * wpho}{} +\DeclareFontShape{C63}{ph}{m}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{m}{it}{<-> CJKssub * ph/m/sl}{} -\DeclareFontShape{C63}{ph}{x}{n}{<-> CJK * wphx}{} -\DeclareFontShape{C63}{ph}{x}{sl}{<-> CJK * wphxo}{} +\DeclareFontShape{C63}{ph}{x}{n}{<-> CJKssub * ph/m/n}{} +\DeclareFontShape{C63}{ph}{x}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{x}{it}{<-> CJKssub * ph/x/sl}{} -\DeclareFontShape{C63}{ph}{ux}{n}{<-> CJK * wphu}{} -\DeclareFontShape{C63}{ph}{ux}{sl}{<-> CJK * wphuo}{} +\DeclareFontShape{C63}{ph}{ux}{n}{<-> CJKssub * ph/m/n}{} +\DeclareFontShape{C63}{ph}{ux}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{ux}{it}{<-> CJKssub * ph/ux/sl}{} -\DeclareFontShape{C63}{ph}{bc}{n}{<-> CJKb * wphc}{\CJKbold} -\DeclareFontShape{C63}{ph}{bc}{sl}{<-> CJKb * wphco}{\CJKbold} +\DeclareFontShape{C63}{ph}{bc}{n}{<-> CJKssub * ph/b/n}{} +\DeclareFontShape{C63}{ph}{bc}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{bc}{it}{<-> CJKssub * ph/bc/sl}{} \DeclareFontShape{C63}{ph}{b}{n}{<-> CJKb * wph}{\CJKbold} -\DeclareFontShape{C63}{ph}{b}{sl}{<-> CJKb * wpho}{\CJKbold} +\DeclareFontShape{C63}{ph}{b}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{b}{it}{<-> CJKssub * ph/b/sl}{} -\DeclareFontShape{C63}{ph}{bx}{n}{<-> CJKb * wphx}{\CJKbold} -\DeclareFontShape{C63}{ph}{bx}{sl}{<-> CJKb * wphxo}{\CJKbold} +\DeclareFontShape{C63}{ph}{bx}{n}{<-> CJKssub * ph/b/n}{} +\DeclareFontShape{C63}{ph}{bx}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{bx}{it}{<-> CJKssub * ph/bx/sl}{} -\DeclareFontShape{C63}{ph}{bux}{n}{<-> CJKb * wphu}{\CJKbold} -\DeclareFontShape{C63}{ph}{bux}{sl}{<-> CJKb * wphuo}{\CJKbold} +\DeclareFontShape{C63}{ph}{bux}{n}{<-> CJKssub * ph/b/n}{} +\DeclareFontShape{C63}{ph}{bux}{sl}{<-> CJKssub * ph/b/n}{} \DeclareFontShape{C63}{ph}{bux}{it}{<-> CJKssub * ph/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63pn.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63pn.fd 2010-05-17 01:03:13.699352847 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63pn.fd 2010-05-17 01:03:16.000000000 +0200 @@ -18,36 +18,36 @@ \DeclareFontFamily{C63}{pn}{\hyphenchar \font\m@ne} -\DeclareFontShape{C63}{pn}{c}{n}{<-> CJK * wpnc}{} -\DeclareFontShape{C63}{pn}{c}{sl}{<-> CJK * wpnco}{} +\DeclareFontShape{C63}{pn}{c}{n}{<-> CJKssub * pn/m/n}{} +\DeclareFontShape{C63}{pn}{c}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{c}{it}{<-> CJKssub * pn/c/sl}{} \DeclareFontShape{C63}{pn}{m}{n}{<-> CJK * wpn}{} -\DeclareFontShape{C63}{pn}{m}{sl}{<-> CJK * wpno}{} +\DeclareFontShape{C63}{pn}{m}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{m}{it}{<-> CJKssub * pn/m/sl}{} -\DeclareFontShape{C63}{pn}{x}{n}{<-> CJK * wpnx}{} -\DeclareFontShape{C63}{pn}{x}{sl}{<-> CJK * wpnxo}{} +\DeclareFontShape{C63}{pn}{x}{n}{<-> CJKssub * pn/m/n}{} +\DeclareFontShape{C63}{pn}{x}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{x}{it}{<-> CJKssub * pn/x/sl}{} -\DeclareFontShape{C63}{pn}{ux}{n}{<-> CJK * wpnu}{} -\DeclareFontShape{C63}{pn}{ux}{sl}{<-> CJK * wpnuo}{} +\DeclareFontShape{C63}{pn}{ux}{n}{<-> CJKssub * pn/m/n}{} +\DeclareFontShape{C63}{pn}{ux}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{ux}{it}{<-> CJKssub * pn/ux/sl}{} -\DeclareFontShape{C63}{pn}{bc}{n}{<-> CJKb * wpnc}{\CJKbold} -\DeclareFontShape{C63}{pn}{bc}{sl}{<-> CJKb * wpnco}{\CJKbold} +\DeclareFontShape{C63}{pn}{bc}{n}{<-> CJKssub * pn/b/n}{} +\DeclareFontShape{C63}{pn}{bc}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{bc}{it}{<-> CJKssub * pn/bc/sl}{} \DeclareFontShape{C63}{pn}{b}{n}{<-> CJKb * wpn}{\CJKbold} -\DeclareFontShape{C63}{pn}{b}{sl}{<-> CJKb * wpno}{\CJKbold} +\DeclareFontShape{C63}{pn}{b}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{b}{it}{<-> CJKssub * pn/b/sl}{} -\DeclareFontShape{C63}{pn}{bx}{n}{<-> CJKb * wpnx}{\CJKbold} -\DeclareFontShape{C63}{pn}{bx}{sl}{<-> CJKb * wpnxo}{\CJKbold} +\DeclareFontShape{C63}{pn}{bx}{n}{<-> CJKssub * pn/b/n}{} +\DeclareFontShape{C63}{pn}{bx}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{bx}{it}{<-> CJKssub * pn/bx/sl}{} -\DeclareFontShape{C63}{pn}{bux}{n}{<-> CJKb * wpnu}{\CJKbold} -\DeclareFontShape{C63}{pn}{bux}{sl}{<-> CJKb * wpnuo}{\CJKbold} +\DeclareFontShape{C63}{pn}{bux}{n}{<-> CJKssub * pn/b/n}{} +\DeclareFontShape{C63}{pn}{bux}{sl}{<-> CJKssub * pn/b/n}{} \DeclareFontShape{C63}{pn}{bux}{it}{<-> CJKssub * pn/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63sh.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63sh.fd 2010-05-17 01:03:13.707352786 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63sh.fd 2010-05-17 01:03:16.000000000 +0200 @@ -26,28 +26,28 @@ \DeclareFontShape{C63}{sh}{m}{sl}{<-> CJK * wsho}{} \DeclareFontShape{C63}{sh}{m}{it}{<-> CJKssub * sh/m/sl}{} -\DeclareFontShape{C63}{sh}{x}{n}{<-> CJK * wshx}{} -\DeclareFontShape{C63}{sh}{x}{sl}{<-> CJK * wshxo}{} +\DeclareFontShape{C63}{sh}{x}{n}{<-> CJKssub * sh/m/n}{} +\DeclareFontShape{C63}{sh}{x}{sl}{<-> CJKssub * sh/m/sl}{} \DeclareFontShape{C63}{sh}{x}{it}{<-> CJKssub * sh/x/sl}{} -\DeclareFontShape{C63}{sh}{ux}{n}{<-> CJK * wshu}{} -\DeclareFontShape{C63}{sh}{ux}{sl}{<-> CJK * wshuo}{} +\DeclareFontShape{C63}{sh}{ux}{n}{<-> CJKssub * sh/m/n}{} +\DeclareFontShape{C63}{sh}{ux}{sl}{<-> CJKssub * sh/m/sl}{} \DeclareFontShape{C63}{sh}{ux}{it}{<-> CJKssub * sh/ux/sl}{} -\DeclareFontShape{C63}{sh}{bc}{n}{<-> CJKssub * sh/c/n}{} -\DeclareFontShape{C63}{sh}{bc}{sl}{<-> CJKssub * sh/c/sl}{} +\DeclareFontShape{C63}{sh}{bc}{n}{<-> CJKssub * sh/b/n}{} +\DeclareFontShape{C63}{sh}{bc}{sl}{<-> CJKssub * sh/b/sl}{} \DeclareFontShape{C63}{sh}{bc}{it}{<-> CJKssub * sh/bc/sl}{} -\DeclareFontShape{C63}{sh}{b}{n}{<-> CJKssub * sh/m/n}{} -\DeclareFontShape{C63}{sh}{b}{sl}{<-> CJKssub * sh/m/sl}{} +\DeclareFontShape{C63}{sh}{b}{n}{<-> CJKb * wsh}{\CJKbold} +\DeclareFontShape{C63}{sh}{b}{sl}{<-> CJKb * wsho}{\CJKbold} \DeclareFontShape{C63}{sh}{b}{it}{<-> CJKssub * sh/b/sl}{} -\DeclareFontShape{C63}{sh}{bx}{n}{<-> CJKssub * sh/x/n}{} -\DeclareFontShape{C63}{sh}{bx}{sl}{<-> CJKssub * sh/x/sl}{} +\DeclareFontShape{C63}{sh}{bx}{n}{<-> CJKssub * sh/b/n}{} +\DeclareFontShape{C63}{sh}{bx}{sl}{<-> CJKssub * sh/b/sl}{} \DeclareFontShape{C63}{sh}{bx}{it}{<-> CJKssub * sh/bx/sl}{} -\DeclareFontShape{C63}{sh}{bux}{n}{<-> CJKssub * sh/ux/n}{} -\DeclareFontShape{C63}{sh}{bux}{sl}{<-> CJKssub * sh/ux/sl}{} +\DeclareFontShape{C63}{sh}{bux}{n}{<-> CJKssub * sh/b/n}{} +\DeclareFontShape{C63}{sh}{bux}{sl}{<-> CJKssub * sh/b/sl}{} \DeclareFontShape{C63}{sh}{bux}{it}{<-> CJKssub * sh/bux/sl}{} \endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63tt.fd =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63tt.fd 2010-05-17 01:03:16.000000000 +0200 @@ -0,0 +1,53 @@ +% This is file c63tt.fd of the CJK package +% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e +% +% created by Werner Lemberg +% +% Version 4.8.3 (07-May-2012) + +\def\fileversion{4.8.3} +\def\filedate{2008/12/29} +\ProvidesFile{c63tt.fd}[\filedate\space\fileversion] + +% Korean characters (Hangul) +% +% character set: KS X 1001:1992 (=KS C 5601-1992) +% font encoding: HL + +% UhcTypewriter + +\DeclareFontFamily{C63}{tt}{\hyphenchar \font\m@ne} + +\DeclareFontShape{C63}{tt}{c}{n}{<-> CJKssub * tt/m/n}{} +\DeclareFontShape{C63}{tt}{c}{sl}{<-> CJKssub * tt/m/sl}{} +\DeclareFontShape{C63}{tt}{c}{it}{<-> CJKssub * tt/c/sl}{} + +\DeclareFontShape{C63}{tt}{m}{n}{<-> CJK * wtt}{} +\DeclareFontShape{C63}{tt}{m}{sl}{<-> CJK * wtto}{} +\DeclareFontShape{C63}{tt}{m}{it}{<-> CJKssub * tt/m/sl}{} + +\DeclareFontShape{C63}{tt}{x}{n}{<-> CJKssub * tt/m/n}{} +\DeclareFontShape{C63}{tt}{x}{sl}{<-> CJKssub * tt/m/sl}{} +\DeclareFontShape{C63}{tt}{x}{it}{<-> CJKssub * tt/x/sl}{} + +\DeclareFontShape{C63}{tt}{ux}{n}{<-> CJKssub * tt/m/n}{} +\DeclareFontShape{C63}{tt}{ux}{sl}{<-> CJKssub * tt/m/sl}{} +\DeclareFontShape{C63}{tt}{ux}{it}{<-> CJKssub * tt/ux/sl}{} + +\DeclareFontShape{C63}{tt}{bc}{n}{<-> CJKssub * tt/b/n}{} +\DeclareFontShape{C63}{tt}{bc}{sl}{<-> CJKssub * tt/b/sl}{} +\DeclareFontShape{C63}{tt}{bc}{it}{<-> CJKssub * tt/bc/sl}{} + +\DeclareFontShape{C63}{tt}{b}{n}{<-> CJKb * wtt}{\CJKbold} +\DeclareFontShape{C63}{tt}{b}{sl}{<-> CJKb * wtto}{\CJKbold} +\DeclareFontShape{C63}{tt}{b}{it}{<-> CJKssub * tt/b/sl}{} + +\DeclareFontShape{C63}{tt}{bx}{n}{<-> CJKssub * tt/b/n}{} +\DeclareFontShape{C63}{tt}{bx}{sl}{<-> CJKssub * tt/b/sl}{} +\DeclareFontShape{C63}{tt}{bx}{it}{<-> CJKssub * tt/bx/sl}{} + +\DeclareFontShape{C63}{tt}{bux}{n}{<-> CJKssub * tt/b/n}{} +\DeclareFontShape{C63}{tt}{bux}{sl}{<-> CJKssub * tt/b/sl}{} +\DeclareFontShape{C63}{tt}{bux}{it}{<-> CJKssub * tt/bux/sl}{} + +\endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63tz.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63tz.fd 2010-05-17 01:03:13.723368309 +0200 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -% This is file c63tz.fd of the CJK package -% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e -% -% created by Werner Lemberg -% -% Version 4.8.3 (07-May-2012) - -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} -\ProvidesFile{c63tz.fd}[\filedate\space\fileversion] - -% Korean characters (Hangul) -% -% character set: KS X 1001:1992 (=KS C 5601-1992) -% font encoding: HL - -% UhcTypewriter - -\DeclareFontFamily{C63}{tz}{\hyphenchar \font\m@ne} - -\DeclareFontShape{C63}{tz}{c}{n}{<-> CJK * wttc}{} -\DeclareFontShape{C63}{tz}{c}{sl}{<-> CJK * wttco}{} -\DeclareFontShape{C63}{tz}{c}{it}{<-> CJKssub * tz/c/sl}{} - -\DeclareFontShape{C63}{tz}{m}{n}{<-> CJK * wtt}{} -\DeclareFontShape{C63}{tz}{m}{sl}{<-> CJK * wtto}{} -\DeclareFontShape{C63}{tz}{m}{it}{<-> CJKssub * tz/m/sl}{} - -\DeclareFontShape{C63}{tz}{x}{n}{<-> CJK * wttx}{} -\DeclareFontShape{C63}{tz}{x}{sl}{<-> CJK * wttxo}{} -\DeclareFontShape{C63}{tz}{x}{it}{<-> CJKssub * tz/x/sl}{} - -\DeclareFontShape{C63}{tz}{ux}{n}{<-> CJK * wttu}{} -\DeclareFontShape{C63}{tz}{ux}{sl}{<-> CJK * wttuo}{} -\DeclareFontShape{C63}{tz}{ux}{it}{<-> CJKssub * tz/ux/sl}{} - -\DeclareFontShape{C63}{tz}{bc}{n}{<-> CJKb * wttc}{\CJKbold} -\DeclareFontShape{C63}{tz}{bc}{sl}{<-> CJKb * wttco}{\CJKbold} -\DeclareFontShape{C63}{tz}{bc}{it}{<-> CJKssub * tz/bc/sl}{} - -\DeclareFontShape{C63}{tz}{b}{n}{<-> CJKb * wtt}{\CJKbold} -\DeclareFontShape{C63}{tz}{b}{sl}{<-> CJKb * wtto}{\CJKbold} -\DeclareFontShape{C63}{tz}{b}{it}{<-> CJKssub * tz/b/sl}{} - -\DeclareFontShape{C63}{tz}{bx}{n}{<-> CJKb * wttx}{\CJKbold} -\DeclareFontShape{C63}{tz}{bx}{sl}{<-> CJKb * wttxo}{\CJKbold} -\DeclareFontShape{C63}{tz}{bx}{it}{<-> CJKssub * tz/bx/sl}{} - -\DeclareFontShape{C63}{tz}{bux}{n}{<-> CJKb * wttu}{\CJKbold} -\DeclareFontShape{C63}{tz}{bux}{sl}{<-> CJKb * wttuo}{\CJKbold} -\DeclareFontShape{C63}{tz}{bux}{it}{<-> CJKssub * tz/bux/sl}{} - -\endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63vd.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63vd.fd 2010-05-17 01:03:13.731352813 +0200 +++ /dev/null 1970-01-01 00:00:00.000000000 +0000 @@ -1,53 +0,0 @@ -% This is file c63vd.fd of the CJK package -% for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e -% -% created by Werner Lemberg -% -% Version 4.8.3 (07-May-2012) - -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} -\ProvidesFile{c63vd.fd}[\filedate\space\fileversion] - -% Korean characters (Hangul) -% -% character set: KS X 1001:1992 (=KS C 5601-1992) -% font encoding: HL - -% UhcVada - -\DeclareFontFamily{C63}{vd}{\hyphenchar \font\m@ne} - -\DeclareFontShape{C63}{vd}{c}{n}{<-> CJK * wvdc}{} -\DeclareFontShape{C63}{vd}{c}{sl}{<-> CJK * wvdco}{} -\DeclareFontShape{C63}{vd}{c}{it}{<-> CJKssub * vd/c/sl}{} - -\DeclareFontShape{C63}{vd}{m}{n}{<-> CJK * wvd}{} -\DeclareFontShape{C63}{vd}{m}{sl}{<-> CJK * wvdo}{} -\DeclareFontShape{C63}{vd}{m}{it}{<-> CJKssub * vd/m/sl}{} - -\DeclareFontShape{C63}{vd}{x}{n}{<-> CJK * wvdx}{} -\DeclareFontShape{C63}{vd}{x}{sl}{<-> CJK * wvdxo}{} -\DeclareFontShape{C63}{vd}{x}{it}{<-> CJKssub * vd/x/sl}{} - -\DeclareFontShape{C63}{vd}{ux}{n}{<-> CJK * wvdu}{} -\DeclareFontShape{C63}{vd}{ux}{sl}{<-> CJK * wvduo}{} -\DeclareFontShape{C63}{vd}{ux}{it}{<-> CJKssub * vd/ux/sl}{} - -\DeclareFontShape{C63}{vd}{bc}{n}{<-> CJKb * wvdc}{\CJKbold} -\DeclareFontShape{C63}{vd}{bc}{sl}{<-> CJKb * wvdco}{\CJKbold} -\DeclareFontShape{C63}{vd}{bc}{it}{<-> CJKssub * vd/bc/sl}{} - -\DeclareFontShape{C63}{vd}{b}{n}{<-> CJKb * wvd}{\CJKbold} -\DeclareFontShape{C63}{vd}{b}{sl}{<-> CJKb * wvdo}{\CJKbold} -\DeclareFontShape{C63}{vd}{b}{it}{<-> CJKssub * vd/b/sl}{} - -\DeclareFontShape{C63}{vd}{bx}{n}{<-> CJKb * wvdx}{\CJKbold} -\DeclareFontShape{C63}{vd}{bx}{sl}{<-> CJKb * wvdxo}{\CJKbold} -\DeclareFontShape{C63}{vd}{bx}{it}{<-> CJKssub * vd/bx/sl}{} - -\DeclareFontShape{C63}{vd}{bux}{n}{<-> CJKb * wvdu}{\CJKbold} -\DeclareFontShape{C63}{vd}{bux}{sl}{<-> CJKb * wvduo}{\CJKbold} -\DeclareFontShape{C63}{vd}{bux}{it}{<-> CJKssub * vd/bux/sl}{} - -\endinput Index: cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63yt.fd =================================================================== --- cjk-4.8.3+git20090105.orig/texinput/KS/HLaTeX/c63yt.fd 2010-05-17 01:03:13.743352896 +0200 +++ cjk-4.8.3+git20090105/texinput/KS/HLaTeX/c63yt.fd 2010-05-17 01:03:16.000000000 +0200 @@ -26,12 +26,12 @@ \DeclareFontShape{C63}{yt}{m}{sl}{<-> CJK * wyto}{} \DeclareFontShape{C63}{yt}{m}{it}{<-> CJKssub * yt/m/sl}{} -\DeclareFontShape{C63}{yt}{x}{n}{<-> CJK * wytx}{} -\DeclareFontShape{C63}{yt}{x}{sl}{<-> CJK * wytxo}{} +\DeclareFontShape{C63}{yt}{x}{n}{<-> CJKssub * yt/m/n}{} +\DeclareFontShape{C63}{yt}{x}{sl}{<-> CJKssub * yt/m/sl}{} \DeclareFontShape{C63}{yt}{x}{it}{<-> CJKssub * yt/x/sl}{} -\DeclareFontShape{C63}{yt}{ux}{n}{<-> CJK * wytu}{} -\DeclareFontShape{C63}{yt}{ux}{sl}{<-> CJK * wytuo}{} +\DeclareFontShape{C63}{yt}{ux}{n}{<-> CJKssub * yt/m/n}{} +\DeclareFontShape{C63}{yt}{ux}{sl}{<-> CJKssub * yt/m/sl}{} \DeclareFontShape{C63}{yt}{ux}{it}{<-> CJKssub * yt/ux/sl}{} \DeclareFontShape{C63}{yt}{bc}{n}{<-> CJKb * wytc}{\CJKbold} @@ -42,12 +42,12 @@ \DeclareFontShape{C63}{yt}{b}{sl}{<-> CJKb * wyto}{\CJKbold} \DeclareFontShape{C63}{yt}{b}{it}{<-> CJKssub * yt/b/sl}{} -\DeclareFontShape{C63}{yt}{bx}{n}{<-> CJKb * wytx}{\CJKbold} -\DeclareFontShape{C63}{yt}{bx}{sl}{<-> CJKb * wytxo}{\CJKbold} +\DeclareFontShape{C63}{yt}{bx}{n}{<-> CJKssub * yt/b/n}{} +\DeclareFontShape{C63}{yt}{bx}{sl}{<-> CJKssub * yt/b/sl}{} \DeclareFontShape{C63}{yt}{bx}{it}{<-> CJKssub * yt/bx/sl}{} -\DeclareFontShape{C63}{yt}{bux}{n}{<-> CJKb * wytu}{\CJKbold} -\DeclareFontShape{C63}{yt}{bux}{sl}{<-> CJKb * wytuo}{\CJKbold} +\DeclareFontShape{C63}{yt}{bux}{n}{<-> CJKssub * yt/b/n}{} +\DeclareFontShape{C63}{yt}{bux}{sl}{<-> CJKssub * yt/b/sl}{} \DeclareFontShape{C63}{yt}{bux}{it}{<-> CJKssub * yt/bux/sl}{} \endinput debian/patches/04_extend_examplefiles.diff0000664000000000000000000003543312074316100016003 0ustar ## 04_extend_examplefiles.diff by ## ## All lines beginning with `## DP:' are a description of the patch. ## Improve some of the example files, and put extra comments if ## extra packages need to be installed. Index: cjk-4.8.3+git20090105/examples/Big5.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/Big5.tex 2010-05-17 01:33:42.126854558 +0200 +++ cjk-4.8.3+git20090105/examples/Big5.tex 2010-05-17 01:37:12.000000000 +0200 @@ -8,15 +8,33 @@ % % process this file with bg5latex -\documentclass[12pt]{article} +\documentclass[12pt]{scrartcl} +%\documentclass[12pt]{scrreprt} +%\documentclass[12pt]{scrbook} \usepackage{CJK} \begin{document} -\begin{CJK*}{Bg5}{bsmi} +\begin{CJK*}{Bg5}{bkai} \CJKtilde +% Traditional Chinese captions +\CJKcaption{Bg5} + +\tableofcontents +%\newpage +\part{``Part'' in Chinese} + +%\chapter{blabla} + +\section{Some more commands} +\today~is the date in Chinese. + +\subsection{SI} +w00t! A subsection title in Chinese! + +\section{} \noindent `ݰݵ~(FAQ list)~Oq@Ǹg`Qݨ쪺DΨA AHKΦKnӥXCW@POAsƵcwܡC @@ -31,5 +49,5 @@ %%% coding: big5 %%% mode: latex %%% TeX-master: t -%%% TeX-command-default: "CJKLaTeX" +%%% TeX-command-default: "LaTeX" %%% End: Index: cjk-4.8.3+git20090105/examples/CEF_test.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CEF_test.tex 2010-05-17 01:33:42.146855075 +0200 +++ cjk-4.8.3+git20090105/examples/CEF_test.tex 2010-05-17 01:37:12.000000000 +0200 @@ -5,6 +5,10 @@ % % process this text with ceflatex +% CEF doesn't work on Debian, because I haven't packaged the HBF +% (bitmap fonts) yet. +% Danai SAE-HAN (韓達耐) + \documentclass[12pt]{article} \usepackage[global]{CJK} Index: cjk-4.8.3+git20090105/examples/CJKbabel.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKbabel.tex 2010-05-17 01:33:42.166855731 +0200 +++ cjk-4.8.3+git20090105/examples/CJKbabel.tex 2010-05-17 01:37:12.000000000 +0200 @@ -5,26 +5,32 @@ % written by Werner Lemberg % % Version 4.8.3 (07-May-2012) - -% You need Emacs 20 to process this file! +% +% Read cjk-enc.txt for more details. % You should load this file into Emacs (C-x C-f) and call -% `cjk-write-file' (M-x cjk-write-file). Then run LaTeX on the file -% `CJKbabel.cjk'. +% `cjk-write-file' (M-x cjk-write-file). `cjk-write-file' has a +% shortcut: C-c SPC C-x. Then run LaTeX on the file `CJKbabel.cjk'. % % `cjk-write-file' will be available after loading cjk-enc.el into -% Emacs 20 with the commands load-file or load-library. +% Emacs with the commands load-file or load-library. +% If you didn't touch the default Debian installation, then this is +% already taken care of. + +% To get all the languages working on Debian, make sure you read the +% comments a few lines below. % -% Vietnamese support for Babel comes with the VnTeX package. +% Korean text works in an emule-encoded TeX file on Debian, but you'll +% need to have "hlatex-fonts-base" installed as well. % -% Read cjk-enc.txt for more details. +% Danai SAE-HAN (ڒã) \documentclass[12pt]{article} \usepackage{inputenc} % load it without argument % to avoid Babel warnings -\usepackage[10pt]{type1ec} % use only 10pt fonts +%\usepackage[10pt]{type1ec} % use only 10pt fonts \usepackage[T1]{fontenc} \usepackage[german, @@ -33,6 +39,11 @@ greek, % LGR font encoding vietnam, % T5 font encoding USenglish]{babel} +% You need texlive-lang-cyrillic for "russian", +% texlive-lang-vietnamese for "vietnam", and texlive-lang-german for +% "german". If you don't have these packages, then adjust the above +% line accordingly, and comment out the corresponding language block +% beneath. \usepackage[overlap, CJK]{ruby} \usepackage{CJKulem} @@ -109,9 +120,9 @@ \end{otherlanguage} \begin{otherlanguage}{thaicjk} - Å҅…҅ FAQ եʀå֥҅酹ץͅʀå؅Ӆ҅ե腶҅хͅ…åѥ酧ŅЅӅͅӅ҅ㅹåمᅺՅʅЅDž. - \uline{ⅤÅʀå҅ͅÅ҅…҅ FAQ եťե…䅻҅ѥ酧ဥ耥åإ腹եဥť.} - \textbf{مÅ҅…ŅЅͥՅ…ʅӅˀåхⅤÅʀå҅ˀ䀥酨҅Dž ``ⅤÅʀå҅ŅЀǥԀՅ҅Àͥ҅ + Å҅…҅ FAQ 򤣅Յʀ򤢅Å҅򤣅օ酹򤣅ׅͅʀ򤢅Å؅Ӆ҅򤣅Յ腶҅򤢅х򤢅ͅ…򤣅Åх酧ŅЅӅͅӅ҅ㅹ򤢅Åمᅺ򤢅ՅʅЅDž. + \uline{ⅤÅʀ򤢅Å҅ͅÅ҅…҅ FAQ 򤣅Յ򤣅ŅՅ…䅻҅򤣅х酧򤢅򤣅Å؅腹򤣅Յ򤢅Ņ.} + \textbf{򤢅مÅ҅…ŅЅ򤢅ͅՅ…ʅӅˀ򤢅ÅхⅤÅʀ򤢅Å҅ˀ򤢅򤢅酨҅򤢅Dž ``ⅤÅʀ򤢅Å҅ŅЀ򤢅DžԀ򤢅Յ҅À򤢅҅ͅ FAQ.''} \end{otherlanguage} Index: cjk-4.8.3+git20090105/examples/CJKmixed.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKmixed.tex 2010-05-17 01:33:42.186859739 +0200 +++ cjk-4.8.3+git20090105/examples/CJKmixed.tex 2010-05-17 01:37:12.000000000 +0200 @@ -4,8 +4,11 @@ % written by Werner Lemberg % % Version 4.8.3 (07-May-2012) + +% To get Vietnamese working on Debian, make sure you have +% "texlive-lang-vietnamese" installed. % -% Vietnamese support for Babel comes with the VnTeX package. +% Danai SAE-HAN (韓達耐) \documentclass[12pt]{article} Index: cjk-4.8.3+git20090105/examples/CJKutf8.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/CJKutf8.tex 2010-05-17 01:33:42.202855639 +0200 +++ cjk-4.8.3+git20090105/examples/CJKutf8.tex 2010-05-17 01:37:12.000000000 +0200 @@ -9,11 +9,19 @@ % % Read CJKutf8.txt for more details. +% To get all the languages working on Debian, make sure you read the +% comments a few lines below. +% +% Also install the "cm-super" package if you want LaTeX fonts to be +% scaled to any size you want. Uncomment the "type1ec" line below. +% +% Danai SAE-HAN (韓達耐) + \documentclass[12pt]{article} \usepackage{cmap} -\usepackage[10pt]{type1ec} % use only 10pt fonts +#\usepackage[10pt]{type1ec} % use only 10pt fonts \usepackage[T1]{fontenc} \usepackage{CJKutf8} @@ -23,6 +31,19 @@ greek, % LGR font encoding USenglish]{babel} +% You need texlive-lang-cyrillic for "russian", +% texlive-lang-vietnamese for "vietnam", and texlive-lang-german for +% "german". If you don't have these packages, then adjust the above +% line accordingly, and comment out the corresponding language block +% beneath. +% +% With regard to Korean, I have yet to package the Unicode fonts for +% Debian. Don't hold your breath though. If you want an easy +% Makefile that creates and installs everything automatically, don't +% hesitate and e-mail to . +% If you don't mind not using UTF-8, then check out CJKbabel.tex to +% get Korean text in harmony with other scripts. + \usepackage{textalpha} % improved LGR support \usepackage[overlap, CJK]{ruby} @@ -53,12 +74,12 @@ \begin{CJK}{UTF8}{} -\begin{Korean} - 이 FAQ 은 자주 반복되는 질문과 그에 대한 대답을 간단명료한 양식으로 - 모아 엮어졌습니다. \uline{이 FAQ 의 구조는 지난 판에 비하여 - 획기적으로 변경되었습니다.} \textbf{상세한 것은 ``이 FAQ 을 어떻게 - 읽을 것인가'' 라는 대목을 참조하시기 바랍니다.} -\end{Korean} +%\begin{Korean} +% 이 FAQ 은 자주 반복되는 질문과 그에 대한 대답을 간단명료한 양식으로 +% 모아 엮어졌습니다. \uline{이 FAQ 의 구조는 지난 판에 비하여 +% 획기적으로 변경되었습니다.} \textbf{상세한 것은 ``이 FAQ 을 어떻게 +% 읽을 것인가'' 라는 대목을 참조하시기 바랍니다.} +%\end{Korean} \begin{otherlanguage}{german} Dieses FAQ wurde erstellt, um häufig gestellte Fragen und ihre Index: cjk-4.8.3+git20090105/examples/KS-hlatex.tex =================================================================== --- /dev/null 1970-01-01 00:00:00.000000000 +0000 +++ cjk-4.8.3+git20090105/examples/KS-hlatex.tex 2010-05-17 01:37:12.000000000 +0200 @@ -0,0 +1,187 @@ +% This is a testfile of the CJK Debian package to test Korean. +% Please install hlatex-fonts-base (perhaps -extra as well). +% +% written by Danai SAE-HAN (韓達耐) +% +% Version 4.8.3 (07-May-2012) + +\documentclass[12pt]{article} + +\usepackage{CJK} +\usepackage{pshan} + + +\begin{document} + +\begin{CJK}[HL]{KS}{} + +\newcommand{\testpar}{\noindent FAQ ݺǴ ׿ + ܸѾ ϴ. FAQ + ǿ Ͽȹ Ǿϴ. \textbf{ `` + FAQ  ΰ'' Ͻñ ٶϴ.}} + +\section{Myoungjo (default)} +%\CJKfamily{} +\mj +\rm +\testpar + +\sl +\testpar + + +\section{Bom} +%\CJKfamily{} +\bm +\rm +\testpar + +\sl +\testpar + + +\section{Dinaru} +%\CJKfamily{} +\dn +\rm +\testpar + +\sl +\testpar + +\section{Graphic} +%\CJKfamily{} +\gr +\rm +\testpar + +\sl +\testpar + +\section{Gothic} +%\CJKfamily{} +\gt +\rm +\testpar + +\sl +\testpar + +\section{Jamo Gothic} +%\CJKfamily{} +\jgt +\rm +\testpar + +\sl +\testpar + +\section{Jamo Myoungjo} +%\CJKfamily{} +\jmj +\rm +\testpar + +\sl +\testpar + +\section{Jamo Novel} +%\CJKfamily{} +\jnv +\rm +\testpar + +\sl +\testpar + +\section{Jamo Sora} +%\CJKfamily{} +\jsr +\rm +\testpar + +\sl +\testpar + +\section{Pilgi} +%\CJKfamily{} +\pg +\rm +\testpar + +\sl +\testpar + +\section{Pilgia} +%\CJKfamily{} +\pga +\rm +\testpar + +\sl +\testpar + +\section{Pen Heulim} +%\CJKfamily{} +\ph +\rm +\testpar + +\sl +\testpar + +\section{Pen} +%\CJKfamily{} +\pn +\rm +\testpar + +\sl +\testpar + +\section{Shinmun Myoungjo} +%\CJKfamily{} +\sh +\rm +\testpar + +\sl +\testpar + +\section{Typewriter (Taza)} +%\CJKfamily{} +\tz +\rm +\testpar + +\sl +\testpar + +\section{Vada} +%\CJKfamily{} +\vd +\rm +\testpar + +\sl +\testpar + +\section{Yetgul} +%\CJKfamily{} +\yt +\rm +\testpar + +\sl +\testpar + + +\end{CJK} + +\end{document} + +%%% Local Variables: +%%% coding: euc-korea +%%% mode: latex +%%% TeX-master: t +%%% End: Index: cjk-4.8.3+git20090105/examples/muletest.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/muletest.tex 2010-05-17 01:33:42.234854983 +0200 +++ cjk-4.8.3+git20090105/examples/muletest.tex 2010-05-17 01:37:12.000000000 +0200 @@ -4,26 +4,31 @@ % written by Werner Lemberg % % Version 4.8.3 (07-May-2012) - -% You need Emacs 20 (or Mule 2.3) to process this file! +% +% Read cjk-enc.txt for more details. % You should load this file into Mule with `*internal*' encoding scheme % (C-u C-x C-f) and call `cjk-write-file' (M-x cjk-write-file). +% `cjk-write-file' has a shortcut: C-c SPC C-x. % Then run LaTeX on the file `muletest.cjk'. % % Under Emacs 20 type `C-x C-f muletest.tex' to load this file. % % `cjk-write-file' will be available after loading cjk-enc.el into Mule % (Emacs 20) with the commands load-file or load-library. +% If you didn't touch the default Debian installation, then this is +% already taken care of. % -% If you don't have german.sty, comment out the `\usepackage{german}' -% line. +% To get all the languages working on Debian, make sure you read the +% comments a few lines below. % -% The T5 encoding is part of the VnTeX package (available at CTAN) which -% contains Vietnamese fonts and other support files for both TeX and -% LaTeX. +% Korean text works in an emule-encoded TeX file on Debian, but you'll +% need to have "hlatex-fonts-base" installed as well. % -% Read cjk-enc.txt for more details. +% Also install the "cm-super" package if you want LaTeX fonts to be +% scaled to any size you want. Uncomment the "type1ec" line below. +% +% Danai SAE-HAN (ڒã) \documentclass[12pt]{article} Index: cjk-4.8.3+git20090105/examples/rubytest.tex =================================================================== --- cjk-4.8.3+git20090105.orig/examples/rubytest.tex 2010-05-17 01:33:42.254859199 +0200 +++ cjk-4.8.3+git20090105/examples/rubytest.tex 2010-05-17 01:37:12.000000000 +0200 @@ -5,16 +5,15 @@ % % Version 4.8.3 (07-May-2012) -% You need Emacs 20 (or Mule 2.3) to process this file! - % You should load this file into Mule with `*internal*' encoding scheme % (C-u C-x C-f) and call `cjk-write-file' (M-x cjk-write-file). +% `cjk-write-file' has a shortcut: C-c SPC C-x. % Then run LaTeX on the created file `rubytest.cjk'. % -% Under Emacs 20 type `C-x C-f rubytest.tex' to load this file. -% % `cjk-write-file' will be available after loading cjk-enc.el into Mule % (Emacs 20) with the commands load-file or load-library. +% If you didn't touch the default Debian installation, then this is +% already taken care of. \documentclass[12pt]{article} Index: cjk-4.8.3+git20090105/examples/thai.tex =================================================================== --- cjk-4.8.3+git20111216.orig/examples/thai.tex 2011-12-03 15:10:23.000000000 +0100 +++ cjk-4.8.3+git20111216/examples/thai.tex 2012-01-06 00:15:17.029691808 +0100 @@ -11,7 +11,8 @@ % . font switching between Thai and non-Thai % . intercharacter glue % -% Please read cjk-enc.txt for usage instructions. +% Please read cjk-enc.txt for usage instructions, or have a look at +% muletest.tex or CJKbabel.tex instead. % % To process without cjk-enc.el, comment out the line containing % `\extrasthaicjk'. Note, however, that you get overlong lines, and you @@ -20,18 +21,33 @@ \documentclass[12pt]{article} -\usepackage[thaicjk]{babel} +\usepackage[USenglish,thaicjk]{babel} % Last entry is the default. % \addto\extrasthaicjk{\fontencoding{C90}\selectfont} \begin{document} +%Currently using: +%\font\thai = ftnr8z + +\section{Norasi} + +¡ FAQ ҧػӶѹ¤ФӵͺӶٻẺдǡ. +çҧͧ¡ FAQ ¹ҡ蹷. +\textbf{´Ѻçҧҡǧ ``çҧԸաҹ + FAQ.''} + + +\section{Garuda} +\tt + ¡ FAQ ҧػӶѹ¤ФӵͺӶٻẺдǡ. çҧͧ¡ FAQ ¹ҡ蹷. \textbf{´Ѻçҧҡǧ ``çҧԸաҹ FAQ.''} + \end{document} debian/latex-cjk-common.examples0000664000000000000000000000032011701522372014073 0ustar examples/CJKbabel.tex examples/CJKfntef.tex examples/CJKmixed.tex examples/CJKspace.tex examples/CJKutf8.tex examples/muletest.tex examples/py_test.tex examples/rubytest.tex examples/UTF8.tex examples/README debian/latex-cjk-japanese.install0000664000000000000000000000127611701522372014234 0ustar debian/tmp/usr/bin/sjis* texinput/JIS/EUC-JP* usr/share/texmf/tex/latex/CJK/JIS/ texinput/JIS/JIS* usr/share/texmf/tex/latex/CJK/JIS/ texinput/SJIS/SJIS* usr/share/texmf/tex/latex/CJK/SJIS/ texinput/UTF8/ja.cpx usr/share/texmf/tex/latex/CJK/UTF8/ contrib/wadalab/DNP.sfd usr/share/texmf/fonts/sfd/ contrib/wadalab/wadalab.txt usr/share/doc/latex-cjk-common/ doc/japanese usr/share/doc/latex-cjk-common/ debian/README.Debian-msgothic usr/share/doc/latex-cjk-common/ examples/JIS.tex usr/share/doc/latex-cjk-common/examples/ examples/SJIS.tex usr/share/doc/latex-cjk-common/examples/ texinput/SJIS/c49song.fd usr/share/texmf/tex/latex/CJK/SJIS/ texinput/JIS/c*song.fd usr/share/texmf/tex/latex/CJK/JIS/