blob: ac53b2f29441d9cb3285cab2d6557d00f388ba5a (
plain)
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
|
===========================================================================
$BF|K\8l(B TeX $B%P!<%8%g%s(B 3.141592, p3.1.11
(tetex-src-3.0 $B0J9_MQ(B)
===========================================================================
$B"((B $BI,MW$J$i$P!"%$%s%9%H!<%k:n6H$r$9$kA0$K!"(B
$B5l%P!<%8%g%s$N(B TeX $B%7%9%F%`$N%P%C%/%"%C%W$r$7$F$/$@$5$$!#(B
$B"((B space code $B$r4^$s$@%U%!%$%kL>$,%5%]!<%H$5$l$F$$$^$9!#(B
$B$?$@$7!"O"B3$9$kFs$D0J>e$N(B space codes $B$O;HMQ$7$J$$$G$/$@$5$$(B:
platex "a b c d e.tex" $B$O(B ok $B$G$9$,(B
platex "a b.tex" $B$O(B ng $B$G$9!#(B
---------------------------------------------------------------------------
$B!|(B $B%=!<%9%U%!%$%k(B
---------------------------------------------------------------------------
pTeX $B$r%$%s%9%H!<%k$9$k$K$O!"$D$.$N%U%!%$%k$,I,MW$G$9!#(B
$B!&(Bptex-src-3.1.11.tar.gz (pTeX $B%=!<%9%U%!%$%k(B)
$B!&(Bptex-texmf-2.5.tar.gz (pTeX $B%i%$%V%i%j%U%!%$%k(B)
$B!&(BteTeX-src-3.0.tar.gz (teTeX $B%=!<%9%U%!%$%k(B)
$B!&(BteTeX-texmf-3.0.tar.gz (teTeX $B%i%$%V%i%j%U%!%$%k(B)
$B$3$l$i$O!"0J2<$N%5%$%H$J$I$+$iF~<j2DG=$G$9!#(B
$B!&(BpTeX $B4XO"(B
ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/
ftp://ftp.ring.gr.jp/pub/text/TeX/ascii-ptex/
ftp://ftp.media.kyoto-u.ac.jp/TeX/ASCII-pTeX/
ftp://bash.cc.keio.ac.jp/pub/TeX/ascii-ptex/
ftp://ftp.cs.titech.ac.jp/pub/text/TeX/ASCII-pTeX/
ftp://ftp.tut.ac.jp/TeX/ASCII-pTeX/
ftp://ftp.u-aizu.ac.jp/pub/tex/ASCII-pTeX/
ftp://ftp.foretune.co.jp/pub/TeX/ascii-ptex/
$B!&(BteTeX $B4XO"(B
ftp://ftp.ring.gr.jp/pub/text/CTAN/systems/unix/teTeX/current/distrib/ (JPN)
ftp://cam.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ (UK)
ftp://dante.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ (GER)
ftp://tug.ctan.org/tex-archive/systems/unix/teTeX/current/distrib/ (US)
---------------------------------------------------------------------------
$B!|(B $B%$%s%9%H!<%k(B
---------------------------------------------------------------------------
1. teTeX $B$N%i%$%V%i%j%U%!%$%k$rE83+$7$^$9!#(B
mkdir -p /usr/local/teTeX3/share/texmf-dist
tar zxf tetex-texmf-3.0.tar.gz \
-C /usr/local/teTeX3/share/texmf-dist
2. ptex $B$N%i%$%V%i%j%U%!%$%k$rE83+$7$^$9!#(B
mkdir -p /usr/local/teTeX3/share/texmf
tar zxf ptex-texmf-2.5.tar.gz -C /usr/local/teTeX3/share/texmf
3. teTeX $B$N%=!<%9%U%!%$%k$rE83+$7$^$9!#(B
tar zxf tetex-src-3.0.tar.gz -C /usr/local/src
4. ptex $B$N%=!<%9%U%!%$%k$rE83+$7$^$9!#(B
tar zxvf ptex-src-3.1.11.tar.gz \
-C /usr/local/src/tetex-src-3.0/texk/web2c
5. teTeX $B%=!<%9%U%!%$%k$rE83+$7$?%G%#%l%/%H%j$K0\F0$7!"(Bconfigure $B%3%^%s%I(B
$B$r<B9T$7$^$9!#(Bprefix $B%*%W%7%g%s$K$O!"(BteTeX $B%i%$%V%i%j$r%$%s%9%H!<%k(B
$B$7$?%G%#%l%/%H%j$r;XDj$7$^$9!#(B
cd /usr/local/src/tetex-src-3.0
./configure --prefix=/usr/local/teTeX3
make
make install
6. ptex $B$N%=!<%9%G%#%l%/%H%j$K0\F0$7!"(Bconfigure $B%3%^%s%I$r<B9T$7$^$9!#(B
$B$3$N$H$-!"%G%U%)%k%H$N4A;z%3!<%I$r;XDj$7$F$/$@$5$$!#(B
cd /usr/local/src/tetex-src-3.0/texk/web2c/ptex-src-3.1.11
./configure euc (EUC$B%3!<%I$N>l9g(B)
./configure jis (JIS$B%3!<%I$N>l9g(B)
./configure sjis ($B%7%U%H(BJIS$B%3!<%I$N>l9g(B)
make
make install
=============================================================== EOT =====
|