diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-13 00:25:21 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2012-08-13 00:25:21 +0000 |
commit | 5b60aa111763f2a676796e88d2237b87bb01a3fb (patch) | |
tree | b150d9bc634010a294ecf5d36a46aaa8ef337117 /Build/source/texk/web2c/euptexdir | |
parent | 1c2ec3292aa6c8b49e17b9275266cab2bb95b997 (diff) |
upTeX u1.11 from TANAKA Takuji
git-svn-id: svn://tug.org/texlive/trunk@27377 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/euptexdir')
4 files changed, 24 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/euptexdir/ChangeLog b/Build/source/texk/web2c/euptexdir/ChangeLog index 4aa0680f0ba..62783aab2f3 100644 --- a/Build/source/texk/web2c/euptexdir/ChangeLog +++ b/Build/source/texk/web2c/euptexdir/ChangeLog @@ -1,3 +1,9 @@ +2012-08-13 TANAKA Takuji <KXD02663@nifty.ne.jp> + + * am/euptex.am: Use the new fam256-eup-pre.ch and fam256-eup-post.ch + for upTeX u1.11. + * fam256-eup-pre.ch, fam256-eup-post.ch: Add for upTeX u1.11. + 2012-08-02 Peter Breitenlohner <peb@mppmu.mpg.de> * am/euptex.am: Clarify *tex_version.h dependencies. diff --git a/Build/source/texk/web2c/euptexdir/am/euptex.am b/Build/source/texk/web2c/euptexdir/am/euptex.am index 08a929d175c..1d7d2413e15 100644 --- a/Build/source/texk/web2c/euptexdir/am/euptex.am +++ b/Build/source/texk/web2c/euptexdir/am/euptex.am @@ -68,7 +68,9 @@ euptex_ch_srcs = \ euptexdir/euptex.ch1 \ eptexdir/etex.ch1 \ $(euptex_ch_synctex) \ + euptexdir/fam256-eup-pre.ch \ eptexdir/fam256.ch \ + euptexdir/fam256-eup-post.ch \ euptexdir/pdfstrcmp-eup-pre.ch \ eptexdir/pdfstrcmp.ch \ euptexdir/pdfstrcmp-eup-post.ch \ diff --git a/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch b/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch new file mode 100644 index 00000000000..4160bc9c1bc --- /dev/null +++ b/Build/source/texk/web2c/euptexdir/fam256-eup-post.ch @@ -0,0 +1,8 @@ +@x + char_def_code: print_esc("chardef"); + math_char_def_code: print_esc("mathchardef"); +@y + char_def_code: print_esc("chardef"); + kchar_def_code: print_esc("kchardef"); + math_char_def_code: print_esc("mathchardef"); +@z diff --git a/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch b/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch new file mode 100644 index 00000000000..548b5f624c1 --- /dev/null +++ b/Build/source/texk/web2c/euptexdir/fam256-eup-pre.ch @@ -0,0 +1,8 @@ +@x + char_def_code: print_esc("chardef"); + kchar_def_code: print_esc("kchardef"); + math_char_def_code: print_esc("mathchardef"); +@y + char_def_code: print_esc("chardef"); + math_char_def_code: print_esc("mathchardef"); +@z |