1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
upLaTeX standard format files and class files
#### Contents
## ins files
uplfmt.ins: "uptex uplfmt.ins" generates
uplatex.ltx, uplcore.ltx, upldefs.ltx,
jy2{mc,gt}.fd, jt2{mc,gt}.fd, uptrace.sty, ukinsoku.tex
from uplatex.dtx, uplvers.dtx, uplfonts.dtx, plcore.dtx, ukinsoku.dtx
uplcls.ins: "uptex uplcls.ins" generates
ujarticle.cls, ujreport.cls, ujbook.cls, ujsize{10,11,12}.clo, ujbk{10,11,12}.clo,
utarticle.cls, utreport.cls, utbook.cls, utsize{10,11,12}.clo, utbk{10,11,12}.clo
from ujclasses.dtx
## dtx files
uplatex.dtx, uplvers.dtx, plcore.dtx: for format files
plcore.dtx is as same as that of original pLaTeX2e <2006/11/10>.
uplfonts.dtx: for font files.
ukinsoku.dtx: for kinsoku file.
ujclasses.dtx: for class files.
Document (*.dvi) ganeration has not been checked yet.
## fd files, cls files, sty files, tex files
these are generated by uptex and above sources.
#### Copyright
The files in this directory are
based on "texmf library for Japanese TeX (pTeX)"
by ASCII Corporation (currently ASCII MEDIA WORKS Inc.)
and modified for upTeX/upLaTeX.
These are available under the following license agreement.
===============================================================================
Copyright (C) 1987, 1995 ASCII Corporation.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
1. Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. Neither the name of the author may be used to endorse or promote products
derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
===============================================================================
#### ChangeLog
uptex-1.20 [2014/12/29] TTK
* re-package for upTeX/upLaTeX Ver.1.20 distribution.
uptex-1.10 [2012/04/29] TTK
* Update config/uplatex.ini to Tono-san's style.
Ref. http://oku.edu.mie-u.ac.jp/~okumura/texfaq/qa/31691.html
uptex-1.00 [2012/01/15] TTK
* re-package for upTeX/upLaTeX Ver.1.00 distribution.
v20110507a [2011/05/07] TTK
* re-package for upTeX/upLaTeX based on uptex-0.30 distribution
and ptex-texmf-2.5.tar.gz .
* reset version number for upTeX/upLaTeX.
- uplvers.dtx [2011/05/07 v1.0q_u00], \pfmtversion{2011/05/07u00}
- uplpatch.ltx \pfmtversion{2011/05/07u00}
- ujclasses.dtx [2011/05/07 v1.6_u00]
- uplatex.dtx [2011/05/07 v1.0c_u00]
- uplfonts.dtx [2011/05/07 v1.5_u00]
- ukinsoku.dtx [2011/05/07 v1.0_u00]
* rename plpatch.ltx to uplpatch.ltx .
* rename pldefs.cfg to updefs.cfg .
* add ujbk{10,11,12}.clo .
* converte files to UTF-8 encoding.
|