diff options
Diffstat (limited to 'Master/texmf-dist')
329 files changed, 996 insertions, 891 deletions
diff --git a/Master/texmf-dist/doc/latex/cjk/ChangeLog b/Master/texmf-dist/doc/latex/cjk/ChangeLog index e7c27efe761..f943ead7ea7 100644 --- a/Master/texmf-dist/doc/latex/cjk/ChangeLog +++ b/Master/texmf-dist/doc/latex/cjk/ChangeLog @@ -1,3 +1,85 @@ +2015-04-18 Werner LEMBERG <wl@gnu.org> + + Version 4.8.4 released + ====================== + + Set version to 4.8.4. + + * doc/history.txt: Updated. + + * Makefile (distsrc, distdoc): Use tar's `ustar' format. + Compress better. + + Update headers in all text files. + +2015-04-18 Werner LEMBERG <wl@gnu.org> + + [hbf2gf] Update aux scripts. + + * utils/hbf2gf/config.guess, utils/hbf2gf/config.sub, + utils/hbf2gf/install-sh: Updated to current versions. + +2014-08-31 Peter Breitenlohner <peb@mppmu.mpg.de> + + [hbf2gf]: Avoid undefined behaviour when `char' is signed. + + * utils/hbf2gf/hbf.c (match, add_property, skip_word, get_line): Use + proper cast. + * utils/hbf2gf/hbf2gf.w (fsearch, <Check for environment + variables>): Ditto. + +2014-08-31 Peter Breitenlohner <peb@mppmu.mpg.de> + + * utils/hbf2gf/hbf2hf.w (path_open): Drop unused variable. + +2014-06-28 Leo Liu <leoliu.pku@gmail.com> + + [CJKutf8] Fix space handing of non-CJK characters. + + * texinput/CJKutf8.sty (\CJK@XX, \CJK@XXp, \CJK@XXX, \CJK@XXXp): + Only apply \CJK@ignorespaces for CJK characters (or rather, only for + multibyte sequences that don't map to a `\u8:...' macro). + +2012-09-13 Werner LEMBERG <wl@gnu.org> + + * examples/CJKutf8.tex: Add Greek. + + This finally works due to the recent lgrx package which delivers + good Babel UTF8 support for LGR encoding. + + An unsolved problem yet, however, is proper cut-and-paste support. + While dvipdfmx properly generates CMaps for CJK encodings (even + for virtual fonts which pdftex doesn't handle at all), it doesn't + handle encodings like LGR correctly, something the `cmap' package + provides for pdflatex. + +2012-08-26 Werner LEMBERG <wl@gnu.org> + + * texinput/CJK.sty (\Unicode): Fix conditional to allow line breaks. + + Problem reported by Jinsong Zhao <jszhao@yeah.net>; it seems that + this bug has been there since from the beginning. + +2012-06-21 Werner LEMBERG <wl@gnu.org> + + Make some commands robust. + + * texinput/CJK.sty (\CJKtilde, \standardtilde, \CJKspace, + \CJKnospace): Use \DeclareRobustCommand. + +2012-05-20 Peter Breitenlohner <peb@mppmu.mpg.de> + + [hbf2gf] Build fix for 64-bit Mac OS X 10.7.3. + + * utils/hbf2gf/hbf2gf.w: Clang does not like non-static inline + functions as used here. While at it, all local functions are + declared static. + Do not extend #ifdef HAVE_EMTEXDIR...#endif over several sections. + +2012-05-08 Werner LEMBERG <wl@gnu.org> + + * texlive/cjk.pl: Add missing file. + 2012-05-07 Werner LEMBERG <wl@gnu.org> Version 4.8.3 released diff --git a/Master/texmf-dist/doc/latex/cjk/MANIFEST b/Master/texmf-dist/doc/latex/cjk/MANIFEST index e7071f1c5e5..14d9e3d5013 100644 --- a/Master/texmf-dist/doc/latex/cjk/MANIFEST +++ b/Master/texmf-dist/doc/latex/cjk/MANIFEST @@ -1,4 +1,4 @@ -Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> 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 diff --git a/Master/texmf-dist/doc/latex/cjk/Makefile b/Master/texmf-dist/doc/latex/cjk/Makefile index 3b72e119ac9..d80bb6fb3aa 100644 --- a/Master/texmf-dist/doc/latex/cjk/Makefile +++ b/Master/texmf-dist/doc/latex/cjk/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 @@ -33,7 +33,7 @@ # o The TeXLive version of some font definition files are used (in the # `texlive' subdirectory). -version=4.8.3 +version=4.8.4 distdir=cjk-$(version) abs-distdir=$(shell pwd)/$(distdir) @@ -162,7 +162,7 @@ distsrc: for f in `find $(abs-distdir)/utils -name '*.w'`; do \ ctangle $$f - `echo $$f | sed s/w$$/c/`; \ done - tar cfh - $(distdir) | gzip -c > $(distdir).tar.gz + tar -H ustar -chf - $(distdir) | gzip -9 -c > $(distdir).tar.gz predistdoc: mkdir -p $(distdir)/doc/{cjk,dvi,pdf} @@ -187,7 +187,7 @@ distdoc: $(DISTTARGETS) manpages cweb -for d in `find $(distdir) -depth -type d`; do \ rmdir --ignore-fail-on-non-empty $$d; \ done - tar cfh - $(distdir) | gzip -c > $(distdir)-doc.tar.gz + tar -H ustar -chf - $(distdir) | gzip -9 -c > $(distdir)-doc.tar.gz rm -rf $(distdir) manpages: diff --git a/Master/texmf-dist/doc/latex/cjk/README b/Master/texmf-dist/doc/latex/cjk/README index 6ff91c164e3..cf33f17eb75 100644 --- a/Master/texmf-dist/doc/latex/cjk/README +++ b/Master/texmf-dist/doc/latex/cjk/README @@ -1,11 +1,12 @@ -Welcome to CJK version 4.8.3 (07-May-2012), a LaTeX2e macro package which +Welcome to CJK version 4.8.4 (18-Apr-2015), a LaTeX2e macro package which enables the use of CJK scripts (Chinese/Japanese/Korean) in various encodings, written by Werner Lemberg <wl@gnu.org>. -A mailing list exists at cjk@ffii.org; bugs should be sent to -cjk-bug@ffii.org. To subscribe one of the lists, send a mail with the -subject `subscribe' (without the quotes) to <list>-request@ffii.org, e.g., -cjk-request@ffii.org. +A mailing list exists at cjk-list@nongnu.org; to subscribe, send a mail +with the subject `subscribe' (without the quotes) to +cjk-list-request@nongnu.org. A web interface can be found at + + https://lists.nongnu.org/mailman/listinfo/cjk-list If you are interested in the process of development you may observe @@ -24,8 +25,8 @@ hosts and its mirrors in the directory <CTAN>/language/chinese. The package comes in two parts: - cjk-4.8.3.tar.gz: The source files. Needed for all platforms. - cjk-4.8.3-doc.tar.gz: Preformatted documentation files: DVI, PS, + cjk-4.8.4.tar.gz: The source files. Needed for all platforms. + cjk-4.8.4-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 diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CEF.txt b/Master/texmf-dist/doc/latex/cjk/doc/CEF.txt index d8d19c370b0..48571c64aca 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.3 (07-May-2012). +This is the file CEF.txt of the CJK macro package ver. 4.8.4 (18-Apr-2015). 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 eddd612aef8..1432ae81be8 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.3 (07-May-2012) +This is the LaTeX2e style package CJK Version 4.8.4 (18-Apr-2015) ================================================================= It is freely distributable under the GNU Public License. @@ -1267,13 +1267,7 @@ Author Werner Lemberg <wl@gnu.org> -Kleine Beurhausstr. 1 -D-44137 Dortmund -Germany - -Tel. +49 231 165290 - -Please report any errors or suggestions to cjk-bug@ffii.org. +Please report any errors or suggestions to cjk-list@nongnu.org. ---End of CJK.txt--- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CJKnumb.txt b/Master/texmf-dist/doc/latex/cjk/doc/CJKnumb.txt index 1030026187f..5f0ca179f21 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/CJKnumb.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/CJKnumb.txt @@ -1,5 +1,5 @@ -This is the file CJKnumb.txt of the CJK macro package ver. 4.8.3 -(07-May-2012). +This is the file CJKnumb.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). CJKnumb.sty ------------ diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt b/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt index ea9a2ea4dc9..6743c3b0494 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/CJKspace.txt @@ -1,5 +1,5 @@ -This is the file CJKspace.txt of the CJK macro package ver. 4.8.3 -(07-May-2012). +This is the file CJKspace.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). CJKspace.sty ------------ diff --git a/Master/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt b/Master/texmf-dist/doc/latex/cjk/doc/CJKutf8.txt index c9d974e5a72..f244d233bbc 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.3 -(07-May-2012). +This is the file CJKutf8.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). CJKutf8.sty ----------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/INSTALL b/Master/texmf-dist/doc/latex/cjk/doc/INSTALL index 867d279d3b0..6707649932c 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.3 (07-May-2012). +This is the file INSTALL of the CJK macro package ver. 4.8.4 (18-Apr-2015). 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.3-doc.tar.gz + get cjk-4.8.4-doc.tar.gz or - get cjk-4.8.3-doc.tar.gz cjkdoc.tgz + get cjk-4.8.4-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 c700ec405ff..81bba5d650c 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.3 (07-May-2012). +This is the file TDS.txt of the CJK macro package ver. 4.8.4 (18-Apr-2015). The TeX Directory Structure (TDS) --------------------------------- 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 2d9f8858102..5297236e355 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.3 -(07-May-2012). +This is the file cjk-enc.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). cjk-enc.el ---------- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk b/Master/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk index 24030ebd9a8..03c4332306c 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk +++ b/Master/texmf-dist/doc/latex/cjk/doc/cjk/READMEb5.cjk @@ -1,4 +1,4 @@ -\def\CJKpreproc{bg5conv (CJK ver. 4.8.2)}%%% The file READMEb5.tex . This file is part of LaTeX2e CJK package. +\def\CJKpreproc{bg5conv (CJK ver. 4.8.3)}%%% The file READMEb5.tex . This file is part of LaTeX2e CJK package. %%% %%% Note that this document is a very first version. Therefore, lots %%% of installation steps and issues are still left blank. Please be diff --git a/Master/texmf-dist/doc/latex/cjk/doc/commands.txt b/Master/texmf-dist/doc/latex/cjk/doc/commands.txt index 9286bdb2a75..1ece44b5eeb 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.3 -(07-May-2012). +This is the file commands.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). 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 8273a462dc2..c4bdffa8034 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.3 -(07-May-2012). +This is the file fdxfiles.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). 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 5f43a9b193a..b68a82838fd 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.3 -(07-May-2012). +This is the file fonts.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). 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 356d90bb51b..1ebc4e2ccc5 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.3 -(07-May-2012). +This is the file hbf2gf.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). 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 d135922d191..a9d29ef4c42 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.3 (07-May-2012). +This file is part of the CJK package Ver. 4.8.4 (18-Apr-2015). 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 53e4c84b760..ca35f64de5f 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/history.txt +++ b/Master/texmf-dist/doc/latex/cjk/doc/history.txt @@ -1536,4 +1536,14 @@ Version 4.8.3: Fix case where furigana is smaller than base glyph. +Version 4.8.4: +18-Apr-2015 + errors: + CJKutf8.sty: + Fix space handling of non-CJK characters. + + CJK.sty: + In \Unicode, fix conditional to allow line breaks. + + ---End of history.txt--- diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf b/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf Binary files differindex e0e82e0ce74..ee692405633 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEb5.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf b/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf Binary files differindex c7c55f204cb..109dd90c956 100644 --- a/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf +++ b/Master/texmf-dist/doc/latex/cjk/doc/pdf/READMEgb.pdf 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 c078acf9fe2..8cc9004f21a 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.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \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 213f932cac0..e61183c4435 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.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \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 c7cd9a14ce6..aa2ad661932 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.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \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 95eedb90002..5b6efbd6f56 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.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \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 6268445a2bd..2e844d102f5 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.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \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 e287fc138bd..3cd92184d41 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.3 -(07-May-2012). +This is the file pinyin.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). 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 2e623a5b3a7..b742c8758c1 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.3 -(07-May-2012). +This is the file pyhyphen.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). 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 05edeb69a70..eb7f37cd005 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.3 -(07-May-2012). +This is the file reftex.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). RefTeX ------ diff --git a/Master/texmf-dist/doc/latex/cjk/doc/ruby.txt b/Master/texmf-dist/doc/latex/cjk/doc/ruby.txt index ebaf1c7d95e..788ebdcdee0 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.3 (07-May-2012). +This is the file ruby.txt of the CJK macro package ver. 4.8.4 (18-Apr-2015). 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 31ee9e5e23a..d1833968050 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.3 -(07-May-2012). +This is the file thaifont.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). Thai font support in the CJK package ------------------------------------ -Version 4.8.3 of the CJK package has improved support for Thai. This file +Version 4.8.4 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). diff --git a/Master/texmf-dist/doc/latex/cjk/doc/vertical.txt b/Master/texmf-dist/doc/latex/cjk/doc/vertical.txt index 8d45fe9824b..6e16a9a21f4 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.3 -(07-May-2012). +This is the file vertical.txt of the CJK macro package ver. 4.8.4 +(18-Apr-2015). Vertical typesetting diff --git a/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex b/Master/texmf-dist/doc/latex/cjk/examples/Big5.tex index 913cbead365..9f6ce11d30e 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % % 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 fbfbfc71a23..a2523a3e290 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \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 9c74eb03123..9cd04277495 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % 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 891171c9b72..468557398e6 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % 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 9581e9b31b9..38417887f9e 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \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 6fe53c836ef..98d2e5f725e 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % 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 index 190b5bbcdda..cb96c2ec3b0 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/CJKspace.tex +++ b/Master/texmf-dist/doc/latex/cjk/examples/CJKspace.tex @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % Read CJKspace.txt for more details. diff --git a/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex b/Master/texmf-dist/doc/latex/cjk/examples/CJKutf8.tex index 0895e9bd157..18cfa92e810 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % Vietnamese support for Babel comes with the VnTeX package. % @@ -11,11 +11,19 @@ \documentclass[12pt]{article} +\usepackage{cmap} + \usepackage[10pt]{type1ec} % use only 10pt fonts \usepackage[T1]{fontenc} \usepackage{CJKutf8} -\usepackage[german, russian, vietnam, USenglish]{babel} +\usepackage[german, + russian, % T2A font encoding + vietnamese, % T5 font encoding + greek, % LGR font encoding + USenglish]{babel} + +\usepackage{textalpha} % improved LGR support \usepackage[overlap, CJK]{ruby} \usepackage{CJKulem} @@ -88,7 +96,7 @@ and their answers in a convenient form. \uline{The structure of this う}して下さい。} \end{Japanese} -\begin{otherlanguage}{vietnam} +\begin{otherlanguage}{vietnamese} Phần ``Những câu hỏi và giải đáp thường gặp'' (viết tắt từ tiếng Anh là FAQ) được nêu ra ở đây nhằm mục đích thu thập những câu hỏi thường gặp trong thực tế và những lời giải đáp thích hợp nhất của @@ -105,6 +113,15 @@ and their answers in a convenient form. \uline{The structure of this этот FAQ и его структура' объяснены детали этой новой структуры.} \end{otherlanguage} +\begin{otherlanguage}{greek} + Η λίστα αυτή ΣΤΕ (συχνά τιθεμένων ερωτήσεων) έχει σαν σκοπό να + συμπεριλάβει σε εύχρηστη μορφή κάποιες σημαντικές ερωτήσεις και τις + απαντήσεις τους. \uline{Η οργάνωση αυτής της λίστας άλλαξε + σημαντικά από την τελευταία έκδοσή της και μετά.} \textbf{Για + λεπτομέρειες πάνω στη νέα οργάνωση, βλέπε το λήμμα <<Πώς να + διαβάσετε αυτή την ΣΤΕ και πώς είναι οργανωμένη>>.} +\end{otherlanguage} + \end{CJK} \end{document} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/GB.tex b/Master/texmf-dist/doc/latex/cjk/examples/GB.tex index 6b675f5d356..334b786a4d4 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \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 81f3c2daf4f..1808d52d8df 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \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 b79c42fecaf..474319c0007 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \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 0bcf9b93dea..80ccf2ee70e 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % % 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 b025d36a8ba..bbbc0e0b48e 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk index dc1b3e5011e..c2cb4a77956 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5.cjk @@ -1,9 +1,9 @@ -\def\CJKpreproc{bg5conv (CJK ver. 4.8.2)}% This is the file Big5.tex of the CJK package +\def\CJKpreproc{bg5conv (CJK ver. 4.8.3)}% This is the file Big5.tex of the CJK package % for testing Chinese (in Big 5 encoding). % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % % process this file with bg5latex diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk index 04617cb8a21..2b4f60b216f 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/Big5vert.cjk @@ -1,11 +1,11 @@ -\def\CJKpreproc{bg5conv (CJK ver. 4.8.2)}% This is the file Big5vert.tex of the CJK package +\def\CJKpreproc{bg5conv (CJK ver. 4.8.3)}% This is the file Big5vert.tex of the CJK package % for testing vertical typesetting (in Big 5 encoding). % % process this file with bg5latex % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \documentclass[12pt]{article} diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk index 1e9647ad4b8..fc455f1e5bb 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/CEF_test.cjk @@ -1,7 +1,7 @@ -\def\CNSpreproc{cefconv (CJK ver. 4.8.2)}% This is the file CEF_test.tex of the CJK package +\def\CNSpreproc{cefconv (CJK ver. 4.8.3)}% This is the file CEF_test.tex of the CJK package % for testing CEF encoded text with LaTeX2e % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % process this text with ceflatex diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk index 37cc776d229..0afa78e99c6 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/CJKbabel.cjk @@ -4,7 +4,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % You need Emacs 20 to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk index 808f5ccfd3d..461698598d7 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/SJIS.cjk @@ -1,9 +1,9 @@ -\def\CJKpreproc{sjisconv (CJK ver. 4.8.2)}% This is the file SJIS.tex of the CJK package +\def\CJKpreproc{sjisconv (CJK ver. 4.8.3)}% This is the file SJIS.tex of the CJK package % for testing Japanese (in SJIS encoding). % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % % process this file with sjislatex diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk index 1c5c4b93a01..e212b1a23ed 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/muletest.cjk @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % You need Emacs 20 (or Mule 2.3) to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk index 3966c02085a..cfbc295156a 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/rubytest.cjk @@ -3,7 +3,7 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % You need Emacs 20 (or Mule 2.3) to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk b/Master/texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk index ca58c1b4201..ef16754e353 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk +++ b/Master/texmf-dist/doc/latex/cjk/examples/cjk/thai.cjk @@ -3,7 +3,7 @@ % % written by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % This file must be processed with cjk-enc.el to get % diff --git a/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex b/Master/texmf-dist/doc/latex/cjk/examples/muletest.tex index a8232b3bd65..9c7b86c5ba0 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % You need Emacs 20 (or Mule 2.3) to process this file! diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf Binary files differindex 5280c630b90..673422ed7b2 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf Binary files differindex 2798011f4ff..6b00bd023f2 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/Big5vert.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf Binary files differindex 921e267db72..e326af035dd 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CEF_test.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf Binary files differindex e97dca9ce23..7d3dab33bd1 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKbabel.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf Binary files differindex 1f29886c451..58e7a7c4184 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKfntef.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf Binary files differindex cf62b94a076..6cd3bc814a6 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKmixed.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf Binary files differindex 3083afbb9a3..735b14ff80f 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKspace.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf Binary files differindex 4357dd3dad3..28cc7ee9bb6 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/CJKutf8.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf Binary files differindex 91ab647343e..094c34a1fdf 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/GB.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf Binary files differindex f8c8543629b..71e0a4335f0 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/JIS.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf Binary files differindex b2a4ff814d3..b64b1c72608 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/KS.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf Binary files differindex 528bd8cf271..9fb248701c1 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/SJIS.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf Binary files differindex 9e764ea4818..851d91dfb08 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/UTF8.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf Binary files differindex fe72b429cad..f7711e89c9b 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/muletest.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf Binary files differindex 6f59318eb04..aca573272a7 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/py_test.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf Binary files differindex 72bb3965ea3..b4b458da6c6 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/pytest.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf Binary files differindex 66dfc45825f..dc6d7b0ff74 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/rubytest.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf Binary files differindex aa3632fe603..322e0c696ef 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai.pdf diff --git a/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai_utf8.pdf b/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai_utf8.pdf Binary files differindex 1f1277b908c..e1682796862 100644 --- a/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai_utf8.pdf +++ b/Master/texmf-dist/doc/latex/cjk/examples/pdf/thai_utf8.pdf 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 c9f727a83d1..1bb650f4a11 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) \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 065042a5594..8e8b83e0321 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % 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 49362ba2abd..6466e78e8c0 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.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % This file must be processed with cjk-enc.el to get % diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl b/Master/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl index c0c92b8402f..ea1997a8c42 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/bin-cjkutils.pl @@ -8,7 +8,7 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. @@ -21,7 +21,7 @@ my $H = "hbf2gf"; # -# cjk-4.8.3 +# cjk-4.8.4 # --------- # @@ -56,7 +56,7 @@ my $H = "hbf2gf"; # -# cjk-4.8.3-doc +# cjk-4.8.4-doc # ------------- # diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/c90.pl b/Master/texmf-dist/doc/latex/cjk/texlive/c90.pl index a98e966c6e3..15863e16a11 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/c90.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/c90.pl @@ -8,7 +8,7 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. my $D = "doc/fonts/enc/c90"; diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl b/Master/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl index 7ee1be68330..d2ff4ff7432 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/cjk-build.pl @@ -8,7 +8,7 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. For installation, it # simply uses `install -d' so that missing subdirectories are created # automatically. diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/cjk.pl b/Master/texmf-dist/doc/latex/cjk/texlive/cjk.pl index 1d9e5d02c44..5e487dab7ca 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/cjk.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/cjk.pl @@ -8,11 +8,11 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. # -# cjk-4.8.3 +# cjk-4.8.4 # --------- # @@ -424,7 +424,7 @@ my $T = "tex/latex/cjk"; # -# cjk-4.8.3-doc +# cjk-4.8.4-doc # ------------- # @@ -482,6 +482,7 @@ my $T = "tex/latex/cjk"; &I("examples/pdf/rubytest.pdf", "$D/examples/pdf/rubytest.pdf"); &I("examples/pdf/SJIS.pdf", "$D/examples/pdf/SJIS.pdf"); &I("examples/pdf/thai.pdf", "$D/examples/pdf/thai.pdf"); +&I("examples/pdf/thai_utf8.pdf","$D/examples/pdf/thai_utf8.pdf"); &I("examples/pdf/UTF8.pdf", "$D/examples/pdf/UTF8.pdf"); 1; diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/dnp.pl b/Master/texmf-dist/doc/latex/cjk/texlive/dnp.pl index 6eec863036b..f0ccf46a272 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/dnp.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/dnp.pl @@ -8,7 +8,7 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl b/Master/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl index b87500e7c97..40e0cda7430 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/garuda-c90.pl @@ -8,7 +8,7 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. my $D = "dvips/garuda-c90"; diff --git a/Master/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl b/Master/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl index ddf3321081c..200e31ea2dd 100755 --- a/Master/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl +++ b/Master/texmf-dist/doc/latex/cjk/texlive/norasi-c90.pl @@ -8,7 +8,7 @@ # the ctan2tds perl script. It installs the necessary files from the CJK # package into the correct destinations. # -# It expects that the CJK packages (cjk-4.8.3 and cjk-4.8.3-doc) have been +# It expects that the CJK packages (cjk-4.8.4 and cjk-4.8.4-doc) have been # unpacked (unmodified) in the current directory. my $D = "dvips/norasi-c90"; diff --git a/Master/texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex b/Master/texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex index 33bcd0c6938..adf37d3c324 100644 --- a/Master/texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex +++ b/Master/texmf-dist/doc/latex/cjk/utils/pyhyphen/pytest.tex @@ -3,7 +3,7 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % %% %% Attention! This will work only if you have created a new format file diff --git a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada index f89d19091f6..378fea87756 100644 --- a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada +++ b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada @@ -1,4 +1,4 @@ -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada2.pl b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada2.pl index 330622b0f39..620bd7196db 100644 --- a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada2.pl +++ b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/fixwada2.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 @@ -18,7 +18,7 @@ # MA 02110-1301 USA # This script fixes the Wadalab fonts which have been created with the -# `makefont' script version 1.0 (from CJK 4.8.3), or which have been updated +# `makefont' script version 1.0 (from CJK 4.8.4), or which have been updated # with the `fixwada' script. # # . Make all glyph names compliant to the Adobe Glyph List (AGL) to diff --git a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makefont b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makefont index 9dad8935824..bb1880939bc 100644 --- a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makefont +++ b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makefont @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makeuniwada.pl b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makeuniwada.pl index 8671f3e0601..95be460e229 100644 --- a/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makeuniwada.pl +++ b/Master/texmf-dist/source/latex/cjk/contrib/wadalab/makeuniwada.pl @@ -1,6 +1,6 @@ #! /usr/bin/perl -w # -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd b/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd index a67e039a1bd..ac1ba4bbf3b 100644 --- a/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd +++ b/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c63mj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63mj.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd b/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd index 1f9c66a1224..6d2abe0dcdc 100644 --- a/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd +++ b/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c64mj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64mj.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd b/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd index 7179dad1edb..e0214d2167b 100644 --- a/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd +++ b/Master/texmf-dist/source/latex/cjk/texinput/KS/HLaTeX/c65mj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65mj.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5conv.w b/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5conv.w index 23f520f181f..13165032d66 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5conv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5conv.w @@ -1,6 +1,6 @@ -% This is the cweb file bg5conv.w of the CJK Package Ver. 4.8.3 07-May-2012 +% This is the cweb file bg5conv.w of the CJK Package Ver. 4.8.4 18-Apr-2015 -% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@@gnu.org> % % 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 @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{bg5conv (CJK Version 4.8.3)} +\def\title{bg5conv (CJK Version 4.8.4)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont bg5conv} program} \vskip 20pt - \centerline{(CJK Version 4.8.3)} + \centerline{(CJK Version 4.8.4)} \vfill} \def\botofcontents{ @@ -89,7 +89,7 @@ which will see the output of \.{bg5conv} complains loudly if something is wrong. @d banner -"bg5conv (CJK ver. 4.8.3)" +"bg5conv (CJK ver. 4.8.4)" @c #include <stdio.h> diff --git a/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5latex.cmd b/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5latex.cmd index 8901d844830..fb34abe3eaa 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5latex.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/Bg5conv/bg5latex.cmd @@ -1,9 +1,9 @@ /*----------------------------------------------------------------------*\ bg5latex.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w index c8630fdc8b9..575ba253aea 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5conv.w @@ -1,6 +1,6 @@ -% This is the cweb file cef5conv.w of the CJK Package Ver. 4.8.3 07-May-2012 +% This is the cweb file cef5conv.w of the CJK Package Ver. 4.8.4 18-Apr-2015 -% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@@gnu.org> % % 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 @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cef5conv (CJK Version 4.8.3)} +\def\title{cef5conv (CJK Version 4.8.4)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cef5conv} program} \vskip 20pt - \centerline{(CJK Version 4.8.3)} + \centerline{(CJK Version 4.8.4)} \vfill} \def\botofcontents{ @@ -103,7 +103,7 @@ which will see the output of \.{cef5conv} complains loudly if something is wrong. @d banner -"cef5conv (CJK ver. 4.8.3)" +"cef5conv (CJK ver. 4.8.4)" @c #include <ctype.h> diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd index 94308d9e39a..b48c39d4f7c 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cef5ltx.cmd @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------*\ cef5ltx.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w index 909f93ec2d3..142a5d862be 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefconv.w @@ -1,6 +1,6 @@ -% This is the cweb file cefconv.w of the CJK Package Ver. 4.8.3 07-May-2012 +% This is the cweb file cefconv.w of the CJK Package Ver. 4.8.4 18-Apr-2015 -% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@@gnu.org> % % 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 @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cefconv (CJK Version 4.8.3)} +\def\title{cefconv (CJK Version 4.8.4)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cefconv} program} \vskip 20pt - \centerline{(CJK Version 4.8.3)} + \centerline{(CJK Version 4.8.4)} \vfill} \def\botofcontents{ @@ -95,7 +95,7 @@ which will see the output of \.{cefconv} complains loudly if something is wrong. @d banner -"cefconv (CJK ver. 4.8.3)" +"cefconv (CJK ver. 4.8.4)" @c #include <ctype.h> diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd index f13611be741..cb66c840cba 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/ceflatex.cmd @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------*\ ceflatex.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w index bcb7118a84e..7e033f34ea4 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsconv.w @@ -1,6 +1,6 @@ -% This is the cweb file cefsconv.w of the CJK Package Ver. 4.8.3 07-May-2012 +% This is the cweb file cefsconv.w of the CJK Package Ver. 4.8.4 18-Apr-2015 -% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@@gnu.org> % % 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 @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{cefsconv (CJK Version 4.8.3)} +\def\title{cefsconv (CJK Version 4.8.4)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont cefsconv} program} \vskip 20pt - \centerline{(CJK Version 4.8.3)} + \centerline{(CJK Version 4.8.4)} \vfill} \def\botofcontents{ @@ -106,7 +106,7 @@ Note that the user-defined character area of SJIS (with the first bytes in the range 0xF0--0xFC) is not supported because it is not portable. @d banner -"cefsconv (CJK ver. 4.8.3)" +"cefsconv (CJK ver. 4.8.4)" @c #include <ctype.h> diff --git a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd index 4ed1398ca9a..96dfbfd0bab 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/CEFconv/cefsltx.cmd @@ -1,11 +1,11 @@ /*----------------------------------------------------------------------*\ cefsltx.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w b/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w index 8d81c07081f..c1044cf36d9 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisconv.w @@ -1,6 +1,6 @@ -% This is the cweb file sjisconv.w of the CJK Package Ver. 4.8.3 07-May-2012 +% This is the cweb file sjisconv.w of the CJK Package Ver. 4.8.4 18-Apr-2015 -% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@@gnu.org> % % 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 @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{sjisconv (CJK Version 4.8.3)} +\def\title{sjisconv (CJK Version 4.8.4)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont sjisconv} program} \vskip 20pt - \centerline{(CJK Version 4.8.3)} + \centerline{(CJK Version 4.8.4)} \vfill} \def\botofcontents{ @@ -91,7 +91,7 @@ Note that the user-defined character area of SJIS (with the first bytes in the range 0xF0--0xFC) is not supported because it is not portable. @d banner -"sjisconv (CJK ver. 4.8.3)" +"sjisconv (CJK ver. 4.8.4)" @c #include <stdio.h> diff --git a/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisltx.cmd b/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisltx.cmd index f903a188256..26857cb52a8 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisltx.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/SJISconv/sjisltx.cmd @@ -1,9 +1,9 @@ /*----------------------------------------------------------------------*\ sjisltx.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/extconv/bg5pltx.cmd b/Master/texmf-dist/source/latex/cjk/utils/extconv/bg5pltx.cmd index 78c1b8c6a9a..ff493a5ab32 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/extconv/bg5pltx.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/extconv/bg5pltx.cmd @@ -1,9 +1,9 @@ /*----------------------------------------------------------------------*\ bg5pltx.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/extconv/extconv.w b/Master/texmf-dist/source/latex/cjk/utils/extconv/extconv.w index f415466a4fb..019976889b9 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/extconv/extconv.w +++ b/Master/texmf-dist/source/latex/cjk/utils/extconv/extconv.w @@ -1,6 +1,6 @@ -% This is the cweb file extconv.w of the CJK Package Ver. 4.8.3 07-May-2012 +% This is the cweb file extconv.w of the CJK Package Ver. 4.8.4 18-Apr-2015 -% Copyright (C) 1994-2012 Werner Lemberg <wl@@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@@gnu.org> % % 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 @@ -26,13 +26,13 @@ % output rules (look at the position of braces below!) the author (it's me % too :-) prefer. Otherwise this file will be formatted traditionally. -\def\title{extconv (CJK Version 4.8.3)} +\def\title{extconv (CJK Version 4.8.4)} \def\topofcontents{ \null\vfill \centerline{\titlefont The {\ttitlefont extconv} program} \vskip 20pt - \centerline{(CJK Version 4.8.3)} + \centerline{(CJK Version 4.8.4)} \vfill} \def\botofcontents{ @@ -89,7 +89,7 @@ which will see the output of \.{extconv} complains loudly if something is wrong. @d banner -"extconv (CJK ver. 4.8.3)" +"extconv (CJK ver. 4.8.4)" @c #include <stdio.h> diff --git a/Master/texmf-dist/source/latex/cjk/utils/extconv/gbklatex.cmd b/Master/texmf-dist/source/latex/cjk/utils/extconv/gbklatex.cmd index 6afe95e83f1..397a889d78a 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/extconv/gbklatex.cmd +++ b/Master/texmf-dist/source/latex/cjk/utils/extconv/gbklatex.cmd @@ -1,9 +1,9 @@ /*----------------------------------------------------------------------*\ gbklatex.cmd - This file is part of the CJK macro package for LaTeX2e ver. 4.8.3 + This file is part of the CJK macro package for LaTeX2e ver. 4.8.4 - Copyright (C) 1994-2012 Wonkoo Kim <wkim+@pitt.edu> + Copyright (C) 1994-2015 Wonkoo Kim <wkim+@pitt.edu> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.gnu b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.gnu index f33001dac15..1248c4f508a 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.gnu +++ b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.gnu @@ -1,6 +1,6 @@ -# This file is part of the CJK package Version 4.8.3 (07-May-2012) +# This file is part of the CJK package Version 4.8.4 (18-Apr-2015) -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.in b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.in index 7f40c2c6080..937d5d6f818 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.in +++ b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/Makefile.in @@ -1,6 +1,6 @@ # Makefile for hbf2gf -- wl@gnu.org -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/c-auto.h b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/c-auto.h index 05f9ed04ff0..0bdbc5f782e 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/c-auto.h +++ b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/c-auto.h @@ -1,12 +1,12 @@ /* * c-auto.h * - * This file is part of the CJK package ver 4.8.3 07-May-2012 + * This file is part of the CJK package ver 4.8.4 18-Apr-2015 * */ /* - Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> + Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/dvidrv.btm b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/dvidrv.btm index dba59adb309..4ec03d0bf20 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/dvidrv.btm +++ b/Master/texmf-dist/source/latex/cjk/utils/hbf2gf/dvidrv.btm @@ -1,6 +1,6 @@ setdos /y1 :: -:: Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +:: Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> :: :: 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/lisp/cjkspace.el b/Master/texmf-dist/source/latex/cjk/utils/lisp/cjkspace.el index 8c39b3f1499..89b072111f7 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/lisp/cjkspace.el +++ b/Master/texmf-dist/source/latex/cjk/utils/lisp/cjkspace.el @@ -1,7 +1,7 @@ ;;; cjkspace.el --- provide a tilde character if you type a space. ;;; use this file with AUCTeX. -;; Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +;; Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> ;; ;; 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 @@ -18,7 +18,7 @@ ;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ;; MA 02110-1301 USA -;; This file is part of the CJK package Version 4.8.3 (07-May-2012) +;; This file is part of the CJK package Version 4.8.4 (18-Apr-2015) ;; Insert tilde characters instead of spaces for LaTeX CJK documents. ;; If `CJK-space-after-space' is non-nil, typing a space yields a space. diff --git a/Master/texmf-dist/source/latex/cjk/utils/lisp/cjktilde.el b/Master/texmf-dist/source/latex/cjk/utils/lisp/cjktilde.el index d91c8eb44c1..1d075fc688c 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/lisp/cjktilde.el +++ b/Master/texmf-dist/source/latex/cjk/utils/lisp/cjktilde.el @@ -1,6 +1,6 @@ ;;; cjktilde.el -- minor mode exchanging `~' and ` ' keys. -;; Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +;; Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> ;; ;; 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 @@ -17,7 +17,7 @@ ;; Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, ;; MA 02110-1301 USA -;; This file is part of the CJK package Version 4.8.3 (07-May-2012) +;; This file is part of the CJK package Version 4.8.4 (18-Apr-2015) ;; Function `cjk-tilde-mode' activates a minor mode (`cjk-tilde-minor-mode') ;; which exchanges the tilde key with the space key. This is useful for diff --git a/Master/texmf-dist/source/latex/cjk/utils/lisp/emacs/cjk-enc.el b/Master/texmf-dist/source/latex/cjk/utils/lisp/emacs/cjk-enc.el index b55b54a242f..da2052eb56a 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/lisp/emacs/cjk-enc.el +++ b/Master/texmf-dist/source/latex/cjk/utils/lisp/emacs/cjk-enc.el @@ -23,7 +23,7 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;; -;; CJK Version 4.8.3 (07-May-2012) +;; CJK Version 4.8.4 (18-Apr-2015) ;; ;;; Code diff --git a/Master/texmf-dist/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el b/Master/texmf-dist/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el index 0e9fdc9a738..d93d53e5ca4 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el +++ b/Master/texmf-dist/source/latex/cjk/utils/lisp/mule-2.3/cjk-enc.el @@ -22,7 +22,7 @@ ;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. ;; -;; CJK Version 4.8.3 (07-May-2012) +;; CJK Version 4.8.4 (18-Apr-2015) ;; ;;; Code diff --git a/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.c b/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.c index 2389c1c3672..a728991c73c 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.c +++ b/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.c @@ -1,7 +1,7 @@ /* - This is the file pinyin.c of the CJK macro package ver. 4.8.3 - (07-May-2012). + This is the file pinyin.c of the CJK macro package ver. 4.8.4 + (18-Apr-2015). Use this file to generate a hyphenation input file for patgen. @@ -12,7 +12,7 @@ */ /* - Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> + Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.tr b/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.tr index a382079c85a..8002b91033a 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.tr +++ b/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pinyin.tr @@ -5,9 +5,9 @@ % %% created by Werner Lemberg <wl@gnu.org> %% -%% Version 4.8.3 (07-May-2012) +%% Version 4.8.4 (18-Apr-2015) %% -%% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +%% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> %% %% 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pyhyph.tex b/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pyhyph.tex index 06850bcb9d3..f118f420012 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pyhyph.tex +++ b/Master/texmf-dist/source/latex/cjk/utils/pyhyphen/pyhyph.tex @@ -7,9 +7,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -26,7 +26,7 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\message{Hyphenation patterns for unaccented pinyin syllables (CJK 4.8.3)} +\message{Hyphenation patterns for unaccented pinyin syllables (CJK 4.8.4)} \begingroup diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/clonevf.pl b/Master/texmf-dist/source/latex/cjk/utils/subfonts/clonevf.pl index 0133a4bd7c0..ab345b00cbe 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/clonevf.pl +++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/clonevf.pl @@ -13,7 +13,7 @@ # # perl clonevf.pl bsmiuv bsmilpv -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/hlatex2agl.pl b/Master/texmf-dist/source/latex/cjk/utils/subfonts/hlatex2agl.pl index 2c71aa4bba8..22ca69446a5 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/hlatex2agl.pl +++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/hlatex2agl.pl @@ -28,7 +28,7 @@ # # perl hlatex2agl.pl wmj umj UKS-HLaTeX.sfd -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl b/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl index bbc08b2d0b5..bed1c4b8574 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl +++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/makefdx.pl @@ -39,7 +39,7 @@ # A collection of useful subfont definition files for CJK fonts can be found # in the ttf2pk package. -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 @@ -110,10 +110,10 @@ my $oldfh = select(FDX); print("% This is the file $fdxfile of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e % -% created by the script makefdx.pl for CJK Version 4.8.3 (07-May-2012). +% created by the script makefdx.pl for CJK Version 4.8.4 (18-Apr-2015). -\\def\\fileversion{4.8.3} -\\def\\filedate{2012/05/07} +\\def\\fileversion{4.8.4} +\\def\\filedate{2015/04/18} \\ProvidesFile{$fdxfile}[\\filedate\\space\\fileversion] \\CJKvdef{fullheight}{1em} diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/sfd2uni.pl b/Master/texmf-dist/source/latex/cjk/utils/subfonts/sfd2uni.pl index 7f3cfdeaaa9..a82a3cb10f3 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/sfd2uni.pl +++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/sfd2uni.pl @@ -26,7 +26,7 @@ # A collection of useful subfont definition files for CJK fonts can be found # in the ttf2pk package. -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe b/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe index cbf72cfac26..feb9d3a56c8 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe +++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/subfonts.pe @@ -9,7 +9,7 @@ # A collection of useful subfont definition files for CJK fonts can be found # in the ttf2pk package. -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/source/latex/cjk/utils/subfonts/uni2sfd.pl b/Master/texmf-dist/source/latex/cjk/utils/subfonts/uni2sfd.pl index 247a3bf0cdf..d28796c8747 100644 --- a/Master/texmf-dist/source/latex/cjk/utils/subfonts/uni2sfd.pl +++ b/Master/texmf-dist/source/latex/cjk/utils/subfonts/uni2sfd.pl @@ -24,7 +24,7 @@ # A collection of useful subfont definition files for CJK fonts can be found # in the ttf2pk package. -# Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +# Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> # # 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 diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd index 9bbb5e98775..6494af4617c 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42goth.fd}[\filedate\space\fileversion] % Japanese characters in JIS encoding scheme using Wadalab fonts: diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx index 3a44c3ae72a..0e8da256149 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42goth.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42goth.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd index 25a0515a466..941ca20a1af 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42maru.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx index 5326d6d7ec6..c8998d2e67a 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42maru.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42maru.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd index 3118eb3e83d..ddff4364361 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42min.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx index b8664c5a2b1..ba334c63173 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c42min.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42min.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd index 939fd8bd3bf..75bda2cc319 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c52maru.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx index 7eb1ededeed..3f80581f224 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52maru.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c52maru.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd index 2e4873630ab..27a7472ac4c 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c52min.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx index 73c87a95b04..815a20758f8 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c52min.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c52min.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd index c4b08960703..be87fd67ead 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70goth.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx index cfef41e6f2e..f94d7370100 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70goth.fdx @@ -3,10 +3,10 @@ % % created by Gernot Hassenpflug <gernot@nict.go.jp> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70goth.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd index 8ff8f0637ed..b1ce584eedc 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70maru.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx index 48fecb36294..aa613e9ea40 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70maru.fdx @@ -3,10 +3,10 @@ % % created by Gernot Hassenpflug <gernot@nict.go.jp> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70maru.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd index ff50141e883..b8f47feb705 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70min.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx index cf1b4b9ad00..9ddb6650dd8 100644 --- a/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx +++ b/Master/texmf-dist/tex/latex/cjk/contrib/wadalab/c70min.fdx @@ -3,10 +3,10 @@ % % created by Gernot Hassenpflug <gernot@nict.go.jp> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70min.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap index 368c9c57e2b..ee5ec02ad7b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{Bg5.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr index b5a95bf6c67..1501c016ee3 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{Bg5.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx index 4277edb6d3d..6be514b0296 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{Bg5.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc index edeb770fcdf..818f55e3b9e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/Bg5.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{Bg5.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc index 7d60e9dbc51..aa70372a2ff 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/HK.enc @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{HK.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd index 6b03652e2c2..a775ab8a104 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00bkai.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx index 1111c7f69e1..ac5c870304f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bkai.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00bkai.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd index 92ca74229d5..2d7c66ae3af 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00bsmi.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx index d658b8c2e4c..15275d558bf 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmi.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00bsmi.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd index 5accad41665..71fde2e2e68 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00bsmir.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx index 337c397ad95..b398d7fbed7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00bsmir.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00bsmir.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd index 2acebed2d80..b5fe83a3a73 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00cns.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00cns.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd index 5a97fbc8b5b..6cded2be8b4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00fs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00fs.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd index 386445f7a9b..1899bb38490 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kai.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00kai.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd index 4f50b39d653..6df67b5680c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00kair.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx index 8e7c012dc1c..311c2f61d79 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00kair.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00kair.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd index 3dfce593410..9aa3e231f46 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c00song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c00song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd index ae18ae0a41b..7b5ca9addd1 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c01song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c01song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd index 9e8a62c1997..bbcdb9506d9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c05song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c05song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd index 467d1d7bba0..49f8a640409 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/Bg5/c09song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c09song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd index 42926af8fbf..522930d91cc 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c80song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c80song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd index 987866237d8..c9a46527ffd 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CEF/c81song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c81song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJK.enc b/Master/texmf-dist/tex/latex/cjk/texinput/CJK.enc index 58547586aab..be9cd4ad6c3 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJK.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJK.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{CJK.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJK.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJK.sty index 12cfe84bcbe..1564efdb24a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJK.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJK.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -23,8 +23,8 @@ % MA 02110-1301 USA \NeedsTeXFormat{LaTeX2e}[2001/06/01] -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{CJK}[\filedate\space\fileversion] \RequirePackage{MULEenc} @@ -255,7 +255,7 @@ \def\CJKtemp{\csname\CJK@tempa\endcsname} \fi - \ifCJK@CJK@ + \ifCJK@latin@ \CJKtemp \else \expandafter\CJK@testInList\expandafter\CJK@uniPunct @@ -847,9 +847,9 @@ \let\nbs \nobreakspace -\newcommand{\CJKtilde}{ +\DeclareRobustCommand{\CJKtilde}{ \CJK@global\def~{\hspace{0.25em plus 0.125em minus 0.08em}\ignorespaces}} -\newcommand{\standardtilde}{ +\DeclareRobustCommand{\standardtilde}{ \CJK@global\def~{\nobreakspace{}}} @@ -861,9 +861,9 @@ % % the definitions are in MULEenc.sty also. -\providecommand{\CJKspace}{ +\DeclareRobustCommand{\CJKspace}{ \CJK@global\let\CJK@ignorespaces \@empty} -\providecommand{\CJKnospace}{ +\DeclareRobustCommand{\CJKnospace}{ \CJK@global\let\CJK@ignorespaces \ignorespaces} diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty index 32a643b740c..5a1d44df265 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJKfntef.sty @@ -4,7 +4,7 @@ % created by Wenchang Sun <sunwch@hotmail.com> % Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % Macros: % \CJKunderdot{...} @@ -42,7 +42,7 @@ % } % -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -60,8 +60,8 @@ % MA 02110-1301 USA \NeedsTeXFormat{LaTeX2e}[1998/06/01] -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{CJKfntef}[\filedate\space\fileversion] \RequirePackage{CJK} diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty index 33b0abaabe6..68494d0ffcd 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJKnumb.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,11 +22,11 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{CJKnumb}[\filedate\space\fileversion] -\RequirePackage{CJK}[2012/05/07] +\RequirePackage{CJK}[2015/04/18] % we suppress any unwanted spaces produced by linefeeds. diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty index 8e82c5b1bbc..148ce1479df 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJKspace.sty @@ -4,7 +4,7 @@ % created by Wenchang Sun <sunwch@hotmail.com> % Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % 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 @@ -24,7 +24,7 @@ \NeedsTeXFormat{LaTeX2e}[2001/06/01] \def\fileversion{3.8.0} -\def\filedate{2012/05/07} +\def\filedate{2015/04/18} \ProvidesPackage{CJKspace}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty index e6b351c9a38..5baef63f174 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJKulem.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -23,8 +23,8 @@ % MA 02110-1301 USA \NeedsTeXFormat{LaTeX2e}[1996/12/01] -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{CJKulem}[\filedate\space\fileversion] \RequirePackage{ulem}[2000/05/26] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty index 13add10ceee..28f3f8b0ad8 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJKutf8.sty @@ -4,9 +4,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -25,8 +25,8 @@ \NeedsTeXFormat{LaTeX2e}[2003/12/01] -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{CJKutf8}[\filedate\space\fileversion] \RequirePackage{ifpdf} @@ -52,18 +52,18 @@ \else \expandafter\ifx\csname u8:\string #1\string #2\endcsname \relax \csname CJK@\number `#1\endcsname{`#2} + \expandafter\CJK@ignorespaces \else \csname u8:\string #1\string #2\endcsname \fi - \CJK@ignorespaces \fi} \def\CJK@XXp#1#2{ - \expandafter\ifx\csname u8:\string #1\string #2\endcsname \relax - \csname CJK@\number `#1\endcsname{`#2}\CJK@ignorespaces + \expandafter\ifx\csname u8:\string #1\string #2\endcsname \relax + \csname CJK@\number `#1\endcsname{`#2} + \expandafter\CJK@ignorespaces \else \csname u8:\string #1\string #2\endcsname - \fi - \CJK@ignorespaces} + \fi} \def\CJK@XXX#1#2#3{ \ifx #2\protect @@ -71,18 +71,18 @@ \else \expandafter\ifx\csname u8:\string #1\string #2\string #3\endcsname \relax \csname CJK@\number `#1\endcsname{`#2}{`#3} + \expandafter\CJK@ignorespaces \else \csname u8:\string #1\string #2\string #3\endcsname \fi - \CJK@ignorespaces \fi} \def\CJK@XXXp#1#2#3#4{ \expandafter\ifx\csname u8:\string #1\string #2\string #4\endcsname \relax \csname CJK@\number `#1\endcsname{`#2}{`#4} + \expandafter\CJK@ignorespaces \else \csname u8:\string #1\string #2\string #4\endcsname - \fi - \CJK@ignorespaces} + \fi} % If pdftex is used, emit proper \ToUnicode cmaps. This code is based on % cjk-unicmap.sty, part of the hangul-ucs package written by KIM Kang-Soo diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty b/Master/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty index 3730fc7a048..76985b5c28c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CJKvert.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{CJKvert}[\filedate\space\fileversion] \RequirePackage{graphicx} diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg index dbade77a53e..95036c135f4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.bdg @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-TW.bdg}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr index ad7a87060d1..c7b90cab7a9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-TW.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc index 38f04be7a8b..13a595d90f3 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/EUC-TW.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-TW.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd index 9e62fae2ecc..15f25f06023 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c31song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c31song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd index a02c606e207..9f866d1787f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c32song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c32song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd index c570eed050b..06f0b84c315 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c33song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c33song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd index 5d21c2ba966..d052f1f622b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c34song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c34song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd index 855cbcd6682..46bb3734982 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c35song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c35song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd index a7a74972d8d..4ff74f88bbf 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c36song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c36song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd index e6d7897bb9d..c8e738ad1b3 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/CNS/c37song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c37song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap b/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap index 80eef45b677..a6526a296d5 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{GB.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx index c8c3c0ef9af..40fd77551dd 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/GB.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{GB.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd index 0491584ba76..e8efb4e8a1c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10fs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c10fs.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd index 9a920b919cd..8b266472a57 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c10gbsn.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx index 26051348721..19cbf19d04e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gbsn.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c10gbsn.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd index 3ec11f162a2..0fdbcb33302 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c10gkai.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx index 6189f92aff9..3a34dfb6f33 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10gkai.fdx @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c10gkai.fdx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd index 7d31ddd5c39..4e361cf963d 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c10song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c10song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd index b30be20cac8..4223455f1c6 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c11song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c11song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd index b790242390e..bbcb377c2c4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c19song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c19song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd index b0eb9a40ecc..909728a41a8 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c20song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c20song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd index d89130dc52d..624e9e3c284 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/GB/c21song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c21song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg index 8c54671592d..711e8b9f16e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.bdg @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-JP.bdg}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr index db6406d3559..18802ad2563 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-JP.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc index 62e56aa582b..38f4b026e61 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JP.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-JP.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc index 3a32be3edc5..647eabd89c4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/EUC-JPdnp.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{EUC-JPdnp.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap index 7a8a41bdb39..3a9550a5c25 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{JIS.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx index b3dee864356..82f0a25c93e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JIS.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{JIS.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc index a69e712b136..44b19896b71 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/JISdnp.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{JISdnp.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd index 1bfb398aecf..39a8b4036aa 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c40song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c40song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd index 460109a9aa5..4d05cbaeab0 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c41song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c41song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd index eaf818ae24c..7f0d984fefe 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c42song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c42song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd index 63857fc979d..1251d844c22 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c43song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c43song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd index 20abb2f20b2..f16744e25a4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/JIS/c50song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c50song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr index 17fba8704b1..cb4ad051ec4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/HLaTeX.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{HLaTeX.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc index e431d3ad1e7..f7c26a7e0e5 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/KSHL.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{KSHL.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd index 3e53615fe45..30f66370a4c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63bm.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63bm.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd index 149306c254a..2f17d711f90 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63dn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63dn.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd index b4a0d5cb5b4..c3507a2b322 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63gr.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd index 2ca8afccb34..b895651e974 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63gs.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd index 11032ec1751..c27ebdf90ec 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63gt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63gt.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd index b96cf716c24..3d32e0f325c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jgt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63jgt.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd index 8d4d13ff31d..8c964bb6a0a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jmj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63jmj.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd index 2e83c8312bb..169c4dda5e1 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jnv.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63jnv.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd index 5aa7b437de3..445d22c4db0 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63jsr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63jsr.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd index 58f3eddbf6a..9939c393c64 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63mj.fd @@ -3,13 +3,13 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % This font definition file is a modified version of the standard c63mj.fd % file; it is for the TeXLive distribution, using smaller font sets. -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63mj.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd index 8f77a10b5fc..9d9bb41e261 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pg.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63pg.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd index 91c62c16854..a51fabed817 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pga.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63pga.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd index 857cb9ec101..3ead4192327 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63ph.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63ph.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd index 6f28458a5e3..f6f2249f53f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63pn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63pn.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd index 2f5355ec5b5..07931f05e4f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63sh.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63sh.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd index a1545b5f83b..aa113a74df7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63tz.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63tz.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd index ed8d3391fd7..b07ea60f8b1 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63vd.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63vd.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd index 4baef15d686..f782d94183e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c63yt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c63yt.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd index cd601e69682..e9b2fcd63f9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64bm.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64bm.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd index 30a2980f2f2..4ad2e82ff1a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64dn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64dn.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd index aaa95ba1c2b..ce45b0ce2a4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64gr.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd index a973936d6c0..9311a5e4f0f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64gs.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd index 9c638bd600e..042cd30494b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64gt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64gt.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd index 5fed203133c..b76aa551a6e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jgt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64jgt.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd index a9688e88c47..e7d3c545270 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jmj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64jmj.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd index 777347bef17..05008ca036e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jnv.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64jnv.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd index 0924aab0cc0..151e9bc0099 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64jsr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64jsr.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd index f511399aa56..250541c50a8 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64mj.fd @@ -3,13 +3,13 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % This font definition file is a modified version of the standard c64mj.fd % file; it is for the TeXLive distribution, using smaller font sets. -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64mj.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd index a1dcfddcb95..b208a5f8759 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pg.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64pg.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd index 20f20144d2d..26ad47a7a35 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pga.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64pga.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd index d6d7ce61813..e81d2a479f7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64ph.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64ph.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd index 7818eb7d543..b4b1864db31 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64pn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64pn.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd index a3829b03a22..1903bdd16d9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64sh.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64sh.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd index ea607b3ee35..1980a8f3065 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64tz.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64tz.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd index aa7a403c4e1..92087c75f91 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64vd.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64vd.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd index f0f633d88ce..09f70c738dd 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c64yt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c64yt.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd index 945ad7ee671..13cfbc87509 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65bm.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65bm.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd index 6618449860b..8873d59c899 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65dn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65dn.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd index 62dda02f890..0a8d4990f19 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65gr.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd index dc545bc5d0a..673fa549e0b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65gs.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd index b083b05c3e7..a9d96baded8 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65gt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65gt.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd index 963353e8c2b..40d511e1a2a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jgt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65jgt.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd index f2178fafb62..94105895e49 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jmj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65jmj.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd index ff43de19bba..0c80ce03e91 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jnv.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65jnv.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd index 835f28c00b1..a0d8d087104 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65jsr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65jsr.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd index 78e9e5b92df..83c4db961ab 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65mj.fd @@ -3,13 +3,13 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % This font definition file is a modified version of the standard c65mj.fd % file; it is for the TeXLive distribution, using smaller font sets. -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65mj.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd index 694c8d81d4d..f5b43208f98 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pg.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65pg.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd index e99890ba768..f18acdedabf 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pga.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65pga.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd index 8cb26250ef5..fb4f2aa53c9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65ph.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65ph.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd index 901387d2f46..836524e00e4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65pn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65pn.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd index 17e047ce480..1f6ebafe918 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65sh.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65sh.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd index 7e7c1c77ba1..0c80ae060a9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65tz.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65tz.fd}[\filedate\space\fileversion] % Korean characters (Hangul) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd index a6fbdf16e7b..1ffaefd5b9a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65vd.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65vd.fd}[\filedate\space\fileversion] % Korean characters (Symbols) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd index c032abf7009..90d021a102b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/c65yt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c65yt.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty index 9023db347cb..d35018bdd35 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/HLaTeX/pshan.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{pshan}[\filedate\space\fileversion] \endinput diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr b/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr index 8a87c4ab81b..d739a2ce90b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{KS.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc b/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc index 896ea556626..831451ca674 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/KS.enc @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{KS.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd index 19a87c97b2e..15124ebce8c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60dr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60dr.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd index 8e8ed77de8b..bfda728dbc2 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60gr.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd index 807039c0d98..a462f4249f7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60gs.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd index 73b956c09c9..d5136edce49 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60gt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60gt.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd index 183799c3aff..1a53923e1c0 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hgt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60hgt.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd index 0c5220ebc41..9c6aed9d1aa 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hmj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60hmj.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd index e0a6781d9a6..d1a049365ae 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hol.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60hol.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd index 46a2e444dd1..754d3d067d5 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60hpg.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60hpg.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd index a37ce6b214c..6cd20203b04 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c60mj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c60mj.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd index 306e73808d4..a7ae4c0459a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61dr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61dr.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd index d3eb3f3eba5..112f131286c 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61gr.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd index 64e81044bc7..d82d2db8928 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gs.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61gs.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd index 4bf5885eed8..64ac747dba9 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61gt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61gt.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd index 06786153008..0eedfc9f9ac 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hgt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61hgt.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd index fc924c3ad3e..ac2e6661e7e 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hmj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61hmj.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd index 3a9509a1607..847be5a285d 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hol.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61hol.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd index d52910ac020..46cf14ded59 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61hpg.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61hpg.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd index 49582b5a262..46157440b65 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c61mj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c61mj.fd}[\filedate\space\fileversion] % Korean syllables (Hangul) and elements (Jaso) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd index a979995b3d2..197758069b7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/c62song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c62song.fd}[\filedate\space\fileversion] % Korean characters (Hanja) diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap index e22ee8c45d7..6bd740870cb 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{hangul.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx index a8b0e8ebc4a..35f4f13e2a0 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{hangul.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap index 30decf39eb7..2c9e398ff7a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{hangul2.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx index 7bd83867c5a..37d43dc39c7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hangul2.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{hangul2.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap index 99efeaf5acd..2b000073eed 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <a7971428@unet.univie.ac.at> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{hanja.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx index bd1a3b56159..b2e48ea9328 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/KS/hanja.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{hanja.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg index 2cebb609024..7dd2a6a0f1f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.bdg @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJIS.bdg}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap index 93e577b7f50..4390494383a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cap @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJIS.cap}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr index bc745165857..d5243145c32 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJIS.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx index 89fb5386bb2..d29ad727620 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJIS.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc index 97f17ad3f26..ba61a6a1cf4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJIS.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJIS.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr index 9bcc4e3a6a5..05e880f6cda 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJISdnp.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc index cb12f755f38..eb8381fa1bc 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/SJISdnp.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{SJISdnp.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd index ac7b5e4bc44..334ebf68120 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/SJIS/c49song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c49song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg index b19d264e91a..9c37a0afdbe 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.bdg @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{UTF8.bdg}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr index 953a32595ce..f255e32f311 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{UTF8.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc index bd2b67bda24..20b1cde2e98 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/UTF8.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{UTF8.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd index d8b54050a73..b70366a9bea 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70bkai.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx index 8c4b8b8ddeb..f8b815ae442 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bkai.fdx @@ -1,10 +1,10 @@ % This is the file c70bkai.fdx of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e % -% created by the script makefdx.pl for CJK Version 4.8.3 (07-May-2012). +% created by the script makefdx.pl for CJK Version 4.8.4 (18-Apr-2015). -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70bkai.fdx}[\filedate\space\fileversion] \CJKvdef{fullheight}{1em} diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd index ab371edc024..d65e63a7ea4 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70bsmi.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx index 47882df90ba..777dfe6c448 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70bsmi.fdx @@ -1,10 +1,10 @@ % This is the file c70bsmi.fdx of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e % -% created by the script makefdx.pl for CJK Version 4.8.3 (07-May-2012). +% created by the script makefdx.pl for CJK Version 4.8.4 (18-Apr-2015). -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70bsmi.fdx}[\filedate\space\fileversion] \CJKvdef{fullheight}{1em} diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd index 7c3b2eecc7b..d3f68d1edf7 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70gbsn.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx index 4117fa8fc58..2a171dcc035 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gbsn.fdx @@ -1,8 +1,8 @@ % This is the file c70gbsn.fdx of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70gbsn.fdx}[\filedate\space\fileversion] % This font doesn't contain a glyph for U+3007, but it has U+25CB. diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd index 2db67cdbb7d..1c175671942 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70gkai.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx index bfde31c614b..5fa017a258a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70gkai.fdx @@ -1,8 +1,8 @@ % This is the file c70gkai.fdx of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70gkai.fdx}[\filedate\space\fileversion] % This font doesn't contain a glyph for U+3007, but it has U+25CB. diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd index 439cfce7551..e803afcea3b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70mj.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx index 5205dc529c2..d5c0f741d7d 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70mj.fdx @@ -1,8 +1,8 @@ % This is the file c70mj.fdx of the CJK package % for using Asian logographs (Chinese/Japanese/Korean) with LaTeX2e -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70mj.fdx}[\filedate\space\fileversion] % This font doesn't contain a glyph for U+3007, but it has U+25CB. diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd index 058acbe32e5..4e41f9aef96 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/c70song.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c70song.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx index e5412ff4582..c6a16371d3a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ja.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{ja.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx index 3e86af7c793..44b7dc614c6 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{ko-Hang.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx index 84f639a1aad..9635d4f587a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hang2.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{ko-Hang2.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx index 95474bf4c78..68d68f9f575 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/ko-Hani.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <a7971428@unet.univie.ac.at> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{ko-Hani.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx index 720157af71c..f526089d330 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hans.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{zh-Hans.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx index 5bd71a7aba6..388f600aa8f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx +++ b/Master/texmf-dist/tex/latex/cjk/texinput/UTF8/zh-Hant.cpx @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{zh-Hant.cpx}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/extended.chr b/Master/texmf-dist/tex/latex/cjk/texinput/extended.chr index 48f2f4f595e..49e09b5f8ea 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/extended.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/extended.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{extended.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/extended.enc b/Master/texmf-dist/tex/latex/cjk/texinput/extended.enc index f9eaf62bc68..73d2ecee86a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/extended.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/extended.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{extended.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty b/Master/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty index 4c6676230ca..cc356b4b6cb 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/mule/MULEenc.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -25,8 +25,8 @@ \makeatletter \endlinechar \m@ne -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{MULEenc}[\filedate\space\fileversion] \NeedsTeXFormat{LaTeX2e}[1998/06/01] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/pinyin.sty b/Master/texmf-dist/tex/latex/cjk/texinput/pinyin.sty index 7cb3f33263b..c5a76b6bd8b 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/pinyin.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/pinyin.sty @@ -3,11 +3,11 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % This style file works with plain TeX also. -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -24,8 +24,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \catcode`@=11 \endlinechar \m@ne diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/pmC.chr b/Master/texmf-dist/tex/latex/cjk/texinput/pmC.chr index 382b5387d8d..0a4b44d412a 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/pmC.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/pmC.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{pmC.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc b/Master/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc index 621b5588af8..c86d9b30e15 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/pmCbig.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{pmCbig.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc b/Master/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc index 8aeddc141f7..e1a0245e0a5 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/pmCsmall.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{pmCsmall.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/ruby.sty b/Master/texmf-dist/tex/latex/cjk/texinput/ruby.sty index 4f1be80bd1a..a42df601dfb 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/ruby.sty +++ b/Master/texmf-dist/tex/latex/cjk/texinput/ruby.sty @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -23,8 +23,8 @@ % MA 02110-1301 USA \NeedsTeXFormat{LaTeX2e}[1995/06/01] -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesPackage{ruby}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/standard.bdg b/Master/texmf-dist/tex/latex/cjk/texinput/standard.bdg index ca315d58519..c793d940440 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/standard.bdg +++ b/Master/texmf-dist/tex/latex/cjk/texinput/standard.bdg @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{standard.bdg}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/standard.chr b/Master/texmf-dist/tex/latex/cjk/texinput/standard.chr index b4bbab575d3..bf367663a11 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/standard.chr +++ b/Master/texmf-dist/tex/latex/cjk/texinput/standard.chr @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{standard.chr}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/standard.enc b/Master/texmf-dist/tex/latex/cjk/texinput/standard.enc index 87b2565b996..5f107344b05 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/standard.enc +++ b/Master/texmf-dist/tex/latex/cjk/texinput/standard.enc @@ -3,9 +3,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -22,8 +22,8 @@ % Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, % MA 02110-1301 USA -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{standard.enc}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd index bbc7bd0d04d..ab41dcb2f93 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmr.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c90cmr.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd index 4750bb424fe..3dd77a71e7f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmss.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c90cmss.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd index 670e0efc336..aa6ba2d662f 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd +++ b/Master/texmf-dist/tex/latex/cjk/texinput/thai/c90cmtt.fd @@ -3,10 +3,10 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -\def\fileversion{4.8.3} -\def\filedate{2012/05/07} +\def\fileversion{4.8.4} +\def\filedate{2015/04/18} \ProvidesFile{c90cmtt.fd}[\filedate\space\fileversion] diff --git a/Master/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf b/Master/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf index d3a7d3b366f..b11c63edf39 100644 --- a/Master/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf +++ b/Master/texmf-dist/tex/latex/cjk/texinput/thai/thaicjk.ldf @@ -3,7 +3,7 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) % % % It is based on a similar file of the thailatex package, written @@ -11,7 +11,7 @@ % Theppitak Karoonboonyanan <thep@links.nectec.or.th>. \ProvidesLanguage{thaicjk} - [CJK 4.8.3 Thai support for the babel system] + [CJK 4.8.4 Thai support for the babel system] \LdfInit{thaicjk}{captionsthaicjk} diff --git a/Master/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf b/Master/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf index 16ece36050a..9fbe8e4fa92 100644 --- a/Master/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf +++ b/Master/texmf-dist/tex/latex/cjk/utils/pyhyphen/pinyin.ldf @@ -7,9 +7,9 @@ % % created by Werner Lemberg <wl@gnu.org> % -% Version 4.8.3 (07-May-2012) +% Version 4.8.4 (18-Apr-2015) -% Copyright (C) 1994-2012 Werner Lemberg <wl@gnu.org> +% Copyright (C) 1994-2015 Werner Lemberg <wl@gnu.org> % % 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 @@ -27,7 +27,7 @@ % MA 02110-1301 USA \ProvidesLanguage{pinyin} - [CJK 4.8.3 pinyin support for the babel system] + [CJK 4.8.4 pinyin support for the babel system] \LdfInit{pinyin}{captionspinyin} |