From a367543b300faf3092d5847d0b107c4dab768cfe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 Apr 2017 22:25:54 +0000 Subject: uptex-base (17apr17) git-svn-id: svn://tug.org/texlive/trunk@43900 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/uptex/uptex-base/00readme_uptex.txt | 4 +-- .../doc/uptex/uptex-base/01uptex_doc_utf8.txt | 7 +++-- .../uptex/uptex-base/02uptex_changelog_utf8.txt | 31 +++++++++++++++++++++- Master/texmf-dist/doc/uptex/uptex-base/LICENSE | 4 +-- Master/texmf-dist/doc/uptex/uptex-base/README.md | 4 +-- Master/texmf-dist/tex/uptex/uptex-base/euptex.src | 14 +++++++--- Master/texmf-dist/tex/uptex/uptex-base/uptex.tex | 13 ++++----- 7 files changed, 56 insertions(+), 21 deletions(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt b/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt index a593ef74ea3..091cf128753 100644 --- a/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt +++ b/Master/texmf-dist/doc/uptex/uptex-base/00readme_uptex.txt @@ -1,5 +1,5 @@ upTeX, upLaTeX --- unicode version of ASCII pTeX, pLaTeX -2016.02.20 Ver1.21 +2017.01.15 Ver1.22 TANAKA, Takuji ttk(at)t-lab(dot)opal(dot)ne(dot)jp [ Contents ] @@ -12,7 +12,7 @@ under bin/ :: utility under samples/ :: samples for test [ Building upTeX ] -The sources work with TeXLive svn r39778 . +The sources work with TeXLive svn r42954 . Ref. TeXLive and Subversion http://www.tug.org/texlive/svn/ [ Status ] diff --git a/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt b/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt index 08fea761b6c..ca30102a9e6 100644 --- a/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt +++ b/Master/texmf-dist/doc/uptex/uptex-base/01uptex_doc_utf8.txt @@ -1,5 +1,5 @@ upTeX, upLaTeX --- 内部unicode版 pTeX, pLaTeX の実装 -2016.02.20 Ver1.21 +2017.01.15 Ver1.22 TANAKA, Takuji ttk(at)t-lab(dot)opal(dot)ne(dot)jp ◇ upTeX開発のねらい @@ -449,9 +449,8 @@ dvipdfmx TeX Live svn に r24509 あたりで取り込まれた。 dvi2tty TeX Live svn に r24634 あたりで取り込まれた。 dvi2tty の NTT JTeX/pTeX 対応版を upTeX 対応にした。 オプション -J を変更し、 -U, -E を新設した。 - さらにT1,TS1,OT2,T2A,T2B,T2C,X2エンコーディング対応にし、 - TeX Liveへの取り込みを提案していたが、 - 一旦取り下げ、upTeX packageとは別扱いとする。 + さらに、T1,TS1,OT2,T2A,T2B,T2C,X2エンコーディング対応機能が + TeX Live に r39942 あたりで取り込まれた。 mendex TeX Live r33962 あたりで、表記をUnicode対応とした。 upmendex mendex をベースに新規に作成した。 mendex の内部コードをUnicode化し、ICUによるソート、 diff --git a/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt b/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt index 73654ad5873..2c9c95a6827 100644 --- a/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt +++ b/Master/texmf-dist/doc/uptex/uptex-base/02uptex_changelog_utf8.txt @@ -1,5 +1,34 @@ ### ChangeLog / 変更履歴 +2017.01.15 Ver1.22-20170115a + TeXLive svn r42954 base + Build/source/texk/web2c/uptexdir: + * uptex-m.ch, uppltotf.ch, uptftopl.ch, updvitype.ch, upbibtex.ch, + uptex_version.h: + Update upTeX version number. + * uptex-m.ch, kanji.c: + Update reference of Unicode blocks to + "Blocks-9.0.0.txt Date: 2016-02-05, 23:48:00 GMT [KW]". + * upbibtex.ch: Fix bug on "substring$". + * COPYRIGHT, COPYRIGHT.ja: + Update copyright name and year. + Rename from COPYRIGHT.utf8 to COPYRIGHT.ja . + Build/source/texk/makejvf: + * uniblock.c: Update reference of Unicode blocks Blocks-9.0.0.txt . + * main.c: Update version number. + Master/texmf-dist/source/fonts/uptex-fonts, + Master/texmf-dist/fonts/{cmap,tfm,vf}/uptex-fonts, + Master/texmf-dist/tex/uptex/uptex-base: + * Rename the directories + Master/texmf-dist/fonts/cmap/uptex-fonts/UTF8-UTF16: + * Update to Ver1.003. + uplatex: + * Removed. Now it is distributed at + https://github.com/texjporg/uplatex + http://www.ctan.org/pkg/uplatex + 01uptex_doc_utf8.txt: + Update. + 2016.02.20 Ver1.21-20160220a TeXLive svn r39778 base Build/source/texk/web2c/uptexdir: @@ -13,7 +42,7 @@ Rename from COPYRIGHT.jis and convert encoding from ISO-2022-JP to UTF-8. Build/source/texk/makejvf: - * uniblock.c: Update references Unicode blocks Blocks-8.0.0.txt + * uniblock.c: Update references of Unicode blocks Blocks-8.0.0.txt and CMap files. * main.c: Update version number. Master/texmf-dist/source/fonts/uptex/jis: diff --git a/Master/texmf-dist/doc/uptex/uptex-base/LICENSE b/Master/texmf-dist/doc/uptex/uptex-base/LICENSE index bafc1e4247c..b6ca7a52262 100644 --- a/Master/texmf-dist/doc/uptex/uptex-base/LICENSE +++ b/Master/texmf-dist/doc/uptex/uptex-base/LICENSE @@ -1,6 +1,6 @@ Copyright (c) 2010 ASCII MEDIA WORKS -Copyright (c) 2016 Takuji Tanaka -Copyright (c) 2016 Japanese TeX Development Community +Copyright (c) 2016-2017 Takuji Tanaka +Copyright (c) 2016-2017 Japanese TeX Development Community All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/Master/texmf-dist/doc/uptex/uptex-base/README.md b/Master/texmf-dist/doc/uptex/uptex-base/README.md index 0e64ce42025..4956bc81a08 100644 --- a/Master/texmf-dist/doc/uptex/uptex-base/README.md +++ b/Master/texmf-dist/doc/uptex/uptex-base/README.md @@ -12,10 +12,10 @@ If you have issues, please let us know from the above page. ## License The bundle may be distributed and/or modified under the terms of -the 3-clause BSD license (see LICENSE). +the 3-clause BSD license (see [LICENSE](./LICENSE)). ## Release Date -2016-05-16 +2017-04-17 Japanese TeX Development Community diff --git a/Master/texmf-dist/tex/uptex/uptex-base/euptex.src b/Master/texmf-dist/tex/uptex/uptex-base/euptex.src index 2678731fe11..a6be4d61ddc 100644 --- a/Master/texmf-dist/tex/uptex/uptex-base/euptex.src +++ b/Master/texmf-dist/tex/uptex/uptex-base/euptex.src @@ -1,5 +1,5 @@ -%% e-upTeX macro -%% derived from $TEXMF/tex/plain/etex/etex.src, eptex.src +%% e-upTeX macro (2016/12/06) +%% derived from $TEXMF/tex/plain/etex/etex.src (V2.1;0 01-FEB-1999), eptex.src %% e-upTeX: euptex *euptex.src % Assume a purely IniTeX environment and set up a minimal \catcode r\'egime @@ -493,9 +493,15 @@ \count 265=\@cclvi % globally allocates \toks registers 256, 257, ... \count 266=\@ne % globally allocates \marks classes 1, 2, ... -\def \et@xmaxregs {32768} +% There may be (u)pTeX + e-pTeX which does not have +% FAM256 patch (e.g. ptex-ng) (2016/12/06) +\ifx \undefined \omathchar + \def \et@xmaxregs {32768} +\else + \def \et@xmaxregs {65536} % FAM256 patched (2016/05/16) +\fi -\count 270=\et@xmaxregs % locally allocates \count registers 32767, 32766, ... +\count 270=\et@xmaxregs % locally allocates \count registers 65535, 65534, ... \count 271=\et@xmaxregs % ditto for \dimen registers \count 272=\et@xmaxregs % ditto for \skip registers \count 273=\et@xmaxregs % ditto for \muskip registers diff --git a/Master/texmf-dist/tex/uptex/uptex-base/uptex.tex b/Master/texmf-dist/tex/uptex/uptex-base/uptex.tex index eff77729463..86521851069 100644 --- a/Master/texmf-dist/tex/uptex/uptex-base/uptex.tex +++ b/Master/texmf-dist/tex/uptex/uptex-base/uptex.tex @@ -1,11 +1,12 @@ -% This is the upTeX format +% This is the upTeX format (community edition) +% last update: texjporg 2017/03/12 % % pTeX format file: -% (C)copyright ASCII corporation,1987,1995,1997 +% (C)copyright ASCII corporation,1987,1995,1997 % and modified for upTeX % \input plain -\catcode`@=11 % at signs are no longer letters +\catcode`@=11 % at signs act like letters \def\footnote#1{\let\@sf\empty % parameter #2 (the text) is read later \ifhmode\edef\@sf{\spacefactor\the\spacefactor}\/\fi \nobreak#1\@sf\vfootnote{#1}} @@ -15,7 +16,7 @@ \font\sevenmin=upjisr-h at 7pt \font\fivemin=upjisr-h at 5pt % -\font\tengt=upjisg-h % ugothic(KANJI) +\font\tengt=upjisg-h % gothic(KANJI) \font\sevengt=upjisg-h at 7pt \font\fivegt=upjisg-h at 5pt % @@ -52,6 +53,6 @@ \autospacing\autoxspacing \jcharwidowpenalty=500 % -% identifies the current format +% identifies the current format based on plain \def\fmtname{uptex} -\def\fmtversion{3.14159 p1.0b_u00} +\edef\fmtversion{\fmtversion\space p1.0b_u00} -- cgit v1.2.3