diff options
author | asami <asami@FreeBSD.org> | 1996-03-25 12:31:45 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-03-25 12:31:45 +0800 |
commit | e654a9e69afaf1e4ce31acd4bf72533c59f3b331 (patch) | |
tree | 37cab2d047a9c2b6462e3394890013560808a6ee | |
parent | c0fce0462be586e9fab96bf230c0a45d5a61b34d (diff) | |
download | freebsd-ports-gnome-e654a9e69afaf1e4ce31acd4bf72533c59f3b331.tar.gz freebsd-ports-gnome-e654a9e69afaf1e4ce31acd4bf72533c59f3b331.tar.zst freebsd-ports-gnome-e654a9e69afaf1e4ce31acd4bf72533c59f3b331.zip |
Upgrade, 2.1.1 -> 2.1.4.
Submitted by: Masafumi NAKANE <masafumi@pobox.com>
-rw-r--r-- | japanese/ptex-base/Makefile | 67 | ||||
-rw-r--r-- | japanese/ptex-base/distinfo | 6 | ||||
-rw-r--r-- | japanese/ptex-base/pkg-comment | 2 | ||||
-rw-r--r-- | japanese/ptex-base/pkg-descr | 5 | ||||
-rw-r--r-- | japanese/ptex-base/pkg-plist | 683 | ||||
-rw-r--r-- | japanese/ptex-common/Makefile | 67 | ||||
-rw-r--r-- | japanese/ptex-common/distinfo | 6 | ||||
-rw-r--r-- | japanese/ptex-common/pkg-comment | 2 | ||||
-rw-r--r-- | japanese/ptex-common/pkg-descr | 5 | ||||
-rw-r--r-- | japanese/ptex-common/pkg-plist | 683 |
10 files changed, 780 insertions, 746 deletions
diff --git a/japanese/ptex-base/Makefile b/japanese/ptex-base/Makefile index 81bb8d1a2455..b3922776cdae 100644 --- a/japanese/ptex-base/Makefile +++ b/japanese/ptex-base/Makefile @@ -1,39 +1,55 @@ # New ports collection makefile for: pTeX -# Version required: 2.1.1 +# Version required: 2.1.4 # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1995/11/15 10:16:07 asami Exp $ +# $Id: Makefile,v 1.2 1995/11/22 13:06:38 asami Exp $ # -DISTNAME= ptex3.1415.p2.1.1 -PKGNAME= jp-ptex-2.1.1 +DISTNAME= ptex3.1415.p2.1.4 +PKGNAME= jp-ptex-2.1.4 CATEGORIES+= japanese print -MASTER_SITES= ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/ \ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ \ + ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/corresponding-sources/ \ +ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/ \ ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/corresponding-sources/ \ ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/ \ - ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/coresponding-sources/ \ - ftp://ftp.ascii.co.jp/pub/TeX/ASCII-pTeX-2.1.1/ \ - ftp://ftp.ascii.co.jp/pub/TeX/ASCII-pTeX-2.1.1/coresponding-sources/ -# ptex-2.1f2.tar.gz, plib-jis.tar.gz, plib-sj.tar.gz and plib-euc.tar.gz + ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/corresponding-sources/ +# ptex-2.1.4.tar.gz, plib-jis.tar.gz, plib-sj.tar.gz and plib-euc.tar.gz # are on */*2.1.1/ # web-6.1.tar.gz, web2c-6.1.tar.gz, web2c.kpathsea-2.6.help, -# xdvik-18f.tar.gz and lib-6.9.tar.gz are on */*2.1.1/coresponding-sources/ -DISTFILES= ptex-2.1f2.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ +# xdvik-18f.tar.gz and lib-6.9.tar.gz are on */*2.1.1/corresponding-sources/ +DISTFILES= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ web2c.kpathsea-2.6.help xdvik-18f.tar.gz lib-6.9.tar.gz -EXTRACT_ONLY= ptex-2.1f2.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ +EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ xdvik-18f.tar.gz MAINTAINER= ohmon@sfc.keio.ac.jp HAS_CONFIGURE= yes -IS_INTERACTIVE= yes +CONFIGURE_ARGS=--prefix=${PREFIX} WRKSRC= ${WRKDIR}/kpathsea-2.6 pre-fetch: .if !defined(KANJI-CODE) - @echo "You can set KANJI-CODE value JIS, SJIS or EUC." - @echo "Now default value JIS is setted." + @echo "You can set KANJI-CODE value to JIS, SJIS or EUC." + @echo "Now JIS is used as default." +.if !defined(BATCH) + @echo -n "Is JIS OK? (y/n) ==> " + @(read ans; \ + case x"$$ans" in \ + xy*|xY*) \ + return 0; \ + ;; \ + *) \ + echo "Ok, please rerun make with preferred KANJI-CODE specification"; \ + echo " like following example."; \ + echo " make KANJI-CODE=EUC"; \ + return 1; \ + ;; \ + esac) +.endif + KANJI-CODE= JIS .endif .if ${KANJI-CODE} == JIS @@ -57,8 +73,7 @@ EXTRACT_ONLY+= plib-euc.tar.gz post-extract: @mv ${WRKDIR}/web2c-6.1/web2c ${WRKDIR}/xdvik-18f @mv ${WRKDIR}/xdvik-18f ${WRKDIR}/kpathsea-2.6 - @rm -fr ${WRKDIR}/web2c-6.1 - @rm -fr ${WRKDIR}/kpathsea-2.6/xdvik + @rm -fr ${WRKDIR}/web2c-6.1 ${WRKDIR}/kpathsea-2.6/xdvik pre-patch: @(cd ${WRKSRC} ; \ @@ -66,13 +81,13 @@ pre-patch: pre-configure: .if ${KANJI-CODE} == JIS - @(cd ${WRKDIR}/ptex-2.1f2 ; ./pTeXsetup -jis) + @(cd ${WRKDIR}/ptex-2.1.4 ; ./pTeXsetup -jis) .endif .if ${KANJI-CODE} == SJIS - @(cd ${WRKDIR}/ptex-2.1f2 ; ./pTeXsetup -sjis) + @(cd ${WRKDIR}/ptex-2.1.4 ; ./pTeXsetup -sjis) .endif .if ${KANJI-CODE} == EUC - @(cd ${WRKDIR}/ptex-2.1f2 ; ./pTeXsetup -euc) + @(cd ${WRKDIR}/ptex-2.1.4 ; ./pTeXsetup -euc) .endif post-configure: @@ -83,6 +98,7 @@ do-build: (cd ${WRKSRC} ; make) pre-install: +.if !defined(BATCH) @echo "***********************************************************" @echo "* W a r n i n g *" @echo "* This port will overwrite the existing tex installation. *" @@ -99,15 +115,16 @@ pre-install: return 1; \ ;; \ esac) - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/lib-6.9.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/lib-6.9.tar.gz | tar xf -) .if ${KANJI-CODE} == JIS - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/plib-jis.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/plib-jis.tar.gz | tar xf -) .endif .if ${KANJI-CODE} == SJIS - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/plib-sj.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/plib-sj.tar.gz | tar xf -) .endif .if ${KANJI-CODE} == EUC - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/plib-euc.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/plib-euc.tar.gz | tar xf -) +.endif .endif MANPAGE=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \ @@ -118,7 +135,7 @@ MANPAGE=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \ post-install: .if !defined(NOMANCOMPRESS) @for manpage in ${MANPAGE}; do \ - gzip -9nf /usr/local/man/man1/$$manpage ;\ + gzip -9nf ${PREFIX}/man/man1/$$manpage ;\ done .endif diff --git a/japanese/ptex-base/distinfo b/japanese/ptex-base/distinfo index 636be056b484..2dce6cdb14f7 100644 --- a/japanese/ptex-base/distinfo +++ b/japanese/ptex-base/distinfo @@ -1,9 +1,9 @@ -MD5 (ptex-2.1f2.tar.gz) = 40f5ed8d8b352b3d4d5e6d8259f6d79e MD5 (web-6.1.tar.gz) = dd72df51e2eb7beefa7f9a6c436711fe MD5 (web2c-6.1.tar.gz) = f11265a9212b521b75c4c7839dde0cc2 MD5 (web2c.kpathsea-2.6.help) = b40863d2ffffd3b6c62614bfce1d1928 MD5 (xdvik-18f.tar.gz) = f64ece624014993da590d0d08f0f4552 MD5 (lib-6.9.tar.gz) = 5cd036615773f8098991517cc1432dc6 -MD5 (plib-jis.tar.gz) = 0fd9d06f92d0aa10fd99599bfc35d927 -MD5 (plib-sj.tar.gz) = 11555cca3436618113598bdc61b28130 +MD5 (ptex-2.1.4.tar.gz) = 1ece2990891db8f34db11d35e4d09fa5 +MD5 (plib-jis.tar.gz) = 81b2e7fae4d35f70472ac7b73033afeb +MD5 (plib-sj.tar.gz) = cb165c53205ad632a7a697d0a26e53da MD5 (plib-euc.tar.gz) = ca2940dc0c680564734acbbaec0cb5f4 diff --git a/japanese/ptex-base/pkg-comment b/japanese/ptex-base/pkg-comment index a086a84084c4..22410c821bde 100644 --- a/japanese/ptex-base/pkg-comment +++ b/japanese/ptex-base/pkg-comment @@ -1 +1 @@ -ptex-3.1415, p2.1.1, ASCII Japanes TeX +ASCII Japanese TeX diff --git a/japanese/ptex-base/pkg-descr b/japanese/ptex-base/pkg-descr index e8a6ca5e562e..fdaeeb20eae4 100644 --- a/japanese/ptex-base/pkg-descr +++ b/japanese/ptex-base/pkg-descr @@ -1,6 +1,5 @@ -This is pTeX-3.1415, p2.1.1, a TeX system which can use Japanese -written by ASCII. +This is pTeX, a TeX system supports Japanese written by ASCII. This system is based on TeX 3.1415. -This package can compile to use JIS, SJIS or Japanese-EUC. +This package can be compiled to use either JIS, SJIS or Japanese-EUC. diff --git a/japanese/ptex-base/pkg-plist b/japanese/ptex-base/pkg-plist index cce4a8410ea5..1daa9f898612 100644 --- a/japanese/ptex-base/pkg-plist +++ b/japanese/ptex-base/pkg-plist @@ -1,207 +1,45 @@ -lib/texmf/tex/generic/path.sty -lib/texmf/tex/generic/texnames.sty -lib/texmf/tex/generic/btxmac.tex -lib/texmf/tex/generic/README -lib/texmf/tex/ams/amssym.def -lib/texmf/tex/ams/amssym.tex -lib/texmf/tex/ams/cyracc.def -lib/texmf/tex/ams/amsppt1.tex -lib/texmf/tex/ams/amstex.tex -lib/texmf/tex/ams/amsppt.sty -lib/texmf/tex/ams/amstex.ini -lib/texmf/tex/plain/README -lib/texmf/tex/plain/fontchart.tex -lib/texmf/tex/plain/gkpmac.tex -lib/texmf/tex/plain/hyphen.tex -lib/texmf/tex/plain/letter.tex -lib/texmf/tex/plain/list.tex -lib/texmf/tex/plain/llist.tex -lib/texmf/tex/plain/manmac.tex -lib/texmf/tex/plain/mftmac.tex -lib/texmf/tex/plain/null.tex -lib/texmf/tex/plain/picmac.tex -lib/texmf/tex/plain/plain.tex -lib/texmf/tex/plain/story.tex -lib/texmf/tex/plain/testfont.tex -lib/texmf/tex/plain/webmac.tex -lib/texmf/tex/plain/wlist.tex -lib/texmf/tex/plain/texinfo.tex -lib/texmf/tex/plain/eplain.tex -lib/texmf/tex/mft/cmbase.mft -lib/texmf/tex/mft/plain.mft -lib/texmf/tex/mft/e.mft -lib/texmf/tex/mft/README -lib/texmf/tex/texdraw/texdraw.tex -lib/texmf/tex/texdraw/txdps.tex -lib/texmf/tex/texdraw/txdtools.tex -lib/texmf/tex/texdraw/texdraw.sty -lib/texmf/tex/tugboat/README -lib/texmf/tex/tugboat/00readme.tug -lib/texmf/tex/tugboat/00readme.txt -lib/texmf/tex/tugboat/germanhy.tex -lib/texmf/tex/tugboat/germanhyph.tex -lib/texmf/tex/tugboat/guidepro.tex -lib/texmf/tex/tugboat/icehyph.tex -lib/texmf/tex/tugboat/kwic-bib.awk -lib/texmf/tex/tugboat/kwic.ltx -lib/texmf/tex/tugboat/landscape.sty -lib/texmf/tex/tugboat/ltugboat.sty -lib/texmf/tex/tugboat/ltugproc.sty -lib/texmf/tex/tugboat/makefile -lib/texmf/tex/tugboat/makefile.d20 -lib/texmf/tex/tugboat/makefile.unx -lib/texmf/tex/tugboat/merge.sty -lib/texmf/tex/tugboat/porthyph.tex -lib/texmf/tex/tugboat/tb0cyr.tex -lib/texmf/tex/tugboat/tb0hyf.tex -lib/texmf/tex/tugboat/tb0tree.tex -lib/texmf/tex/tugboat/tbcont.def -lib/texmf/tex/tugboat/tbcv05.tex -lib/texmf/tex/tugboat/tbcv10.tex -lib/texmf/tex/tugboat/tbcv15.tex -lib/texmf/tex/tugboat/treedef.tex -lib/texmf/tex/tugboat/tubguide.tex -lib/texmf/tex/tugboat/tugbib.ltx -lib/texmf/tex/tugboat/tugbib2.ltx -lib/texmf/tex/tugboat/tugboat.awk -lib/texmf/tex/tugboat/tugboat.cmn -lib/texmf/tex/tugboat/tugboat.def -lib/texmf/tex/tugboat/tugboat.sty -lib/texmf/tex/tugboat/tugbot.tex -lib/texmf/tex/tugboat/tugfil.chg -lib/texmf/tex/tugboat/tugproc.sty -lib/texmf/tex/latex2e/base/texput.log -lib/texmf/tex/latex2e/base/ltnews.cls -lib/texmf/tex/latex2e/base/texsys.cfg -lib/texmf/tex/latex2e/base/texsys.aux -lib/texmf/tex/latex2e/base/oldlfont.sty -lib/texmf/tex/latex2e/base/newlfont.sty -lib/texmf/tex/latex2e/base/flafter.sty -lib/texmf/tex/latex2e/base/inputenc.sty -lib/texmf/tex/latex2e/base/ascii.def -lib/texmf/tex/latex2e/base/latin1.def -lib/texmf/tex/latex2e/base/OT1enc.def -lib/texmf/tex/latex2e/base/OMSenc.def -lib/texmf/tex/latex2e/base/OMLenc.def -lib/texmf/tex/latex2e/base/T1enc.def -lib/texmf/tex/latex2e/base/fontenc.sty -lib/texmf/tex/latex2e/base/latex.ltx -lib/texmf/tex/latex2e/base/ltxcheck.tex -lib/texmf/tex/latex2e/base/hyphen.ltx -lib/texmf/tex/latex2e/base/fonttext.ltx -lib/texmf/tex/latex2e/base/fontmath.ltx -lib/texmf/tex/latex2e/base/preload.ltx -lib/texmf/tex/latex2e/base/article.cls -lib/texmf/tex/latex2e/base/report.cls -lib/texmf/tex/latex2e/base/book.cls -lib/texmf/tex/latex2e/base/size10.clo -lib/texmf/tex/latex2e/base/size11.clo -lib/texmf/tex/latex2e/base/size12.clo -lib/texmf/tex/latex2e/base/bk10.clo -lib/texmf/tex/latex2e/base/bk11.clo -lib/texmf/tex/latex2e/base/bk12.clo -lib/texmf/tex/latex2e/base/fleqn.clo -lib/texmf/tex/latex2e/base/leqno.clo -lib/texmf/tex/latex2e/base/letter.cls -lib/texmf/tex/latex2e/base/slides.cls -lib/texmf/tex/latex2e/base/slides.def -lib/texmf/tex/latex2e/base/OT1lcmss.fd -lib/texmf/tex/latex2e/base/OT1lcmtt.fd -lib/texmf/tex/latex2e/base/OMLlcmm.fd -lib/texmf/tex/latex2e/base/OMSlcmsy.fd -lib/texmf/tex/latex2e/base/OMXlcmex.fd -lib/texmf/tex/latex2e/base/Ullasy.fd -lib/texmf/tex/latex2e/base/sfonts.def -lib/texmf/tex/latex2e/base/proc.cls -lib/texmf/tex/latex2e/base/proc.sty -lib/texmf/tex/latex2e/base/latexsym.sty -lib/texmf/tex/latex2e/base/Ulasy.fd -lib/texmf/tex/latex2e/base/T1cmfib.fd -lib/texmf/tex/latex2e/base/T1cmfr.fd -lib/texmf/tex/latex2e/base/T1cmdh.fd -lib/texmf/tex/latex2e/base/T1cmr.fd -lib/texmf/tex/latex2e/base/T1cmss.fd -lib/texmf/tex/latex2e/base/T1cmtt.fd -lib/texmf/tex/latex2e/base/OT1cmss.fd -lib/texmf/tex/latex2e/base/OT1cmr.fd -lib/texmf/tex/latex2e/base/OT1cmtt.fd -lib/texmf/tex/latex2e/base/OT1cmfib.fd -lib/texmf/tex/latex2e/base/OT1cmfr.fd -lib/texmf/tex/latex2e/base/OT1cmdh.fd -lib/texmf/tex/latex2e/base/Ucmr.fd -lib/texmf/tex/latex2e/base/Ucmss.fd -lib/texmf/tex/latex2e/base/Ucmtt.fd -lib/texmf/tex/latex2e/base/OMLccm.fd -lib/texmf/tex/latex2e/base/OMLcmm.fd -lib/texmf/tex/latex2e/base/OMScmsy.fd -lib/texmf/tex/latex2e/base/OMXcmex.fd -lib/texmf/tex/latex2e/base/OMLcmr.fd -lib/texmf/tex/latex2e/base/OMScmr.fd -lib/texmf/tex/latex2e/base/latex209.def -lib/texmf/tex/latex2e/base/article.sty -lib/texmf/tex/latex2e/base/book.sty -lib/texmf/tex/latex2e/base/report.sty -lib/texmf/tex/latex2e/base/letter.sty -lib/texmf/tex/latex2e/base/slides.sty -lib/texmf/tex/latex2e/base/bezier.sty -lib/texmf/tex/latex2e/base/t1enc.sty -lib/texmf/tex/latex2e/base/docstrip.tex -lib/texmf/tex/latex2e/base/doc.sty -lib/texmf/tex/latex2e/base/shortvrb.sty -lib/texmf/tex/latex2e/base/ltxdoc.cls -lib/texmf/tex/latex2e/base/gind.ist -lib/texmf/tex/latex2e/base/gglo.ist -lib/texmf/tex/latex2e/base/ifthen.sty -lib/texmf/tex/latex2e/base/graphpap.sty -lib/texmf/tex/latex2e/base/pict2e.sty -lib/texmf/tex/latex2e/base/makeidx.sty -lib/texmf/tex/latex2e/base/showidx.sty -lib/texmf/tex/latex2e/base/syntonly.sty -lib/texmf/tex/latex2e/base/exscale.sty -lib/texmf/tex/latex2e/base/alltt.sty -lib/texmf/tex/latex2e/base/ltxguide.cls -lib/texmf/tex/latex2e/base/tracefnt.sty -lib/texmf/tex/latex2e/base/latexbug.tex -lib/texmf/tex/latex2e/base/testpage.tex -lib/texmf/tex/latex2e/base/lablst.tex -lib/texmf/tex/latex2e/base/idx.tex -lib/texmf/tex/latex2e/base/nfssfont.tex -lib/texmf/tex/latex2e/base/small2e.tex -lib/texmf/tex/latex2e/base/sample2e.tex -lib/texmf/tex/latex2e/misc/lplain.tex -lib/texmf/bibtex/bst/acm.bst -lib/texmf/bibtex/bst/ieeetr.bst -lib/texmf/bibtex/bst/siam.bst -lib/texmf/bibtex/bst/abbrv.bst -lib/texmf/bibtex/bst/alpha.bst -lib/texmf/bibtex/bst/apalike.bst -lib/texmf/bibtex/bst/plain.bst -lib/texmf/bibtex/bst/unsrt.bst -lib/texmf/bibtex/bib/asi.bib -lib/texmf/bibtex/bib/ep.bib -lib/texmf/bibtex/bib/epodd.bib -lib/texmf/bibtex/bib/institut.bib -lib/texmf/bibtex/bib/internet.bib -lib/texmf/bibtex/bib/journal.bib -lib/texmf/bibtex/bib/litprog.bib -lib/texmf/bibtex/bib/mrabbrev.bib -lib/texmf/bibtex/bib/postscri.bib -lib/texmf/bibtex/bib/publish.bib -lib/texmf/bibtex/bib/reading.bib -lib/texmf/bibtex/bib/standard.bib -lib/texmf/bibtex/bib/texbook1.bib -lib/texmf/bibtex/bib/texbook2.bib -lib/texmf/bibtex/bib/texgraph.bib -lib/texmf/bibtex/bib/texjourn.bib -lib/texmf/bibtex/bib/texnique.bib -lib/texmf/bibtex/bib/tugboat.bib -lib/texmf/bibtex/bib/type.bib -lib/texmf/bibtex/bib/unix.bib -lib/texmf/bibtex/bib/README -lib/texmf/bibtex/bib/xampl.bib -lib/texmf/bibtex/bib/byrnes.bib -lib/texmf/bibtex/bib/kbmath.bib -lib/texmf/bibtex/bib/texbook3.bib +@cwd /usr/local +bin/kpsewhich +bin/dvicopy +bin/dvitype +bin/pdvitype +bin/gftodvi +bin/gftopk +bin/mft +bin/pktogf +bin/pktype +bin/vftovp +bin/vptovf +bin/gftype +bin/pltotf +bin/tftopl +bin/initex +bin/virtex +bin/patgen +bin/iniptex +bin/virptex +bin/inimf +bin/virmf +bin/bibtex +bin/jbibtex +bin/tangle +bin/weave +bin/pooltype +bin/tex +bin/ptex +bin/mf +bin/cmmf +info/kpathsea.info +lib/texmf/web2c/texmf.cnf +lib/texmf/ini/tex.fmt +lib/texmf/ini/plain.fmt +lib/texmf/ini/ptex.fmt +lib/texmf/ini/mf.base +lib/texmf/ini/cmmf.base +lib/texmf/ini/plain.base +lib/texmf/ini/tex.pool +lib/texmf/ini/ptex.pool +lib/texmf/ini/mf.pool lib/texmf/fonts/public/cm/src/accent.mf lib/texmf/fonts/public/cm/src/bigacc.mf lib/texmf/fonts/public/cm/src/bigdel.mf @@ -687,6 +525,78 @@ lib/texmf/fonts/public/latex/tfm/ilcmss8.tfm lib/texmf/fonts/public/latex/tfm/ilcmssb8.tfm lib/texmf/fonts/public/latex/tfm/ilcmssi8.tfm lib/texmf/fonts/public/latex/tfm/lasy10.tfm +lib/texmf/fonts/public/ptex/src/goth10.pl +lib/texmf/fonts/public/ptex/src/goth5.pl +lib/texmf/fonts/public/ptex/src/goth6.pl +lib/texmf/fonts/public/ptex/src/goth7.pl +lib/texmf/fonts/public/ptex/src/goth8.pl +lib/texmf/fonts/public/ptex/src/goth9.pl +lib/texmf/fonts/public/ptex/src/min10.pl +lib/texmf/fonts/public/ptex/src/min5.pl +lib/texmf/fonts/public/ptex/src/min6.pl +lib/texmf/fonts/public/ptex/src/min7.pl +lib/texmf/fonts/public/ptex/src/min8.pl +lib/texmf/fonts/public/ptex/src/min9.pl +lib/texmf/fonts/public/ptex/src/ngoth10.pl +lib/texmf/fonts/public/ptex/src/ngoth5.pl +lib/texmf/fonts/public/ptex/src/ngoth6.pl +lib/texmf/fonts/public/ptex/src/ngoth7.pl +lib/texmf/fonts/public/ptex/src/ngoth8.pl +lib/texmf/fonts/public/ptex/src/ngoth9.pl +lib/texmf/fonts/public/ptex/src/nmin10.pl +lib/texmf/fonts/public/ptex/src/nmin5.pl +lib/texmf/fonts/public/ptex/src/nmin6.pl +lib/texmf/fonts/public/ptex/src/nmin7.pl +lib/texmf/fonts/public/ptex/src/nmin8.pl +lib/texmf/fonts/public/ptex/src/nmin9.pl +lib/texmf/fonts/public/ptex/src/tgoth10.pl +lib/texmf/fonts/public/ptex/src/tgoth5.pl +lib/texmf/fonts/public/ptex/src/tgoth6.pl +lib/texmf/fonts/public/ptex/src/tgoth7.pl +lib/texmf/fonts/public/ptex/src/tgoth8.pl +lib/texmf/fonts/public/ptex/src/tgoth9.pl +lib/texmf/fonts/public/ptex/src/tmin10.pl +lib/texmf/fonts/public/ptex/src/tmin5.pl +lib/texmf/fonts/public/ptex/src/tmin6.pl +lib/texmf/fonts/public/ptex/src/tmin7.pl +lib/texmf/fonts/public/ptex/src/tmin8.pl +lib/texmf/fonts/public/ptex/src/tmin9.pl +lib/texmf/fonts/public/ptex/tfm/goth10.tfm +lib/texmf/fonts/public/ptex/tfm/goth5.tfm +lib/texmf/fonts/public/ptex/tfm/goth6.tfm +lib/texmf/fonts/public/ptex/tfm/goth7.tfm +lib/texmf/fonts/public/ptex/tfm/goth8.tfm +lib/texmf/fonts/public/ptex/tfm/goth9.tfm +lib/texmf/fonts/public/ptex/tfm/min10.tfm +lib/texmf/fonts/public/ptex/tfm/min5.tfm +lib/texmf/fonts/public/ptex/tfm/min6.tfm +lib/texmf/fonts/public/ptex/tfm/min7.tfm +lib/texmf/fonts/public/ptex/tfm/min8.tfm +lib/texmf/fonts/public/ptex/tfm/min9.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth10.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth5.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth6.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth7.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth8.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth9.tfm +lib/texmf/fonts/public/ptex/tfm/nmin10.tfm +lib/texmf/fonts/public/ptex/tfm/nmin5.tfm +lib/texmf/fonts/public/ptex/tfm/nmin6.tfm +lib/texmf/fonts/public/ptex/tfm/nmin7.tfm +lib/texmf/fonts/public/ptex/tfm/nmin8.tfm +lib/texmf/fonts/public/ptex/tfm/nmin9.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth10.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth5.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth6.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth7.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth8.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth9.tfm +lib/texmf/fonts/public/ptex/tfm/tmin10.tfm +lib/texmf/fonts/public/ptex/tfm/tmin5.tfm +lib/texmf/fonts/public/ptex/tfm/tmin6.tfm +lib/texmf/fonts/public/ptex/tfm/tmin7.tfm +lib/texmf/fonts/public/ptex/tfm/tmin8.tfm +lib/texmf/fonts/public/ptex/tfm/tmin9.tfm lib/texmf/fonts/ams/cyrillic/tfm/wncyb10.tfm lib/texmf/fonts/ams/cyrillic/tfm/wncyb5.tfm lib/texmf/fonts/ams/cyrillic/tfm/wncyb6.tfm @@ -960,6 +870,231 @@ lib/texmf/fonts/urw/nimbus/tfm/runmrs.tfm lib/texmf/fonts/urw/nimbus/afm/unmr.afm lib/texmf/fonts/urw/nimbus/afm/unmrs.afm lib/texmf/fonts/urw/README +lib/texmf/fonts/ascgrp/tfm/ascii10.tfm +lib/texmf/fonts/ascgrp/tfm/ascii36.tfm +lib/texmf/fonts/ascgrp/tfm/ascgrp.tfm +lib/texmf/fonts/ascgrp/src/ascgrp.mf +lib/texmf/fonts/ascgrp/src/ascii10.mf +lib/texmf/fonts/ascgrp/src/ascii36.mf +lib/texmf/fonts/ascgrp/src/ascii.mf +lib/texmf/fonts/texfonts.map +lib/texmf/tex/generic/path.sty +lib/texmf/tex/generic/texnames.sty +lib/texmf/tex/generic/btxmac.tex +lib/texmf/tex/generic/README +lib/texmf/tex/ams/amssym.def +lib/texmf/tex/ams/amssym.tex +lib/texmf/tex/ams/cyracc.def +lib/texmf/tex/ams/amsppt1.tex +lib/texmf/tex/ams/amstex.tex +lib/texmf/tex/ams/amsppt.sty +lib/texmf/tex/ams/amstex.ini +lib/texmf/tex/plain/README +lib/texmf/tex/plain/fontchart.tex +lib/texmf/tex/plain/gkpmac.tex +lib/texmf/tex/plain/hyphen.tex +lib/texmf/tex/plain/letter.tex +lib/texmf/tex/plain/list.tex +lib/texmf/tex/plain/llist.tex +lib/texmf/tex/plain/manmac.tex +lib/texmf/tex/plain/mftmac.tex +lib/texmf/tex/plain/null.tex +lib/texmf/tex/plain/picmac.tex +lib/texmf/tex/plain/plain.tex +lib/texmf/tex/plain/story.tex +lib/texmf/tex/plain/testfont.tex +lib/texmf/tex/plain/webmac.tex +lib/texmf/tex/plain/wlist.tex +lib/texmf/tex/plain/texinfo.tex +lib/texmf/tex/plain/eplain.tex +lib/texmf/tex/mft/cmbase.mft +lib/texmf/tex/mft/plain.mft +lib/texmf/tex/mft/e.mft +lib/texmf/tex/mft/README +lib/texmf/tex/texdraw/texdraw.tex +lib/texmf/tex/texdraw/txdps.tex +lib/texmf/tex/texdraw/txdtools.tex +lib/texmf/tex/texdraw/texdraw.sty +lib/texmf/tex/tugboat/README +lib/texmf/tex/tugboat/00readme.tug +lib/texmf/tex/tugboat/00readme.txt +lib/texmf/tex/tugboat/germanhy.tex +lib/texmf/tex/tugboat/germanhyph.tex +lib/texmf/tex/tugboat/guidepro.tex +lib/texmf/tex/tugboat/icehyph.tex +lib/texmf/tex/tugboat/kwic-bib.awk +lib/texmf/tex/tugboat/kwic.ltx +lib/texmf/tex/tugboat/landscape.sty +lib/texmf/tex/tugboat/ltugboat.sty +lib/texmf/tex/tugboat/ltugproc.sty +lib/texmf/tex/tugboat/makefile +lib/texmf/tex/tugboat/makefile.d20 +lib/texmf/tex/tugboat/makefile.unx +lib/texmf/tex/tugboat/merge.sty +lib/texmf/tex/tugboat/porthyph.tex +lib/texmf/tex/tugboat/tb0cyr.tex +lib/texmf/tex/tugboat/tb0hyf.tex +lib/texmf/tex/tugboat/tb0tree.tex +lib/texmf/tex/tugboat/tbcont.def +lib/texmf/tex/tugboat/tbcv05.tex +lib/texmf/tex/tugboat/tbcv10.tex +lib/texmf/tex/tugboat/tbcv15.tex +lib/texmf/tex/tugboat/treedef.tex +lib/texmf/tex/tugboat/tubguide.tex +lib/texmf/tex/tugboat/tugbib.ltx +lib/texmf/tex/tugboat/tugbib2.ltx +lib/texmf/tex/tugboat/tugboat.awk +lib/texmf/tex/tugboat/tugboat.cmn +lib/texmf/tex/tugboat/tugboat.def +lib/texmf/tex/tugboat/tugboat.sty +lib/texmf/tex/tugboat/tugbot.tex +lib/texmf/tex/tugboat/tugfil.chg +lib/texmf/tex/tugboat/tugproc.sty +lib/texmf/tex/latex2e/base/texput.log +lib/texmf/tex/latex2e/base/ltnews.cls +lib/texmf/tex/latex2e/base/texsys.cfg +lib/texmf/tex/latex2e/base/texsys.aux +lib/texmf/tex/latex2e/base/oldlfont.sty +lib/texmf/tex/latex2e/base/newlfont.sty +lib/texmf/tex/latex2e/base/flafter.sty +lib/texmf/tex/latex2e/base/inputenc.sty +lib/texmf/tex/latex2e/base/ascii.def +lib/texmf/tex/latex2e/base/latin1.def +lib/texmf/tex/latex2e/base/OT1enc.def +lib/texmf/tex/latex2e/base/OMSenc.def +lib/texmf/tex/latex2e/base/OMLenc.def +lib/texmf/tex/latex2e/base/T1enc.def +lib/texmf/tex/latex2e/base/fontenc.sty +lib/texmf/tex/latex2e/base/latex.ltx +lib/texmf/tex/latex2e/base/ltxcheck.tex +lib/texmf/tex/latex2e/base/hyphen.ltx +lib/texmf/tex/latex2e/base/fonttext.ltx +lib/texmf/tex/latex2e/base/fontmath.ltx +lib/texmf/tex/latex2e/base/preload.ltx +lib/texmf/tex/latex2e/base/article.cls +lib/texmf/tex/latex2e/base/report.cls +lib/texmf/tex/latex2e/base/book.cls +lib/texmf/tex/latex2e/base/size10.clo +lib/texmf/tex/latex2e/base/size11.clo +lib/texmf/tex/latex2e/base/size12.clo +lib/texmf/tex/latex2e/base/bk10.clo +lib/texmf/tex/latex2e/base/bk11.clo +lib/texmf/tex/latex2e/base/bk12.clo +lib/texmf/tex/latex2e/base/fleqn.clo +lib/texmf/tex/latex2e/base/leqno.clo +lib/texmf/tex/latex2e/base/letter.cls +lib/texmf/tex/latex2e/base/slides.cls +lib/texmf/tex/latex2e/base/slides.def +lib/texmf/tex/latex2e/base/OT1lcmss.fd +lib/texmf/tex/latex2e/base/OT1lcmtt.fd +lib/texmf/tex/latex2e/base/OMLlcmm.fd +lib/texmf/tex/latex2e/base/OMSlcmsy.fd +lib/texmf/tex/latex2e/base/OMXlcmex.fd +lib/texmf/tex/latex2e/base/Ullasy.fd +lib/texmf/tex/latex2e/base/sfonts.def +lib/texmf/tex/latex2e/base/proc.cls +lib/texmf/tex/latex2e/base/proc.sty +lib/texmf/tex/latex2e/base/latexsym.sty +lib/texmf/tex/latex2e/base/Ulasy.fd +lib/texmf/tex/latex2e/base/T1cmfib.fd +lib/texmf/tex/latex2e/base/T1cmfr.fd +lib/texmf/tex/latex2e/base/T1cmdh.fd +lib/texmf/tex/latex2e/base/T1cmr.fd +lib/texmf/tex/latex2e/base/T1cmss.fd +lib/texmf/tex/latex2e/base/T1cmtt.fd +lib/texmf/tex/latex2e/base/OT1cmss.fd +lib/texmf/tex/latex2e/base/OT1cmr.fd +lib/texmf/tex/latex2e/base/OT1cmtt.fd +lib/texmf/tex/latex2e/base/OT1cmfib.fd +lib/texmf/tex/latex2e/base/OT1cmfr.fd +lib/texmf/tex/latex2e/base/OT1cmdh.fd +lib/texmf/tex/latex2e/base/Ucmr.fd +lib/texmf/tex/latex2e/base/Ucmss.fd +lib/texmf/tex/latex2e/base/Ucmtt.fd +lib/texmf/tex/latex2e/base/OMLccm.fd +lib/texmf/tex/latex2e/base/OMLcmm.fd +lib/texmf/tex/latex2e/base/OMScmsy.fd +lib/texmf/tex/latex2e/base/OMXcmex.fd +lib/texmf/tex/latex2e/base/OMLcmr.fd +lib/texmf/tex/latex2e/base/OMScmr.fd +lib/texmf/tex/latex2e/base/latex209.def +lib/texmf/tex/latex2e/base/article.sty +lib/texmf/tex/latex2e/base/book.sty +lib/texmf/tex/latex2e/base/report.sty +lib/texmf/tex/latex2e/base/letter.sty +lib/texmf/tex/latex2e/base/slides.sty +lib/texmf/tex/latex2e/base/bezier.sty +lib/texmf/tex/latex2e/base/t1enc.sty +lib/texmf/tex/latex2e/base/docstrip.tex +lib/texmf/tex/latex2e/base/doc.sty +lib/texmf/tex/latex2e/base/shortvrb.sty +lib/texmf/tex/latex2e/base/ltxdoc.cls +lib/texmf/tex/latex2e/base/gind.ist +lib/texmf/tex/latex2e/base/gglo.ist +lib/texmf/tex/latex2e/base/ifthen.sty +lib/texmf/tex/latex2e/base/graphpap.sty +lib/texmf/tex/latex2e/base/pict2e.sty +lib/texmf/tex/latex2e/base/makeidx.sty +lib/texmf/tex/latex2e/base/showidx.sty +lib/texmf/tex/latex2e/base/syntonly.sty +lib/texmf/tex/latex2e/base/exscale.sty +lib/texmf/tex/latex2e/base/alltt.sty +lib/texmf/tex/latex2e/base/ltxguide.cls +lib/texmf/tex/latex2e/base/tracefnt.sty +lib/texmf/tex/latex2e/base/latexbug.tex +lib/texmf/tex/latex2e/base/testpage.tex +lib/texmf/tex/latex2e/base/lablst.tex +lib/texmf/tex/latex2e/base/idx.tex +lib/texmf/tex/latex2e/base/nfssfont.tex +lib/texmf/tex/latex2e/base/small2e.tex +lib/texmf/tex/latex2e/base/sample2e.tex +lib/texmf/tex/latex2e/misc/lplain.tex +lib/texmf/tex/ptex/jplain.tex +lib/texmf/tex/ptex/kinsoku.tex +lib/texmf/tex/ptex/ptex.tex +lib/texmf/bibtex/bst/acm.bst +lib/texmf/bibtex/bst/ieeetr.bst +lib/texmf/bibtex/bst/siam.bst +lib/texmf/bibtex/bst/abbrv.bst +lib/texmf/bibtex/bst/alpha.bst +lib/texmf/bibtex/bst/apalike.bst +lib/texmf/bibtex/bst/plain.bst +lib/texmf/bibtex/bst/unsrt.bst +lib/texmf/bibtex/bib/asi.bib +lib/texmf/bibtex/bib/ep.bib +lib/texmf/bibtex/bib/epodd.bib +lib/texmf/bibtex/bib/institut.bib +lib/texmf/bibtex/bib/internet.bib +lib/texmf/bibtex/bib/journal.bib +lib/texmf/bibtex/bib/litprog.bib +lib/texmf/bibtex/bib/mrabbrev.bib +lib/texmf/bibtex/bib/postscri.bib +lib/texmf/bibtex/bib/publish.bib +lib/texmf/bibtex/bib/reading.bib +lib/texmf/bibtex/bib/standard.bib +lib/texmf/bibtex/bib/texbook1.bib +lib/texmf/bibtex/bib/texbook2.bib +lib/texmf/bibtex/bib/texgraph.bib +lib/texmf/bibtex/bib/texjourn.bib +lib/texmf/bibtex/bib/texnique.bib +lib/texmf/bibtex/bib/tugboat.bib +lib/texmf/bibtex/bib/type.bib +lib/texmf/bibtex/bib/unix.bib +lib/texmf/bibtex/bib/README +lib/texmf/bibtex/bib/xampl.bib +lib/texmf/bibtex/bib/byrnes.bib +lib/texmf/bibtex/bib/kbmath.bib +lib/texmf/bibtex/bib/texbook3.bib +lib/texmf/bibtex/jbib/bst/jabbrv.bst +lib/texmf/bibtex/jbib/bst/jalpha.bst +lib/texmf/bibtex/jbib/bst/jipsj.bst +lib/texmf/bibtex/jbib/bst/jname.bst +lib/texmf/bibtex/jbib/bst/jorsj.bst +lib/texmf/bibtex/jbib/bst/jplain.bst +lib/texmf/bibtex/jbib/bst/junsrt.bst +lib/texmf/bibtex/jbib/bst/tieice.bst +lib/texmf/bibtex/jbib/bst/tipsj.bst +lib/texmf/bibtex/jbib/bib/jxampl.bib lib/texmf/mf/3test.mf lib/texmf/mf/6test.mf lib/texmf/mf/README @@ -1026,85 +1161,6 @@ lib/texmf/doc/latex2e/clsguide.tex lib/texmf/doc/latex2e/fntguide.tex lib/texmf/doc/latex2e/ltnews02.tex lib/texmf/doc/latex2e/usrguide.tex -lib/texmf/fonts/public/ptex/src/goth10.pl -lib/texmf/fonts/public/ptex/src/goth5.pl -lib/texmf/fonts/public/ptex/src/goth6.pl -lib/texmf/fonts/public/ptex/src/goth7.pl -lib/texmf/fonts/public/ptex/src/goth8.pl -lib/texmf/fonts/public/ptex/src/goth9.pl -lib/texmf/fonts/public/ptex/src/min10.pl -lib/texmf/fonts/public/ptex/src/min5.pl -lib/texmf/fonts/public/ptex/src/min6.pl -lib/texmf/fonts/public/ptex/src/min7.pl -lib/texmf/fonts/public/ptex/src/min8.pl -lib/texmf/fonts/public/ptex/src/min9.pl -lib/texmf/fonts/public/ptex/src/ngoth10.pl -lib/texmf/fonts/public/ptex/src/ngoth5.pl -lib/texmf/fonts/public/ptex/src/ngoth6.pl -lib/texmf/fonts/public/ptex/src/ngoth7.pl -lib/texmf/fonts/public/ptex/src/ngoth8.pl -lib/texmf/fonts/public/ptex/src/ngoth9.pl -lib/texmf/fonts/public/ptex/src/nmin10.pl -lib/texmf/fonts/public/ptex/src/nmin5.pl -lib/texmf/fonts/public/ptex/src/nmin6.pl -lib/texmf/fonts/public/ptex/src/nmin7.pl -lib/texmf/fonts/public/ptex/src/nmin8.pl -lib/texmf/fonts/public/ptex/src/nmin9.pl -lib/texmf/fonts/public/ptex/src/tgoth10.pl -lib/texmf/fonts/public/ptex/src/tgoth5.pl -lib/texmf/fonts/public/ptex/src/tgoth6.pl -lib/texmf/fonts/public/ptex/src/tgoth7.pl -lib/texmf/fonts/public/ptex/src/tgoth8.pl -lib/texmf/fonts/public/ptex/src/tgoth9.pl -lib/texmf/fonts/public/ptex/src/tmin10.pl -lib/texmf/fonts/public/ptex/src/tmin5.pl -lib/texmf/fonts/public/ptex/src/tmin6.pl -lib/texmf/fonts/public/ptex/src/tmin7.pl -lib/texmf/fonts/public/ptex/src/tmin8.pl -lib/texmf/fonts/public/ptex/src/tmin9.pl -lib/texmf/fonts/public/ptex/tfm/goth10.tfm -lib/texmf/fonts/public/ptex/tfm/goth5.tfm -lib/texmf/fonts/public/ptex/tfm/goth6.tfm -lib/texmf/fonts/public/ptex/tfm/goth7.tfm -lib/texmf/fonts/public/ptex/tfm/goth8.tfm -lib/texmf/fonts/public/ptex/tfm/goth9.tfm -lib/texmf/fonts/public/ptex/tfm/min10.tfm -lib/texmf/fonts/public/ptex/tfm/min5.tfm -lib/texmf/fonts/public/ptex/tfm/min6.tfm -lib/texmf/fonts/public/ptex/tfm/min7.tfm -lib/texmf/fonts/public/ptex/tfm/min8.tfm -lib/texmf/fonts/public/ptex/tfm/min9.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth10.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth5.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth6.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth7.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth8.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth9.tfm -lib/texmf/fonts/public/ptex/tfm/nmin10.tfm -lib/texmf/fonts/public/ptex/tfm/nmin5.tfm -lib/texmf/fonts/public/ptex/tfm/nmin6.tfm -lib/texmf/fonts/public/ptex/tfm/nmin7.tfm -lib/texmf/fonts/public/ptex/tfm/nmin8.tfm -lib/texmf/fonts/public/ptex/tfm/nmin9.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth10.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth5.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth6.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth7.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth8.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth9.tfm -lib/texmf/fonts/public/ptex/tfm/tmin10.tfm -lib/texmf/fonts/public/ptex/tfm/tmin5.tfm -lib/texmf/fonts/public/ptex/tfm/tmin6.tfm -lib/texmf/fonts/public/ptex/tfm/tmin7.tfm -lib/texmf/fonts/public/ptex/tfm/tmin8.tfm -lib/texmf/fonts/public/ptex/tfm/tmin9.tfm -lib/texmf/fonts/ascgrp/tfm/ascii10.tfm -lib/texmf/fonts/ascgrp/tfm/ascii36.tfm -lib/texmf/fonts/ascgrp/tfm/ascgrp.tfm -lib/texmf/fonts/ascgrp/src/ascgrp.mf -lib/texmf/fonts/ascgrp/src/ascii10.mf -lib/texmf/fonts/ascgrp/src/ascii36.mf -lib/texmf/fonts/ascgrp/src/ascii.mf lib/texmf/doc/ptex/jfm.tex lib/texmf/doc/ptex/jtex.tex lib/texmf/doc/ptex/jtexdoc.tex @@ -1120,65 +1176,8 @@ lib/texmf/doc/jbibtex/doc-ascii/jbtxdoc.bib lib/texmf/doc/jbibtex/doc-ascii/jbtxdoc.tex lib/texmf/doc/jbibtex/doc-ascii/jbtxhak.tex lib/texmf/doc/jbibtex/doc-ascii/README.1st -lib/texmf/tex/ptex/jplain.tex -lib/texmf/tex/ptex/kinsoku.tex -lib/texmf/tex/ptex/ptex.tex -lib/texmf/bibtex/jbib/bst/jabbrv.bst -lib/texmf/bibtex/jbib/bst/jalpha.bst -lib/texmf/bibtex/jbib/bst/jipsj.bst -lib/texmf/bibtex/jbib/bst/jname.bst -lib/texmf/bibtex/jbib/bst/jorsj.bst -lib/texmf/bibtex/jbib/bst/jplain.bst -lib/texmf/bibtex/jbib/bst/junsrt.bst -lib/texmf/bibtex/jbib/bst/tieice.bst -lib/texmf/bibtex/jbib/bst/tipsj.bst -lib/texmf/bibtex/jbib/bib/jxampl.bib -bin/bibtex -bin/cmmf -bin/dvicopy -bin/dvitype -bin/gftodvi -bin/gftopk -bin/gftype -bin/inimf -bin/iniptex -bin/initex -bin/jbibtex -bin/kpsewhich -bin/mf -bin/mft -bin/patgen -bin/pdvitype -bin/pktogf -bin/pktype -bin/pltotf -bin/pooltype -bin/ptex -bin/tangle -bin/tex -bin/tftopl -bin/vftovp -bin/virmf -bin/virptex -bin/virtex -bin/vptovf -bin/weave -info/kpathsea.info -lib/texmf/fonts/texfonts.map -lib/texmf/ini/cmmf.base -lib/texmf/ini/mf.base -lib/texmf/ini/mf.pool -lib/texmf/ini/plain.base -lib/texmf/ini/plain.fmt -lib/texmf/ini/ptex.fmt -lib/texmf/ini/ptex.pool -lib/texmf/ini/tex.fmt -lib/texmf/ini/tex.pool -lib/texmf/web2c/texmf.cnf -man/man1/amslatex.1.gz man/man1/amstex.1.gz man/man1/bibtex.1.gz -man/man1/dvitype.1.gz man/man1/etex.1.gz man/man1/gftodvi.1.gz man/man1/gftopk.1.gz @@ -1192,7 +1191,6 @@ man/man1/patgen.1.gz man/man1/pktogf.1.gz man/man1/pktype.1.gz man/man1/pltotf.1.gz -man/man1/pooltype.1.gz man/man1/slitex.1.gz man/man1/tangle.1.gz man/man1/tex.1.gz @@ -1201,3 +1199,6 @@ man/man1/vftovp.1.gz man/man1/virtex.1.gz man/man1/vptovf.1.gz man/man1/weave.1.gz +man/man1/amslatex.1.gz +man/man1/dvitype.1.gz +man/man1/pooltype.1.gz diff --git a/japanese/ptex-common/Makefile b/japanese/ptex-common/Makefile index 81bb8d1a2455..b3922776cdae 100644 --- a/japanese/ptex-common/Makefile +++ b/japanese/ptex-common/Makefile @@ -1,39 +1,55 @@ # New ports collection makefile for: pTeX -# Version required: 2.1.1 +# Version required: 2.1.4 # Date created: 5 Nov 1995 # Whom: Hideaki Ohmon <ohmon@sfc.keio.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1995/11/15 10:16:07 asami Exp $ +# $Id: Makefile,v 1.2 1995/11/22 13:06:38 asami Exp $ # -DISTNAME= ptex3.1415.p2.1.1 -PKGNAME= jp-ptex-2.1.1 +DISTNAME= ptex3.1415.p2.1.4 +PKGNAME= jp-ptex-2.1.4 CATEGORIES+= japanese print -MASTER_SITES= ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/ \ +MASTER_SITES= ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/ \ + ftp://ftp.ascii.co.jp/pub/TeX/ascii-ptex/corresponding-sources/ \ +ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/ \ ftp://bash.cc.keio.ac.jp/pub/TeX/ASCII-pTeX-2.1.1/corresponding-sources/ \ ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/ \ - ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/coresponding-sources/ \ - ftp://ftp.ascii.co.jp/pub/TeX/ASCII-pTeX-2.1.1/ \ - ftp://ftp.ascii.co.jp/pub/TeX/ASCII-pTeX-2.1.1/coresponding-sources/ -# ptex-2.1f2.tar.gz, plib-jis.tar.gz, plib-sj.tar.gz and plib-euc.tar.gz + ftp://ftp.iij.ad.jp/pub/TeX/ASCII-pTeX/2.1.1/corresponding-sources/ +# ptex-2.1.4.tar.gz, plib-jis.tar.gz, plib-sj.tar.gz and plib-euc.tar.gz # are on */*2.1.1/ # web-6.1.tar.gz, web2c-6.1.tar.gz, web2c.kpathsea-2.6.help, -# xdvik-18f.tar.gz and lib-6.9.tar.gz are on */*2.1.1/coresponding-sources/ -DISTFILES= ptex-2.1f2.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ +# xdvik-18f.tar.gz and lib-6.9.tar.gz are on */*2.1.1/corresponding-sources/ +DISTFILES= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ web2c.kpathsea-2.6.help xdvik-18f.tar.gz lib-6.9.tar.gz -EXTRACT_ONLY= ptex-2.1f2.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ +EXTRACT_ONLY= ptex-2.1.4.tar.gz web-6.1.tar.gz web2c-6.1.tar.gz \ xdvik-18f.tar.gz MAINTAINER= ohmon@sfc.keio.ac.jp HAS_CONFIGURE= yes -IS_INTERACTIVE= yes +CONFIGURE_ARGS=--prefix=${PREFIX} WRKSRC= ${WRKDIR}/kpathsea-2.6 pre-fetch: .if !defined(KANJI-CODE) - @echo "You can set KANJI-CODE value JIS, SJIS or EUC." - @echo "Now default value JIS is setted." + @echo "You can set KANJI-CODE value to JIS, SJIS or EUC." + @echo "Now JIS is used as default." +.if !defined(BATCH) + @echo -n "Is JIS OK? (y/n) ==> " + @(read ans; \ + case x"$$ans" in \ + xy*|xY*) \ + return 0; \ + ;; \ + *) \ + echo "Ok, please rerun make with preferred KANJI-CODE specification"; \ + echo " like following example."; \ + echo " make KANJI-CODE=EUC"; \ + return 1; \ + ;; \ + esac) +.endif + KANJI-CODE= JIS .endif .if ${KANJI-CODE} == JIS @@ -57,8 +73,7 @@ EXTRACT_ONLY+= plib-euc.tar.gz post-extract: @mv ${WRKDIR}/web2c-6.1/web2c ${WRKDIR}/xdvik-18f @mv ${WRKDIR}/xdvik-18f ${WRKDIR}/kpathsea-2.6 - @rm -fr ${WRKDIR}/web2c-6.1 - @rm -fr ${WRKDIR}/kpathsea-2.6/xdvik + @rm -fr ${WRKDIR}/web2c-6.1 ${WRKDIR}/kpathsea-2.6/xdvik pre-patch: @(cd ${WRKSRC} ; \ @@ -66,13 +81,13 @@ pre-patch: pre-configure: .if ${KANJI-CODE} == JIS - @(cd ${WRKDIR}/ptex-2.1f2 ; ./pTeXsetup -jis) + @(cd ${WRKDIR}/ptex-2.1.4 ; ./pTeXsetup -jis) .endif .if ${KANJI-CODE} == SJIS - @(cd ${WRKDIR}/ptex-2.1f2 ; ./pTeXsetup -sjis) + @(cd ${WRKDIR}/ptex-2.1.4 ; ./pTeXsetup -sjis) .endif .if ${KANJI-CODE} == EUC - @(cd ${WRKDIR}/ptex-2.1f2 ; ./pTeXsetup -euc) + @(cd ${WRKDIR}/ptex-2.1.4 ; ./pTeXsetup -euc) .endif post-configure: @@ -83,6 +98,7 @@ do-build: (cd ${WRKSRC} ; make) pre-install: +.if !defined(BATCH) @echo "***********************************************************" @echo "* W a r n i n g *" @echo "* This port will overwrite the existing tex installation. *" @@ -99,15 +115,16 @@ pre-install: return 1; \ ;; \ esac) - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/lib-6.9.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/lib-6.9.tar.gz | tar xf -) .if ${KANJI-CODE} == JIS - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/plib-jis.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/plib-jis.tar.gz | tar xf -) .endif .if ${KANJI-CODE} == SJIS - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/plib-sj.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/plib-sj.tar.gz | tar xf -) .endif .if ${KANJI-CODE} == EUC - @(cd /usr/local/lib ; gzip -dc ${DISTDIR}/plib-euc.tar.gz | tar xf -) + @(cd ${PREFIX}/lib ; gzip -dc ${DISTDIR}/plib-euc.tar.gz | tar xf -) +.endif .endif MANPAGE=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \ @@ -118,7 +135,7 @@ MANPAGE=amslatex.1 amstex.1 bibtex.1 dvitype.1 etex.1 gftodvi.1 \ post-install: .if !defined(NOMANCOMPRESS) @for manpage in ${MANPAGE}; do \ - gzip -9nf /usr/local/man/man1/$$manpage ;\ + gzip -9nf ${PREFIX}/man/man1/$$manpage ;\ done .endif diff --git a/japanese/ptex-common/distinfo b/japanese/ptex-common/distinfo index 636be056b484..2dce6cdb14f7 100644 --- a/japanese/ptex-common/distinfo +++ b/japanese/ptex-common/distinfo @@ -1,9 +1,9 @@ -MD5 (ptex-2.1f2.tar.gz) = 40f5ed8d8b352b3d4d5e6d8259f6d79e MD5 (web-6.1.tar.gz) = dd72df51e2eb7beefa7f9a6c436711fe MD5 (web2c-6.1.tar.gz) = f11265a9212b521b75c4c7839dde0cc2 MD5 (web2c.kpathsea-2.6.help) = b40863d2ffffd3b6c62614bfce1d1928 MD5 (xdvik-18f.tar.gz) = f64ece624014993da590d0d08f0f4552 MD5 (lib-6.9.tar.gz) = 5cd036615773f8098991517cc1432dc6 -MD5 (plib-jis.tar.gz) = 0fd9d06f92d0aa10fd99599bfc35d927 -MD5 (plib-sj.tar.gz) = 11555cca3436618113598bdc61b28130 +MD5 (ptex-2.1.4.tar.gz) = 1ece2990891db8f34db11d35e4d09fa5 +MD5 (plib-jis.tar.gz) = 81b2e7fae4d35f70472ac7b73033afeb +MD5 (plib-sj.tar.gz) = cb165c53205ad632a7a697d0a26e53da MD5 (plib-euc.tar.gz) = ca2940dc0c680564734acbbaec0cb5f4 diff --git a/japanese/ptex-common/pkg-comment b/japanese/ptex-common/pkg-comment index a086a84084c4..22410c821bde 100644 --- a/japanese/ptex-common/pkg-comment +++ b/japanese/ptex-common/pkg-comment @@ -1 +1 @@ -ptex-3.1415, p2.1.1, ASCII Japanes TeX +ASCII Japanese TeX diff --git a/japanese/ptex-common/pkg-descr b/japanese/ptex-common/pkg-descr index e8a6ca5e562e..fdaeeb20eae4 100644 --- a/japanese/ptex-common/pkg-descr +++ b/japanese/ptex-common/pkg-descr @@ -1,6 +1,5 @@ -This is pTeX-3.1415, p2.1.1, a TeX system which can use Japanese -written by ASCII. +This is pTeX, a TeX system supports Japanese written by ASCII. This system is based on TeX 3.1415. -This package can compile to use JIS, SJIS or Japanese-EUC. +This package can be compiled to use either JIS, SJIS or Japanese-EUC. diff --git a/japanese/ptex-common/pkg-plist b/japanese/ptex-common/pkg-plist index cce4a8410ea5..1daa9f898612 100644 --- a/japanese/ptex-common/pkg-plist +++ b/japanese/ptex-common/pkg-plist @@ -1,207 +1,45 @@ -lib/texmf/tex/generic/path.sty -lib/texmf/tex/generic/texnames.sty -lib/texmf/tex/generic/btxmac.tex -lib/texmf/tex/generic/README -lib/texmf/tex/ams/amssym.def -lib/texmf/tex/ams/amssym.tex -lib/texmf/tex/ams/cyracc.def -lib/texmf/tex/ams/amsppt1.tex -lib/texmf/tex/ams/amstex.tex -lib/texmf/tex/ams/amsppt.sty -lib/texmf/tex/ams/amstex.ini -lib/texmf/tex/plain/README -lib/texmf/tex/plain/fontchart.tex -lib/texmf/tex/plain/gkpmac.tex -lib/texmf/tex/plain/hyphen.tex -lib/texmf/tex/plain/letter.tex -lib/texmf/tex/plain/list.tex -lib/texmf/tex/plain/llist.tex -lib/texmf/tex/plain/manmac.tex -lib/texmf/tex/plain/mftmac.tex -lib/texmf/tex/plain/null.tex -lib/texmf/tex/plain/picmac.tex -lib/texmf/tex/plain/plain.tex -lib/texmf/tex/plain/story.tex -lib/texmf/tex/plain/testfont.tex -lib/texmf/tex/plain/webmac.tex -lib/texmf/tex/plain/wlist.tex -lib/texmf/tex/plain/texinfo.tex -lib/texmf/tex/plain/eplain.tex -lib/texmf/tex/mft/cmbase.mft -lib/texmf/tex/mft/plain.mft -lib/texmf/tex/mft/e.mft -lib/texmf/tex/mft/README -lib/texmf/tex/texdraw/texdraw.tex -lib/texmf/tex/texdraw/txdps.tex -lib/texmf/tex/texdraw/txdtools.tex -lib/texmf/tex/texdraw/texdraw.sty -lib/texmf/tex/tugboat/README -lib/texmf/tex/tugboat/00readme.tug -lib/texmf/tex/tugboat/00readme.txt -lib/texmf/tex/tugboat/germanhy.tex -lib/texmf/tex/tugboat/germanhyph.tex -lib/texmf/tex/tugboat/guidepro.tex -lib/texmf/tex/tugboat/icehyph.tex -lib/texmf/tex/tugboat/kwic-bib.awk -lib/texmf/tex/tugboat/kwic.ltx -lib/texmf/tex/tugboat/landscape.sty -lib/texmf/tex/tugboat/ltugboat.sty -lib/texmf/tex/tugboat/ltugproc.sty -lib/texmf/tex/tugboat/makefile -lib/texmf/tex/tugboat/makefile.d20 -lib/texmf/tex/tugboat/makefile.unx -lib/texmf/tex/tugboat/merge.sty -lib/texmf/tex/tugboat/porthyph.tex -lib/texmf/tex/tugboat/tb0cyr.tex -lib/texmf/tex/tugboat/tb0hyf.tex -lib/texmf/tex/tugboat/tb0tree.tex -lib/texmf/tex/tugboat/tbcont.def -lib/texmf/tex/tugboat/tbcv05.tex -lib/texmf/tex/tugboat/tbcv10.tex -lib/texmf/tex/tugboat/tbcv15.tex -lib/texmf/tex/tugboat/treedef.tex -lib/texmf/tex/tugboat/tubguide.tex -lib/texmf/tex/tugboat/tugbib.ltx -lib/texmf/tex/tugboat/tugbib2.ltx -lib/texmf/tex/tugboat/tugboat.awk -lib/texmf/tex/tugboat/tugboat.cmn -lib/texmf/tex/tugboat/tugboat.def -lib/texmf/tex/tugboat/tugboat.sty -lib/texmf/tex/tugboat/tugbot.tex -lib/texmf/tex/tugboat/tugfil.chg -lib/texmf/tex/tugboat/tugproc.sty -lib/texmf/tex/latex2e/base/texput.log -lib/texmf/tex/latex2e/base/ltnews.cls -lib/texmf/tex/latex2e/base/texsys.cfg -lib/texmf/tex/latex2e/base/texsys.aux -lib/texmf/tex/latex2e/base/oldlfont.sty -lib/texmf/tex/latex2e/base/newlfont.sty -lib/texmf/tex/latex2e/base/flafter.sty -lib/texmf/tex/latex2e/base/inputenc.sty -lib/texmf/tex/latex2e/base/ascii.def -lib/texmf/tex/latex2e/base/latin1.def -lib/texmf/tex/latex2e/base/OT1enc.def -lib/texmf/tex/latex2e/base/OMSenc.def -lib/texmf/tex/latex2e/base/OMLenc.def -lib/texmf/tex/latex2e/base/T1enc.def -lib/texmf/tex/latex2e/base/fontenc.sty -lib/texmf/tex/latex2e/base/latex.ltx -lib/texmf/tex/latex2e/base/ltxcheck.tex -lib/texmf/tex/latex2e/base/hyphen.ltx -lib/texmf/tex/latex2e/base/fonttext.ltx -lib/texmf/tex/latex2e/base/fontmath.ltx -lib/texmf/tex/latex2e/base/preload.ltx -lib/texmf/tex/latex2e/base/article.cls -lib/texmf/tex/latex2e/base/report.cls -lib/texmf/tex/latex2e/base/book.cls -lib/texmf/tex/latex2e/base/size10.clo -lib/texmf/tex/latex2e/base/size11.clo -lib/texmf/tex/latex2e/base/size12.clo -lib/texmf/tex/latex2e/base/bk10.clo -lib/texmf/tex/latex2e/base/bk11.clo -lib/texmf/tex/latex2e/base/bk12.clo -lib/texmf/tex/latex2e/base/fleqn.clo -lib/texmf/tex/latex2e/base/leqno.clo -lib/texmf/tex/latex2e/base/letter.cls -lib/texmf/tex/latex2e/base/slides.cls -lib/texmf/tex/latex2e/base/slides.def -lib/texmf/tex/latex2e/base/OT1lcmss.fd -lib/texmf/tex/latex2e/base/OT1lcmtt.fd -lib/texmf/tex/latex2e/base/OMLlcmm.fd -lib/texmf/tex/latex2e/base/OMSlcmsy.fd -lib/texmf/tex/latex2e/base/OMXlcmex.fd -lib/texmf/tex/latex2e/base/Ullasy.fd -lib/texmf/tex/latex2e/base/sfonts.def -lib/texmf/tex/latex2e/base/proc.cls -lib/texmf/tex/latex2e/base/proc.sty -lib/texmf/tex/latex2e/base/latexsym.sty -lib/texmf/tex/latex2e/base/Ulasy.fd -lib/texmf/tex/latex2e/base/T1cmfib.fd -lib/texmf/tex/latex2e/base/T1cmfr.fd -lib/texmf/tex/latex2e/base/T1cmdh.fd -lib/texmf/tex/latex2e/base/T1cmr.fd -lib/texmf/tex/latex2e/base/T1cmss.fd -lib/texmf/tex/latex2e/base/T1cmtt.fd -lib/texmf/tex/latex2e/base/OT1cmss.fd -lib/texmf/tex/latex2e/base/OT1cmr.fd -lib/texmf/tex/latex2e/base/OT1cmtt.fd -lib/texmf/tex/latex2e/base/OT1cmfib.fd -lib/texmf/tex/latex2e/base/OT1cmfr.fd -lib/texmf/tex/latex2e/base/OT1cmdh.fd -lib/texmf/tex/latex2e/base/Ucmr.fd -lib/texmf/tex/latex2e/base/Ucmss.fd -lib/texmf/tex/latex2e/base/Ucmtt.fd -lib/texmf/tex/latex2e/base/OMLccm.fd -lib/texmf/tex/latex2e/base/OMLcmm.fd -lib/texmf/tex/latex2e/base/OMScmsy.fd -lib/texmf/tex/latex2e/base/OMXcmex.fd -lib/texmf/tex/latex2e/base/OMLcmr.fd -lib/texmf/tex/latex2e/base/OMScmr.fd -lib/texmf/tex/latex2e/base/latex209.def -lib/texmf/tex/latex2e/base/article.sty -lib/texmf/tex/latex2e/base/book.sty -lib/texmf/tex/latex2e/base/report.sty -lib/texmf/tex/latex2e/base/letter.sty -lib/texmf/tex/latex2e/base/slides.sty -lib/texmf/tex/latex2e/base/bezier.sty -lib/texmf/tex/latex2e/base/t1enc.sty -lib/texmf/tex/latex2e/base/docstrip.tex -lib/texmf/tex/latex2e/base/doc.sty -lib/texmf/tex/latex2e/base/shortvrb.sty -lib/texmf/tex/latex2e/base/ltxdoc.cls -lib/texmf/tex/latex2e/base/gind.ist -lib/texmf/tex/latex2e/base/gglo.ist -lib/texmf/tex/latex2e/base/ifthen.sty -lib/texmf/tex/latex2e/base/graphpap.sty -lib/texmf/tex/latex2e/base/pict2e.sty -lib/texmf/tex/latex2e/base/makeidx.sty -lib/texmf/tex/latex2e/base/showidx.sty -lib/texmf/tex/latex2e/base/syntonly.sty -lib/texmf/tex/latex2e/base/exscale.sty -lib/texmf/tex/latex2e/base/alltt.sty -lib/texmf/tex/latex2e/base/ltxguide.cls -lib/texmf/tex/latex2e/base/tracefnt.sty -lib/texmf/tex/latex2e/base/latexbug.tex -lib/texmf/tex/latex2e/base/testpage.tex -lib/texmf/tex/latex2e/base/lablst.tex -lib/texmf/tex/latex2e/base/idx.tex -lib/texmf/tex/latex2e/base/nfssfont.tex -lib/texmf/tex/latex2e/base/small2e.tex -lib/texmf/tex/latex2e/base/sample2e.tex -lib/texmf/tex/latex2e/misc/lplain.tex -lib/texmf/bibtex/bst/acm.bst -lib/texmf/bibtex/bst/ieeetr.bst -lib/texmf/bibtex/bst/siam.bst -lib/texmf/bibtex/bst/abbrv.bst -lib/texmf/bibtex/bst/alpha.bst -lib/texmf/bibtex/bst/apalike.bst -lib/texmf/bibtex/bst/plain.bst -lib/texmf/bibtex/bst/unsrt.bst -lib/texmf/bibtex/bib/asi.bib -lib/texmf/bibtex/bib/ep.bib -lib/texmf/bibtex/bib/epodd.bib -lib/texmf/bibtex/bib/institut.bib -lib/texmf/bibtex/bib/internet.bib -lib/texmf/bibtex/bib/journal.bib -lib/texmf/bibtex/bib/litprog.bib -lib/texmf/bibtex/bib/mrabbrev.bib -lib/texmf/bibtex/bib/postscri.bib -lib/texmf/bibtex/bib/publish.bib -lib/texmf/bibtex/bib/reading.bib -lib/texmf/bibtex/bib/standard.bib -lib/texmf/bibtex/bib/texbook1.bib -lib/texmf/bibtex/bib/texbook2.bib -lib/texmf/bibtex/bib/texgraph.bib -lib/texmf/bibtex/bib/texjourn.bib -lib/texmf/bibtex/bib/texnique.bib -lib/texmf/bibtex/bib/tugboat.bib -lib/texmf/bibtex/bib/type.bib -lib/texmf/bibtex/bib/unix.bib -lib/texmf/bibtex/bib/README -lib/texmf/bibtex/bib/xampl.bib -lib/texmf/bibtex/bib/byrnes.bib -lib/texmf/bibtex/bib/kbmath.bib -lib/texmf/bibtex/bib/texbook3.bib +@cwd /usr/local +bin/kpsewhich +bin/dvicopy +bin/dvitype +bin/pdvitype +bin/gftodvi +bin/gftopk +bin/mft +bin/pktogf +bin/pktype +bin/vftovp +bin/vptovf +bin/gftype +bin/pltotf +bin/tftopl +bin/initex +bin/virtex +bin/patgen +bin/iniptex +bin/virptex +bin/inimf +bin/virmf +bin/bibtex +bin/jbibtex +bin/tangle +bin/weave +bin/pooltype +bin/tex +bin/ptex +bin/mf +bin/cmmf +info/kpathsea.info +lib/texmf/web2c/texmf.cnf +lib/texmf/ini/tex.fmt +lib/texmf/ini/plain.fmt +lib/texmf/ini/ptex.fmt +lib/texmf/ini/mf.base +lib/texmf/ini/cmmf.base +lib/texmf/ini/plain.base +lib/texmf/ini/tex.pool +lib/texmf/ini/ptex.pool +lib/texmf/ini/mf.pool lib/texmf/fonts/public/cm/src/accent.mf lib/texmf/fonts/public/cm/src/bigacc.mf lib/texmf/fonts/public/cm/src/bigdel.mf @@ -687,6 +525,78 @@ lib/texmf/fonts/public/latex/tfm/ilcmss8.tfm lib/texmf/fonts/public/latex/tfm/ilcmssb8.tfm lib/texmf/fonts/public/latex/tfm/ilcmssi8.tfm lib/texmf/fonts/public/latex/tfm/lasy10.tfm +lib/texmf/fonts/public/ptex/src/goth10.pl +lib/texmf/fonts/public/ptex/src/goth5.pl +lib/texmf/fonts/public/ptex/src/goth6.pl +lib/texmf/fonts/public/ptex/src/goth7.pl +lib/texmf/fonts/public/ptex/src/goth8.pl +lib/texmf/fonts/public/ptex/src/goth9.pl +lib/texmf/fonts/public/ptex/src/min10.pl +lib/texmf/fonts/public/ptex/src/min5.pl +lib/texmf/fonts/public/ptex/src/min6.pl +lib/texmf/fonts/public/ptex/src/min7.pl +lib/texmf/fonts/public/ptex/src/min8.pl +lib/texmf/fonts/public/ptex/src/min9.pl +lib/texmf/fonts/public/ptex/src/ngoth10.pl +lib/texmf/fonts/public/ptex/src/ngoth5.pl +lib/texmf/fonts/public/ptex/src/ngoth6.pl +lib/texmf/fonts/public/ptex/src/ngoth7.pl +lib/texmf/fonts/public/ptex/src/ngoth8.pl +lib/texmf/fonts/public/ptex/src/ngoth9.pl +lib/texmf/fonts/public/ptex/src/nmin10.pl +lib/texmf/fonts/public/ptex/src/nmin5.pl +lib/texmf/fonts/public/ptex/src/nmin6.pl +lib/texmf/fonts/public/ptex/src/nmin7.pl +lib/texmf/fonts/public/ptex/src/nmin8.pl +lib/texmf/fonts/public/ptex/src/nmin9.pl +lib/texmf/fonts/public/ptex/src/tgoth10.pl +lib/texmf/fonts/public/ptex/src/tgoth5.pl +lib/texmf/fonts/public/ptex/src/tgoth6.pl +lib/texmf/fonts/public/ptex/src/tgoth7.pl +lib/texmf/fonts/public/ptex/src/tgoth8.pl +lib/texmf/fonts/public/ptex/src/tgoth9.pl +lib/texmf/fonts/public/ptex/src/tmin10.pl +lib/texmf/fonts/public/ptex/src/tmin5.pl +lib/texmf/fonts/public/ptex/src/tmin6.pl +lib/texmf/fonts/public/ptex/src/tmin7.pl +lib/texmf/fonts/public/ptex/src/tmin8.pl +lib/texmf/fonts/public/ptex/src/tmin9.pl +lib/texmf/fonts/public/ptex/tfm/goth10.tfm +lib/texmf/fonts/public/ptex/tfm/goth5.tfm +lib/texmf/fonts/public/ptex/tfm/goth6.tfm +lib/texmf/fonts/public/ptex/tfm/goth7.tfm +lib/texmf/fonts/public/ptex/tfm/goth8.tfm +lib/texmf/fonts/public/ptex/tfm/goth9.tfm +lib/texmf/fonts/public/ptex/tfm/min10.tfm +lib/texmf/fonts/public/ptex/tfm/min5.tfm +lib/texmf/fonts/public/ptex/tfm/min6.tfm +lib/texmf/fonts/public/ptex/tfm/min7.tfm +lib/texmf/fonts/public/ptex/tfm/min8.tfm +lib/texmf/fonts/public/ptex/tfm/min9.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth10.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth5.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth6.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth7.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth8.tfm +lib/texmf/fonts/public/ptex/tfm/ngoth9.tfm +lib/texmf/fonts/public/ptex/tfm/nmin10.tfm +lib/texmf/fonts/public/ptex/tfm/nmin5.tfm +lib/texmf/fonts/public/ptex/tfm/nmin6.tfm +lib/texmf/fonts/public/ptex/tfm/nmin7.tfm +lib/texmf/fonts/public/ptex/tfm/nmin8.tfm +lib/texmf/fonts/public/ptex/tfm/nmin9.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth10.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth5.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth6.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth7.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth8.tfm +lib/texmf/fonts/public/ptex/tfm/tgoth9.tfm +lib/texmf/fonts/public/ptex/tfm/tmin10.tfm +lib/texmf/fonts/public/ptex/tfm/tmin5.tfm +lib/texmf/fonts/public/ptex/tfm/tmin6.tfm +lib/texmf/fonts/public/ptex/tfm/tmin7.tfm +lib/texmf/fonts/public/ptex/tfm/tmin8.tfm +lib/texmf/fonts/public/ptex/tfm/tmin9.tfm lib/texmf/fonts/ams/cyrillic/tfm/wncyb10.tfm lib/texmf/fonts/ams/cyrillic/tfm/wncyb5.tfm lib/texmf/fonts/ams/cyrillic/tfm/wncyb6.tfm @@ -960,6 +870,231 @@ lib/texmf/fonts/urw/nimbus/tfm/runmrs.tfm lib/texmf/fonts/urw/nimbus/afm/unmr.afm lib/texmf/fonts/urw/nimbus/afm/unmrs.afm lib/texmf/fonts/urw/README +lib/texmf/fonts/ascgrp/tfm/ascii10.tfm +lib/texmf/fonts/ascgrp/tfm/ascii36.tfm +lib/texmf/fonts/ascgrp/tfm/ascgrp.tfm +lib/texmf/fonts/ascgrp/src/ascgrp.mf +lib/texmf/fonts/ascgrp/src/ascii10.mf +lib/texmf/fonts/ascgrp/src/ascii36.mf +lib/texmf/fonts/ascgrp/src/ascii.mf +lib/texmf/fonts/texfonts.map +lib/texmf/tex/generic/path.sty +lib/texmf/tex/generic/texnames.sty +lib/texmf/tex/generic/btxmac.tex +lib/texmf/tex/generic/README +lib/texmf/tex/ams/amssym.def +lib/texmf/tex/ams/amssym.tex +lib/texmf/tex/ams/cyracc.def +lib/texmf/tex/ams/amsppt1.tex +lib/texmf/tex/ams/amstex.tex +lib/texmf/tex/ams/amsppt.sty +lib/texmf/tex/ams/amstex.ini +lib/texmf/tex/plain/README +lib/texmf/tex/plain/fontchart.tex +lib/texmf/tex/plain/gkpmac.tex +lib/texmf/tex/plain/hyphen.tex +lib/texmf/tex/plain/letter.tex +lib/texmf/tex/plain/list.tex +lib/texmf/tex/plain/llist.tex +lib/texmf/tex/plain/manmac.tex +lib/texmf/tex/plain/mftmac.tex +lib/texmf/tex/plain/null.tex +lib/texmf/tex/plain/picmac.tex +lib/texmf/tex/plain/plain.tex +lib/texmf/tex/plain/story.tex +lib/texmf/tex/plain/testfont.tex +lib/texmf/tex/plain/webmac.tex +lib/texmf/tex/plain/wlist.tex +lib/texmf/tex/plain/texinfo.tex +lib/texmf/tex/plain/eplain.tex +lib/texmf/tex/mft/cmbase.mft +lib/texmf/tex/mft/plain.mft +lib/texmf/tex/mft/e.mft +lib/texmf/tex/mft/README +lib/texmf/tex/texdraw/texdraw.tex +lib/texmf/tex/texdraw/txdps.tex +lib/texmf/tex/texdraw/txdtools.tex +lib/texmf/tex/texdraw/texdraw.sty +lib/texmf/tex/tugboat/README +lib/texmf/tex/tugboat/00readme.tug +lib/texmf/tex/tugboat/00readme.txt +lib/texmf/tex/tugboat/germanhy.tex +lib/texmf/tex/tugboat/germanhyph.tex +lib/texmf/tex/tugboat/guidepro.tex +lib/texmf/tex/tugboat/icehyph.tex +lib/texmf/tex/tugboat/kwic-bib.awk +lib/texmf/tex/tugboat/kwic.ltx +lib/texmf/tex/tugboat/landscape.sty +lib/texmf/tex/tugboat/ltugboat.sty +lib/texmf/tex/tugboat/ltugproc.sty +lib/texmf/tex/tugboat/makefile +lib/texmf/tex/tugboat/makefile.d20 +lib/texmf/tex/tugboat/makefile.unx +lib/texmf/tex/tugboat/merge.sty +lib/texmf/tex/tugboat/porthyph.tex +lib/texmf/tex/tugboat/tb0cyr.tex +lib/texmf/tex/tugboat/tb0hyf.tex +lib/texmf/tex/tugboat/tb0tree.tex +lib/texmf/tex/tugboat/tbcont.def +lib/texmf/tex/tugboat/tbcv05.tex +lib/texmf/tex/tugboat/tbcv10.tex +lib/texmf/tex/tugboat/tbcv15.tex +lib/texmf/tex/tugboat/treedef.tex +lib/texmf/tex/tugboat/tubguide.tex +lib/texmf/tex/tugboat/tugbib.ltx +lib/texmf/tex/tugboat/tugbib2.ltx +lib/texmf/tex/tugboat/tugboat.awk +lib/texmf/tex/tugboat/tugboat.cmn +lib/texmf/tex/tugboat/tugboat.def +lib/texmf/tex/tugboat/tugboat.sty +lib/texmf/tex/tugboat/tugbot.tex +lib/texmf/tex/tugboat/tugfil.chg +lib/texmf/tex/tugboat/tugproc.sty +lib/texmf/tex/latex2e/base/texput.log +lib/texmf/tex/latex2e/base/ltnews.cls +lib/texmf/tex/latex2e/base/texsys.cfg +lib/texmf/tex/latex2e/base/texsys.aux +lib/texmf/tex/latex2e/base/oldlfont.sty +lib/texmf/tex/latex2e/base/newlfont.sty +lib/texmf/tex/latex2e/base/flafter.sty +lib/texmf/tex/latex2e/base/inputenc.sty +lib/texmf/tex/latex2e/base/ascii.def +lib/texmf/tex/latex2e/base/latin1.def +lib/texmf/tex/latex2e/base/OT1enc.def +lib/texmf/tex/latex2e/base/OMSenc.def +lib/texmf/tex/latex2e/base/OMLenc.def +lib/texmf/tex/latex2e/base/T1enc.def +lib/texmf/tex/latex2e/base/fontenc.sty +lib/texmf/tex/latex2e/base/latex.ltx +lib/texmf/tex/latex2e/base/ltxcheck.tex +lib/texmf/tex/latex2e/base/hyphen.ltx +lib/texmf/tex/latex2e/base/fonttext.ltx +lib/texmf/tex/latex2e/base/fontmath.ltx +lib/texmf/tex/latex2e/base/preload.ltx +lib/texmf/tex/latex2e/base/article.cls +lib/texmf/tex/latex2e/base/report.cls +lib/texmf/tex/latex2e/base/book.cls +lib/texmf/tex/latex2e/base/size10.clo +lib/texmf/tex/latex2e/base/size11.clo +lib/texmf/tex/latex2e/base/size12.clo +lib/texmf/tex/latex2e/base/bk10.clo +lib/texmf/tex/latex2e/base/bk11.clo +lib/texmf/tex/latex2e/base/bk12.clo +lib/texmf/tex/latex2e/base/fleqn.clo +lib/texmf/tex/latex2e/base/leqno.clo +lib/texmf/tex/latex2e/base/letter.cls +lib/texmf/tex/latex2e/base/slides.cls +lib/texmf/tex/latex2e/base/slides.def +lib/texmf/tex/latex2e/base/OT1lcmss.fd +lib/texmf/tex/latex2e/base/OT1lcmtt.fd +lib/texmf/tex/latex2e/base/OMLlcmm.fd +lib/texmf/tex/latex2e/base/OMSlcmsy.fd +lib/texmf/tex/latex2e/base/OMXlcmex.fd +lib/texmf/tex/latex2e/base/Ullasy.fd +lib/texmf/tex/latex2e/base/sfonts.def +lib/texmf/tex/latex2e/base/proc.cls +lib/texmf/tex/latex2e/base/proc.sty +lib/texmf/tex/latex2e/base/latexsym.sty +lib/texmf/tex/latex2e/base/Ulasy.fd +lib/texmf/tex/latex2e/base/T1cmfib.fd +lib/texmf/tex/latex2e/base/T1cmfr.fd +lib/texmf/tex/latex2e/base/T1cmdh.fd +lib/texmf/tex/latex2e/base/T1cmr.fd +lib/texmf/tex/latex2e/base/T1cmss.fd +lib/texmf/tex/latex2e/base/T1cmtt.fd +lib/texmf/tex/latex2e/base/OT1cmss.fd +lib/texmf/tex/latex2e/base/OT1cmr.fd +lib/texmf/tex/latex2e/base/OT1cmtt.fd +lib/texmf/tex/latex2e/base/OT1cmfib.fd +lib/texmf/tex/latex2e/base/OT1cmfr.fd +lib/texmf/tex/latex2e/base/OT1cmdh.fd +lib/texmf/tex/latex2e/base/Ucmr.fd +lib/texmf/tex/latex2e/base/Ucmss.fd +lib/texmf/tex/latex2e/base/Ucmtt.fd +lib/texmf/tex/latex2e/base/OMLccm.fd +lib/texmf/tex/latex2e/base/OMLcmm.fd +lib/texmf/tex/latex2e/base/OMScmsy.fd +lib/texmf/tex/latex2e/base/OMXcmex.fd +lib/texmf/tex/latex2e/base/OMLcmr.fd +lib/texmf/tex/latex2e/base/OMScmr.fd +lib/texmf/tex/latex2e/base/latex209.def +lib/texmf/tex/latex2e/base/article.sty +lib/texmf/tex/latex2e/base/book.sty +lib/texmf/tex/latex2e/base/report.sty +lib/texmf/tex/latex2e/base/letter.sty +lib/texmf/tex/latex2e/base/slides.sty +lib/texmf/tex/latex2e/base/bezier.sty +lib/texmf/tex/latex2e/base/t1enc.sty +lib/texmf/tex/latex2e/base/docstrip.tex +lib/texmf/tex/latex2e/base/doc.sty +lib/texmf/tex/latex2e/base/shortvrb.sty +lib/texmf/tex/latex2e/base/ltxdoc.cls +lib/texmf/tex/latex2e/base/gind.ist +lib/texmf/tex/latex2e/base/gglo.ist +lib/texmf/tex/latex2e/base/ifthen.sty +lib/texmf/tex/latex2e/base/graphpap.sty +lib/texmf/tex/latex2e/base/pict2e.sty +lib/texmf/tex/latex2e/base/makeidx.sty +lib/texmf/tex/latex2e/base/showidx.sty +lib/texmf/tex/latex2e/base/syntonly.sty +lib/texmf/tex/latex2e/base/exscale.sty +lib/texmf/tex/latex2e/base/alltt.sty +lib/texmf/tex/latex2e/base/ltxguide.cls +lib/texmf/tex/latex2e/base/tracefnt.sty +lib/texmf/tex/latex2e/base/latexbug.tex +lib/texmf/tex/latex2e/base/testpage.tex +lib/texmf/tex/latex2e/base/lablst.tex +lib/texmf/tex/latex2e/base/idx.tex +lib/texmf/tex/latex2e/base/nfssfont.tex +lib/texmf/tex/latex2e/base/small2e.tex +lib/texmf/tex/latex2e/base/sample2e.tex +lib/texmf/tex/latex2e/misc/lplain.tex +lib/texmf/tex/ptex/jplain.tex +lib/texmf/tex/ptex/kinsoku.tex +lib/texmf/tex/ptex/ptex.tex +lib/texmf/bibtex/bst/acm.bst +lib/texmf/bibtex/bst/ieeetr.bst +lib/texmf/bibtex/bst/siam.bst +lib/texmf/bibtex/bst/abbrv.bst +lib/texmf/bibtex/bst/alpha.bst +lib/texmf/bibtex/bst/apalike.bst +lib/texmf/bibtex/bst/plain.bst +lib/texmf/bibtex/bst/unsrt.bst +lib/texmf/bibtex/bib/asi.bib +lib/texmf/bibtex/bib/ep.bib +lib/texmf/bibtex/bib/epodd.bib +lib/texmf/bibtex/bib/institut.bib +lib/texmf/bibtex/bib/internet.bib +lib/texmf/bibtex/bib/journal.bib +lib/texmf/bibtex/bib/litprog.bib +lib/texmf/bibtex/bib/mrabbrev.bib +lib/texmf/bibtex/bib/postscri.bib +lib/texmf/bibtex/bib/publish.bib +lib/texmf/bibtex/bib/reading.bib +lib/texmf/bibtex/bib/standard.bib +lib/texmf/bibtex/bib/texbook1.bib +lib/texmf/bibtex/bib/texbook2.bib +lib/texmf/bibtex/bib/texgraph.bib +lib/texmf/bibtex/bib/texjourn.bib +lib/texmf/bibtex/bib/texnique.bib +lib/texmf/bibtex/bib/tugboat.bib +lib/texmf/bibtex/bib/type.bib +lib/texmf/bibtex/bib/unix.bib +lib/texmf/bibtex/bib/README +lib/texmf/bibtex/bib/xampl.bib +lib/texmf/bibtex/bib/byrnes.bib +lib/texmf/bibtex/bib/kbmath.bib +lib/texmf/bibtex/bib/texbook3.bib +lib/texmf/bibtex/jbib/bst/jabbrv.bst +lib/texmf/bibtex/jbib/bst/jalpha.bst +lib/texmf/bibtex/jbib/bst/jipsj.bst +lib/texmf/bibtex/jbib/bst/jname.bst +lib/texmf/bibtex/jbib/bst/jorsj.bst +lib/texmf/bibtex/jbib/bst/jplain.bst +lib/texmf/bibtex/jbib/bst/junsrt.bst +lib/texmf/bibtex/jbib/bst/tieice.bst +lib/texmf/bibtex/jbib/bst/tipsj.bst +lib/texmf/bibtex/jbib/bib/jxampl.bib lib/texmf/mf/3test.mf lib/texmf/mf/6test.mf lib/texmf/mf/README @@ -1026,85 +1161,6 @@ lib/texmf/doc/latex2e/clsguide.tex lib/texmf/doc/latex2e/fntguide.tex lib/texmf/doc/latex2e/ltnews02.tex lib/texmf/doc/latex2e/usrguide.tex -lib/texmf/fonts/public/ptex/src/goth10.pl -lib/texmf/fonts/public/ptex/src/goth5.pl -lib/texmf/fonts/public/ptex/src/goth6.pl -lib/texmf/fonts/public/ptex/src/goth7.pl -lib/texmf/fonts/public/ptex/src/goth8.pl -lib/texmf/fonts/public/ptex/src/goth9.pl -lib/texmf/fonts/public/ptex/src/min10.pl -lib/texmf/fonts/public/ptex/src/min5.pl -lib/texmf/fonts/public/ptex/src/min6.pl -lib/texmf/fonts/public/ptex/src/min7.pl -lib/texmf/fonts/public/ptex/src/min8.pl -lib/texmf/fonts/public/ptex/src/min9.pl -lib/texmf/fonts/public/ptex/src/ngoth10.pl -lib/texmf/fonts/public/ptex/src/ngoth5.pl -lib/texmf/fonts/public/ptex/src/ngoth6.pl -lib/texmf/fonts/public/ptex/src/ngoth7.pl -lib/texmf/fonts/public/ptex/src/ngoth8.pl -lib/texmf/fonts/public/ptex/src/ngoth9.pl -lib/texmf/fonts/public/ptex/src/nmin10.pl -lib/texmf/fonts/public/ptex/src/nmin5.pl -lib/texmf/fonts/public/ptex/src/nmin6.pl -lib/texmf/fonts/public/ptex/src/nmin7.pl -lib/texmf/fonts/public/ptex/src/nmin8.pl -lib/texmf/fonts/public/ptex/src/nmin9.pl -lib/texmf/fonts/public/ptex/src/tgoth10.pl -lib/texmf/fonts/public/ptex/src/tgoth5.pl -lib/texmf/fonts/public/ptex/src/tgoth6.pl -lib/texmf/fonts/public/ptex/src/tgoth7.pl -lib/texmf/fonts/public/ptex/src/tgoth8.pl -lib/texmf/fonts/public/ptex/src/tgoth9.pl -lib/texmf/fonts/public/ptex/src/tmin10.pl -lib/texmf/fonts/public/ptex/src/tmin5.pl -lib/texmf/fonts/public/ptex/src/tmin6.pl -lib/texmf/fonts/public/ptex/src/tmin7.pl -lib/texmf/fonts/public/ptex/src/tmin8.pl -lib/texmf/fonts/public/ptex/src/tmin9.pl -lib/texmf/fonts/public/ptex/tfm/goth10.tfm -lib/texmf/fonts/public/ptex/tfm/goth5.tfm -lib/texmf/fonts/public/ptex/tfm/goth6.tfm -lib/texmf/fonts/public/ptex/tfm/goth7.tfm -lib/texmf/fonts/public/ptex/tfm/goth8.tfm -lib/texmf/fonts/public/ptex/tfm/goth9.tfm -lib/texmf/fonts/public/ptex/tfm/min10.tfm -lib/texmf/fonts/public/ptex/tfm/min5.tfm -lib/texmf/fonts/public/ptex/tfm/min6.tfm -lib/texmf/fonts/public/ptex/tfm/min7.tfm -lib/texmf/fonts/public/ptex/tfm/min8.tfm -lib/texmf/fonts/public/ptex/tfm/min9.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth10.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth5.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth6.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth7.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth8.tfm -lib/texmf/fonts/public/ptex/tfm/ngoth9.tfm -lib/texmf/fonts/public/ptex/tfm/nmin10.tfm -lib/texmf/fonts/public/ptex/tfm/nmin5.tfm -lib/texmf/fonts/public/ptex/tfm/nmin6.tfm -lib/texmf/fonts/public/ptex/tfm/nmin7.tfm -lib/texmf/fonts/public/ptex/tfm/nmin8.tfm -lib/texmf/fonts/public/ptex/tfm/nmin9.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth10.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth5.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth6.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth7.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth8.tfm -lib/texmf/fonts/public/ptex/tfm/tgoth9.tfm -lib/texmf/fonts/public/ptex/tfm/tmin10.tfm -lib/texmf/fonts/public/ptex/tfm/tmin5.tfm -lib/texmf/fonts/public/ptex/tfm/tmin6.tfm -lib/texmf/fonts/public/ptex/tfm/tmin7.tfm -lib/texmf/fonts/public/ptex/tfm/tmin8.tfm -lib/texmf/fonts/public/ptex/tfm/tmin9.tfm -lib/texmf/fonts/ascgrp/tfm/ascii10.tfm -lib/texmf/fonts/ascgrp/tfm/ascii36.tfm -lib/texmf/fonts/ascgrp/tfm/ascgrp.tfm -lib/texmf/fonts/ascgrp/src/ascgrp.mf -lib/texmf/fonts/ascgrp/src/ascii10.mf -lib/texmf/fonts/ascgrp/src/ascii36.mf -lib/texmf/fonts/ascgrp/src/ascii.mf lib/texmf/doc/ptex/jfm.tex lib/texmf/doc/ptex/jtex.tex lib/texmf/doc/ptex/jtexdoc.tex @@ -1120,65 +1176,8 @@ lib/texmf/doc/jbibtex/doc-ascii/jbtxdoc.bib lib/texmf/doc/jbibtex/doc-ascii/jbtxdoc.tex lib/texmf/doc/jbibtex/doc-ascii/jbtxhak.tex lib/texmf/doc/jbibtex/doc-ascii/README.1st -lib/texmf/tex/ptex/jplain.tex -lib/texmf/tex/ptex/kinsoku.tex -lib/texmf/tex/ptex/ptex.tex -lib/texmf/bibtex/jbib/bst/jabbrv.bst -lib/texmf/bibtex/jbib/bst/jalpha.bst -lib/texmf/bibtex/jbib/bst/jipsj.bst -lib/texmf/bibtex/jbib/bst/jname.bst -lib/texmf/bibtex/jbib/bst/jorsj.bst -lib/texmf/bibtex/jbib/bst/jplain.bst -lib/texmf/bibtex/jbib/bst/junsrt.bst -lib/texmf/bibtex/jbib/bst/tieice.bst -lib/texmf/bibtex/jbib/bst/tipsj.bst -lib/texmf/bibtex/jbib/bib/jxampl.bib -bin/bibtex -bin/cmmf -bin/dvicopy -bin/dvitype -bin/gftodvi -bin/gftopk -bin/gftype -bin/inimf -bin/iniptex -bin/initex -bin/jbibtex -bin/kpsewhich -bin/mf -bin/mft -bin/patgen -bin/pdvitype -bin/pktogf -bin/pktype -bin/pltotf -bin/pooltype -bin/ptex -bin/tangle -bin/tex -bin/tftopl -bin/vftovp -bin/virmf -bin/virptex -bin/virtex -bin/vptovf -bin/weave -info/kpathsea.info -lib/texmf/fonts/texfonts.map -lib/texmf/ini/cmmf.base -lib/texmf/ini/mf.base -lib/texmf/ini/mf.pool -lib/texmf/ini/plain.base -lib/texmf/ini/plain.fmt -lib/texmf/ini/ptex.fmt -lib/texmf/ini/ptex.pool -lib/texmf/ini/tex.fmt -lib/texmf/ini/tex.pool -lib/texmf/web2c/texmf.cnf -man/man1/amslatex.1.gz man/man1/amstex.1.gz man/man1/bibtex.1.gz -man/man1/dvitype.1.gz man/man1/etex.1.gz man/man1/gftodvi.1.gz man/man1/gftopk.1.gz @@ -1192,7 +1191,6 @@ man/man1/patgen.1.gz man/man1/pktogf.1.gz man/man1/pktype.1.gz man/man1/pltotf.1.gz -man/man1/pooltype.1.gz man/man1/slitex.1.gz man/man1/tangle.1.gz man/man1/tex.1.gz @@ -1201,3 +1199,6 @@ man/man1/vftovp.1.gz man/man1/virtex.1.gz man/man1/vptovf.1.gz man/man1/weave.1.gz +man/man1/amslatex.1.gz +man/man1/dvitype.1.gz +man/man1/pooltype.1.gz |