diff options
Diffstat (limited to 'Master/texmf-dist/doc')
49 files changed, 231 insertions, 82 deletions
diff --git a/Master/texmf-dist/doc/latex/cjk/ChangeLog b/Master/texmf-dist/doc/latex/cjk/ChangeLog index 3906abeadac..95991c324db 100644 --- a/Master/texmf-dist/doc/latex/cjk/ChangeLog +++ b/Master/texmf-dist/doc/latex/cjk/ChangeLog @@ -1,5 +1,57 @@ 2008-05-22 Werner LEMBERG <wl@gnu.org> + Version 4.8.1 released + ====================== + + Set version to 4.8.1. + + * doc/history.txt, README: Updated. + + * doc/TeXLive.txt: Updated. + PDF man pages are now autogenerated in TeXLive. + + Update headers in all text files. + + * utils/hbf2gf/config.sub: Updated to current versions. + +2008-08-03 Werner LEMBERG <wl@gnu.org> + + Add some missing files. Found by Daniel Flipo. + + * texinput/Bg5/c00bkai.fd, texinput/GB/c10gkai.fd, + texinput/GB/c10gkai.fdx: New files. + + * MANIFEST: Updated. + +2008-07-11 Werner LEMBERG <wl@gnu.org> + + Make macros in pinyin.sty robust. + + Problem reported by Denis Roegel <roegel@loria.fr>. + + * texinput/pinyin.sty (\py@macron): Make it work again with Plain + TeX. + (\py@@@): No longer needed. + (\py@): Do what \py@@@ did formerly. + (py@DRC): New macro to make the pinyin syllables robust. + Update all pinyin syllable macro definitions to use it. + + * doc/history.txt: Updated. + +2008-07-11 Werner LEMBERG <wl@gnu.org> + + Incorporate Wen-Chang's CJKspace package. + + * texinput/CJKspace.sty, examples/CJKspace.tex, doc/CJKspace.txt: + New files. + * texinput/CJK.sty (\CJK@@@): New signature macro for CJKspace.sty. + (\CJK@namedef, \CJK@namepdef, \CJK@nameppdef, \CJK@namepppdef, + \CJK@nameppppdef): Use it. + + * Makefile, doc/history.txt, MANIFEST: Updated. + +2008-05-22 Werner LEMBERG <wl@gnu.org> + Version 4.8.0 released ====================== diff --git a/Master/texmf-dist/doc/latex/cjk/MANIFEST b/Master/texmf-dist/doc/latex/cjk/MANIFEST index 9a4922cc63e..aec6831e331 100644 --- a/Master/texmf-dist/doc/latex/cjk/MANIFEST +++ b/Master/texmf-dist/doc/latex/cjk/MANIFEST @@ -50,6 +50,7 @@ The CJK package contains the following files: contrib/wadalab/wadalab.map doc/CEF.txt doc/CJK.txt + doc/CJKspace.txt doc/CJKutf8.txt doc/COPYING doc/INSTALL @@ -103,6 +104,7 @@ The CJK package contains the following files: examples/CJKbabel.tex examples/CJKfntef.tex examples/CJKmixed.tex + examples/CJKspace.tex examples/CJKutf8.tex examples/GB.tex examples/JIS.tex @@ -120,6 +122,7 @@ The CJK package contains the following files: texinput/Bg5/Bg5.cpx texinput/Bg5/Bg5.enc texinput/Bg5/HK.enc + texinput/Bg5/c00bkai.fd texinput/Bg5/c00bkai.fdx texinput/Bg5/c00bsmi.fd texinput/Bg5/c00bsmi.fdx @@ -140,6 +143,7 @@ The CJK package contains the following files: texinput/CJK.sty texinput/CJKfntef.sty texinput/CJKnumb.sty + texinput/CJKspace.sty texinput/CJKulem.sty texinput/CJKutf8.sty texinput/CJKvert.sty @@ -158,6 +162,8 @@ The CJK package contains the following files: texinput/GB/c10fs.fd texinput/GB/c10gbsn.fd texinput/GB/c10gbsn.fdx + texinput/GB/c10gkai.fd + texinput/GB/c10gkai.fdx texinput/GB/c10song.fd texinput/GB/c11song.fd texinput/GB/c19song.fd diff --git a/Master/texmf-dist/doc/latex/cjk/Makefile b/Master/texmf-dist/doc/latex/cjk/Makefile index 2be48884ca8..05b8d33a825 100644 --- a/Master/texmf-dist/doc/latex/cjk/Makefile +++ b/Master/texmf-dist/doc/latex/cjk/Makefile @@ -33,7 +33,7 @@ # o The TeXLive version of some font definition files are used (in the # `texlive' subdirectory). -version=4.8.0 +version=4.8.1 distdir=cjk-$(version) abs-distdir=$(shell pwd)/$(distdir) @@ -110,6 +110,7 @@ DISTTARGETS=\ CJKbabel \ CJKfntef \ CJKutf8 \ + CJKspace \ CJKmixed \ xCJK \ GB \ @@ -143,7 +144,7 @@ SJIS: $(call CONVERT,sjisconv,examples,examples) CJKbabel muletest rubytest thai: $(call MULE,examples,examples) -GB JIS KS UTF8 py_test CJKfntef CJKutf8 CJKmixed: +GB JIS KS UTF8 py_test CJKfntef CJKutf8 CJKspace CJKmixed: $(call LATEX,examples,examples) xCJK: $(call XELATEX,examples,examples) diff --git a/Master/texmf-dist/doc/latex/cjk/README b/Master/texmf-dist/doc/latex/cjk/README index e75e3eab857..18143d17782 100644 --- a/Master/texmf-dist/doc/latex/cjk/README +++ b/Master/texmf-dist/doc/latex/cjk/README @@ -1,4 +1,4 @@ -Welcome to CJK version 4.8.0 (22-May-2008), a LaTeX2e macro package which +Welcome to CJK version 4.8.1 (10-Aug-2008), a LaTeX2e macro package which enables the use of CJK scripts (Chinese/Japanese/Korean) in various encodings, written by Werner Lemberg <wl@gnu.org>. @@ -24,16 +24,12 @@ hosts and its mirrors in the directory <CTAN>/language/chinese. The package comes in two parts: - CJK-4.8.0.tar.gz: The source files. Needed for all platforms. - CJK-4.8.0-doc.tar.gz: Preformatted documentation files: DVI, PS, + CJK-4.8.1.tar.gz: The source files. Needed for all platforms. + CJK-4.8.1-doc.tar.gz: Preformatted documentation files: DVI, PS, output from cjk-enc.el, etc. Note that on CTAN and its mirrors, the `src' archive is unpacked; you must thus get all files and subdirectories from language/chinese/CJK/. -Here a small to-do-list: - - READMEs in Korean. - - More support for Omega. +---Endo of README--- diff --git a/Master/texmf-dist/doc/latex/cjk/TODO b/Master/texmf-dist/doc/latex/cjk/TODO new file mode 100644 index 00000000000..e4b3b2177c1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/TODO @@ -0,0 +1,8 @@ +Update Thai stuff. + +READMEs in Korean. + +More support for Omega. + + +---End of TODO--- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CEF.txt b/Master/texmf-dist/doc/latex/cjk/doc/CEF.txt index 012e91d17b6..793c21d24ed 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/CEF.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/CEF.txt @@ -1,4 +1,4 @@ -This is the file CEF.txt of the CJK macro package ver. 4.8.0 (22-May-2008). +This is the file CEF.txt of the CJK macro package ver. 4.8.1 (10-Aug-2008). The Chinese Encoding Framework (CEF) ------------------------------------ diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CJK.txt b/Master/texmf-dist/doc/latex/cjk/doc/CJK.txt index d77a8725b89..94332a59ea4 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/CJK.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/CJK.txt @@ -1,5 +1,5 @@ -This is the LaTeX2e style package CJK Version 4.8.0 (22-May-2008) +This is the LaTeX2e style package CJK Version 4.8.1 (10-Aug-2008) ================================================================= It is freely distributable under the GNU Public License. diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt b/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt new file mode 100644 index 00000000000..3710d1c35db --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt @@ -0,0 +1,22 @@ +This is the file CJKspace.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). + +CJKspace.sty +------------ + +This package provides a modified `CJK*' environment which suppresses spaces +between CJK characters only. Its main usage are documents written in +English with frequent insertions of CJK words or phrases and modern Chinese +documents which do the opposite. + +Note that this package is not optimal for Japanese since typographic +conventions mandate the use of shibuaki spaces (see `japanese/shibuaki.txt' +for more details); this can't be handled automatically with traditional TeX. + +Usage: + + \usepackage{CJK} + \usepackage{CJKspace} + + +---End of CJKspace.txt--- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt b/Master/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt index 7cae09f4655..122015c5aa9 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt @@ -1,5 +1,5 @@ -This is the file CJKutf8.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file CJKutf8.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). CJKutf8.sty ----------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/INSTALL b/Master/texmf-dist/doc/latex/cjk/doc/INSTALL index 27521d044ee..fae91f94d66 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/INSTALL +++ b/Master/texmf-dist/doc/latex/cjk/doc/INSTALL @@ -1,4 +1,4 @@ -This is the file INSTALL of the CJK macro package ver. 4.8.0 (22-May-2008). +This is the file INSTALL of the CJK macro package ver. 4.8.1 (10-Aug-2008). Installation Guide ================== @@ -624,11 +624,11 @@ How to get CJK and related software . The documentation bundle of the CJK package is not unpackaged; download it as - get cjk-4.8.0-doc.tar.gz + get cjk-4.8.1-doc.tar.gz or - get cjk-4.8.0-doc.tar.gz cjkdoc.tgz + get cjk-4.8.1-doc.tar.gz cjkdoc.tgz whatever is appropriate for your system. It contains precompiled versions (in DVI, PDF, text format) of all documentation and example files. diff --git a/Master/texmf-dist/doc/latex/cjk/doc/TDS.txt b/Master/texmf-dist/doc/latex/cjk/doc/TDS.txt index d50d879453c..b4c26e9d832 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/TDS.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/TDS.txt @@ -1,4 +1,4 @@ -This is the file TDS.txt of the CJK macro package ver. 4.8.0 (22-May-2008). +This is the file TDS.txt of the CJK macro package ver. 4.8.1 (10-Aug-2008). The TeX Directory Structure (TDS) --------------------------------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/TeXLive.txt b/Master/texmf-dist/doc/latex/cjk/doc/TeXLive.txt index 571f57c7cd2..5af8939a9f4 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/TeXLive.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/TeXLive.txt @@ -1,11 +1,11 @@ -This file shows which files of the `CJK-4.8.0' and `CJK-4.8.0-doc' packages +This file shows which files of the `CJK-4.8.1' and `CJK-4.8.1-doc' packages are stored in which TeXLive bundles (if at all). The format of the entries is <filename> <TeXLive package>[,<TeXLive package>] <remark> -CJK-4.8.0 +CJK-4.8.1 --------- ChangeLog CJK @@ -39,6 +39,7 @@ doc/chinese/READMEb5.tex CJK doc/chinese/READMEgb.tex CJK doc/chinese/teTeXb5.txt CJK doc/cjk-enc.txt CJK +doc/CJKspace.txt CJK doc/CJK.txt CJK doc/CJKutf8.txt CJK doc/commands.txt CJK @@ -87,6 +88,7 @@ examples/CEF_test.tex CJK examples/CJKbabel.tex CJK examples/CJKfntef.tex CJK examples/CJKmixed.tex CJK +examples/CJKspace.tex CJK examples/CJKutf8.tex CJK examples/GB.tex CJK examples/JIS.tex CJK @@ -107,6 +109,7 @@ texinput/Bg5/Bg5.cap CJK texinput/Bg5/Bg5.chr CJK texinput/Bg5/Bg5.cpx CJK texinput/Bg5/Bg5.enc CJK +texinput/Bg5/c00bkai.fd CJK texinput/Bg5/c00bkai.fdx CJK texinput/Bg5/c00bsmi.fd CJK texinput/Bg5/c00bsmi.fdx CJK @@ -127,6 +130,7 @@ texinput/CEF/c81song.fd CJK texinput/CJK.enc CJK texinput/CJKfntef.sty CJK texinput/CJKnumb.sty CJK +texinput/CJKspace.sty CJK texinput/CJK.sty CJK texinput/CJKulem.sty CJK texinput/CJKutf8.sty CJK @@ -146,6 +150,8 @@ texinput/extended.enc CJK texinput/GB/c10fs.fd CJK texinput/GB/c10gbsn.fd CJK texinput/GB/c10gbsn.fdx CJK +texinput/GB/c10gkai.fd CJK +texinput/GB/c10gkai.fdx CJK texinput/GB/c10song.fd CJK texinput/GB/c11song.fd CJK texinput/GB/c19song.fd CJK @@ -434,7 +440,7 @@ utils/thaifont/tools/INSTALL CJK utils/thaifont/tools/norasi.fontinst CJK -CJK-4.8.0-doc +CJK-4.8.1-doc ------------- doc/cjk/README CJK @@ -463,13 +469,13 @@ doc/man/html/cefsconv.html --- doc/man/html/extconv.html --- doc/man/html/hbf2gf.html --- doc/man/html/sjisconv.html --- -doc/man/pdf/bg5conv.pdf bin-cjkutils -doc/man/pdf/cef5conv.pdf bin-cjkutils -doc/man/pdf/cefconv.pdf bin-cjkutils -doc/man/pdf/cefsconv.pdf bin-cjkutils -doc/man/pdf/extconv.pdf bin-cjkutils -doc/man/pdf/hbf2gf.pdf bin-cjkutils -doc/man/pdf/sjisconv.pdf bin-cjkutils +doc/man/pdf/bg5conv.pdf --- +doc/man/pdf/cef5conv.pdf --- +doc/man/pdf/cefconv.pdf --- +doc/man/pdf/cefsconv.pdf --- +doc/man/pdf/extconv.pdf --- +doc/man/pdf/hbf2gf.pdf --- +doc/man/pdf/sjisconv.pdf --- doc/man/txt/bg5conv.txt --- doc/man/txt/cef5conv.txt --- doc/man/txt/cefconv.txt --- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/cjk-enc.txt b/Master/texmf-dist/doc/latex/cjk/doc/cjk-enc.txt index 72868474c47..c7b9df9768b 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/cjk-enc.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/cjk-enc.txt @@ -1,5 +1,5 @@ -This is the file cjk-enc.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file cjk-enc.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). cjk-enc.el ---------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/commands.txt b/Master/texmf-dist/doc/latex/cjk/doc/commands.txt index b2482555e71..1dd37394d6e 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/commands.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/commands.txt @@ -1,5 +1,5 @@ -This is the file commands.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file commands.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). Here is a list of all commands of CJK. diff --git a/Master/texmf-dist/doc/latex/cjk/doc/fdxfiles.txt b/Master/texmf-dist/doc/latex/cjk/doc/fdxfiles.txt index 0a74096d597..adb29476dba 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/fdxfiles.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/fdxfiles.txt @@ -1,5 +1,5 @@ -This is the file fdxfiles.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file fdxfiles.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). Extended font definition files diff --git a/Master/texmf-dist/doc/latex/cjk/doc/fonts.txt b/Master/texmf-dist/doc/latex/cjk/doc/fonts.txt index 425866ffe69..0af7dc87b6f 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/fonts.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/fonts.txt @@ -1,5 +1,5 @@ -This is the file fonts.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file fonts.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). The fonts --------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/hbf2gf.txt b/Master/texmf-dist/doc/latex/cjk/doc/hbf2gf.txt index b802c824545..98e4474eb72 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/hbf2gf.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/hbf2gf.txt @@ -1,5 +1,5 @@ -This is the file hbf2gf.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file hbf2gf.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). Using hbf2gf ------------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/history.2_5 b/Master/texmf-dist/doc/latex/cjk/doc/history.2_5 index 377dff02ea1..5288e3b5f53 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/history.2_5 +++ b/Master/texmf-dist/doc/latex/cjk/doc/history.2_5 @@ -1,4 +1,4 @@ -This file is part of the CJK package Ver. 4.8.0 (22-May-2008). +This file is part of the CJK package Ver. 4.8.1 (10-Aug-2008). The history of the beta versions of the never released version 2.5 . -------------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/history.txt b/Master/texmf-dist/doc/latex/cjk/doc/history.txt index 93ce694ce57..13ed149541a 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/history.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/history.txt @@ -1,4 +1,4 @@ -This file is part of the CJK package Ver. 4.2.0 (13-Dec-1998). +This file is part of the CJK package. History of the CJK package @@ -1456,4 +1456,21 @@ Version 4.8.0: encoding, this is, you should use the various size functions (`CJK', `CJKb', etc.). + +Version 4.8.1: +10-Aug-2008 + new: + SUN Wen-Chang has contributed the CJKspace.sty package + which modifies the `CJK*' environment to suppress spaces + only after CJK characters. See CJKspace.txt for + details. + + errors: + Pinyin syllable macros (defined in pinyin.sty) were not + robust, causing problems with indices, for example. + + Some Chinese .fd and .fdx files were missing for fonts + which are present in forthcoming TeXLive distribution. + + ---End of history.txt--- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd index 2f7ec98edd3..47b78e281b1 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00cwtb.fd @@ -1,6 +1,6 @@ % This is the file c00cwtb.fd of the CJK package -\def\fileversion{4.8.0} -\def\filedate{2008/05/22} +\def\fileversion{4.8.1} +\def\filedate{2008/08/10} \ProvidesFile{c00cwtb.fd}[\filedate\space\fileversion] \DeclareFontFamily{C00}{cwtb}{\hyphenchar \font\m@ne} diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd index aaa7a6044fa..a8510c84ef2 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/Bg5/c00tmpl.fd @@ -1,6 +1,6 @@ % This is the file c00tmpl.fd of the CJK package -\def\fileversion{4.8.0} -\def\filedate{2008/05/22} +\def\fileversion{4.8.1} +\def\filedate{2008/08/10} \ProvidesFile{c00tmpl.fd}[\filedate\space\fileversion] \DeclareFontFamily{C00}{tmpl}{\hyphenchar \font\m@ne} diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd index b0aaa99ff01..b448ceb3c22 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/GB/c10tmpl.fd @@ -1,6 +1,6 @@ % This is the file c10tmpl.fd of the CJK package -\def\fileversion{4.8.0} -\def\filedate{2008/05/22} +\def\fileversion{4.8.1} +\def\filedate{2008/08/10} \ProvidesFile{c10tmpl.fd}[\filedate\space\fileversion] \DeclareFontFamily{C10}{tmpl}{\hyphenchar \font\m@ne} diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd index 23754ff2e4b..22d9d82edd4 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/JIS/c40tmpl.fd @@ -1,6 +1,6 @@ % This is the file c40tmpl.fd of the CJK package -\def\fileversion{4.8.0} -\def\filedate{2008/05/22} +\def\fileversion{4.8.1} +\def\filedate{2008/08/10} \ProvidesFile{c40tmpl.fd}[\filedate\space\fileversion] \DeclareFontFamily{C40}{tmpl}{\hyphenchar \font\m@ne} diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd index 3e90a446768..589f2145c2f 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdfhowto/examples/texinput/SJIS/c49tmpl.fd @@ -1,6 +1,6 @@ % This is the file c49song.fd of the CJK package -\def\fileversion{4.8.0} -\def\filedate{2008/05/22} +\def\fileversion{4.8.1} +\def\filedate{2008/08/10} \ProvidesFile{c49song.fd}[\filedate\space\fileversion] \DeclareFontFamily{C49}{song}{\hyphenchar \font\m@ne} diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pinyin.txt b/Master/texmf-dist/doc/latex/cjk/doc/pinyin.txt index 86b8fc1fd91..de5beabe481 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pinyin.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/pinyin.txt @@ -1,5 +1,5 @@ -This is the file pinyin.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file pinyin.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). pinyin.sty ---------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pyhyphen.txt b/Master/texmf-dist/doc/latex/cjk/doc/pyhyphen.txt index c18f6d71210..eac6af8740d 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pyhyphen.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/pyhyphen.txt @@ -1,5 +1,5 @@ -This is the file pyhyphen.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file pyhyphen.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). Hyphenation patterns for unaccented pinyin syllables ---------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/reftex.txt b/Master/texmf-dist/doc/latex/cjk/doc/reftex.txt index 99901bbc14c..1d9f71630c6 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/reftex.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/reftex.txt @@ -1,5 +1,5 @@ -This is the file reftex.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file reftex.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). RefTeX ------ diff --git a/Master/texmf-dist/doc/latex/cjk/doc/ruby.txt b/Master/texmf-dist/doc/latex/cjk/doc/ruby.txt index fc1b30cd36c..c12e552165d 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/ruby.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/ruby.txt @@ -1,4 +1,4 @@ -This is the file ruby.txt of the CJK macro package ver. 4.8.0 (22-May-2008). +This is the file ruby.txt of the CJK macro package ver. 4.8.1 (10-Aug-2008). What is ruby? ------------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/thaifont.txt b/Master/texmf-dist/doc/latex/cjk/doc/thaifont.txt index 08df1befd8e..b8ca6b86a56 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/thaifont.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/thaifont.txt @@ -1,10 +1,10 @@ -This is the file thaifont.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file thaifont.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). Thai font support in the CJK package ------------------------------------ -Version 4.8.0 of the CJK package has improved support for Thai. This file +Version 4.8.1 of the CJK package has improved support for Thai. This file describes how to install and use the fonts. Please refer to cjk-enc.txt how to set up cjk-enc.el (which automatically loads thai-word.el for finding word breaks). @@ -30,7 +30,7 @@ Installation . Get the latest thailatex package from - http://linux.thai.net/plne/TLWG/thailatex + http://linux.thai.net/projects/thailatex and install the Type 1 font families `garuda' and `norasi'. You should use thailatex version 0.3.5.1 or newer. Recommended locations are diff --git a/Master/texmf-dist/doc/latex/cjk/doc/vertical.txt b/Master/texmf-dist/doc/latex/cjk/doc/vertical.txt index 1766d3c29ba..39a91327f66 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/vertical.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/vertical.txt @@ -1,5 +1,5 @@ -This is the file vertical.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file vertical.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). Vertical typesetting diff --git a/Master/texmf-dist/doc/latex/cjk/doc/xCJK.txt b/Master/texmf-dist/doc/latex/cjk/doc/xCJK.txt index 60e2811644f..26ae5eb5b3d 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/xCJK.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/xCJK.txt @@ -1,5 +1,5 @@ -This is the file xCJK.txt of the CJK macro package ver. 4.8.0 -(22-May-2008). +This is the file xCJK.txt of the CJK macro package ver. 4.8.1 +(10-Aug-2008). xCJK.sty -------- diff --git a/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex b/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex index 8a7ba74401d..292d6499d54 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % % % process this file with bg5latex diff --git a/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex b/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex index 3f4b58b2412..f21a5eff333 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/Big5vert.tex @@ -5,7 +5,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex b/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex index 682b72920a0..f3353c8d4d3 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/CEF_test.tex @@ -1,7 +1,7 @@ % This is the file CEF_test.tex of the CJK package % for testing CEF encoded text with LaTeX2e % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % % process this text with ceflatex diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex index 45aed068f88..c4e7bab3791 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKbabel.tex @@ -4,7 +4,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % You need Emacs 20 to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex index 54e0e42c6cc..bec2e1d31d5 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKfntef.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex index 89119584f4f..e5e4b195ae8 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKmixed.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % % Vietnamese support for Babel comes with the VnTeX package. diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKspace.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKspace.tex new file mode 100644 index 00000000000..ee46a8b8825 --- /dev/null +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKspace.tex @@ -0,0 +1,41 @@ +% This is the file CJKspace.tex of the CJK package +% for testing the CJKspace style file. +% +% written by Werner Lemberg <wl@gnu.org> +% +% Version 4.8.1 (10-Aug-2008) +% +% Read CJKspace.txt for more details. + +\documentclass[11pt]{article} + +\usepackage{CJK} +\usepackage{CJKspace} + +\begin{document} + +\parindent 2em + +\begin{CJK*}{UTF8}{gbsn} + + This document shows the effects of \texttt{CJKspace.sty}. + + \verb+CJKspace+ 包仅忽略CJK文字之间的空白而保留(CJK文字与英文之间等) + 其它空白。 + + 这是 English 中文 \textit{Chinese} 中文 {\itshape Italic} 数学 $x=y$ + 混排 \verb+anything+ + + 混排 \verb+anything+ 保持 \texttt{spaces} 空格 \LaTeX\ 间隔 + \mbox{boxes} 盒子 \hbox{hbox} 中文 123456 数字. + +\end{CJK*} + +\end{document} + + +%%% Local Variables: +%%% coding: utf-8 +%%% mode: latex +%%% TeX-master: t +%%% End: diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex index 9acb30becaf..fa03ae9815b 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % Vietnamese support for Babel comes with the VnTeX package. % diff --git a/Master/texmf-dist/doc/latex/cjk/examples/GB.tex b/Master/texmf-dist/doc/latex/cjk/examples/GB.tex index 28a7672fd8d..44ae739201f 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/GB.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/GB.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex b/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex index d29dbb59ed1..b07acb453bb 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/JIS.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/KS.tex b/Master/texmf-dist/doc/latex/cjk/examples/KS.tex index 4a644a03dc0..3ee47d94a1b 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/KS.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/KS.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex b/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex index f01e028c525..063e19994a6 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/SJIS.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % % % process this file with sjislatex diff --git a/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex b/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex index c2247323bcd..f9d3e5456c7 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/UTF8.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex b/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex index 008355b1fbb..6571ff1aa60 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % You need Emacs 20 (or Mule 2.3) to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex b/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex index 6bd2a966549..54674b16be1 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/py_test.tex @@ -3,7 +3,7 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) \documentclass{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex b/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex index 30eee7a4ae2..d6774555687 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/rubytest.tex @@ -3,7 +3,7 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % You need Emacs 20 (or Mule 2.3) to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/thai.tex b/Master/texmf-dist/doc/latex/cjk/examples/thai.tex index 278aa0021c1..b67279e759f 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/thai.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/thai.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % This file should be processed with cjk-enc.el to get % diff --git a/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex b/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex index 5a0165e5268..195012d428f 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/xCJK.tex @@ -3,7 +3,7 @@ % % written by SUN Wenchang <sunwch@hotmail.com> % -% Version 4.8.0 (22-May-2008) +% Version 4.8.1 (10-Aug-2008) % Read xCJK.txt for more details. |