mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
f6546d6965
Note: This port installs only the character code independent files for pTeX and this replaces japanese/ptex2. Note #2 : Japanese/ptex2 has been repository copied to ptex-common by Satoshi.
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
--- kpathsea/texmf.cnf.in.orig Sun Feb 9 01:26:26 1997
|
|
+++ kpathsea/texmf.cnf.in Sat Oct 4 23:54:10 1997
|
|
@@ -100,6 +100,15 @@
|
|
TEXINPUTS.amstex = .:$dbtex/amstex//:$plain_inputs
|
|
TEXINPUTS.ftex = .:$dbtex/formate//:$plain_inputs
|
|
TEXINPUTS.texinfo = .:$dbtex/texinfo//:$plain_inputs
|
|
+% ptex, platex, platex209 macros paths.
|
|
+platex209_inputs = .:$dbtex/{platex209,latex209,platex,latex,generic}//
|
|
+platex2e_inputs = .:$dbtex/{platex,latex,platex209,latex209,generic}//
|
|
+ptex_inputs = .:$dbtex/{ptex,plain}//:$dbtex//
|
|
+TEXINPUTS.platex209 = $platex209_inputs
|
|
+TEXINPUTS.platex2e = $platex2e_inputs
|
|
+TEXINPUTS.platex = $platex2e_inputs
|
|
+TEXINPUTS.ptex = $ptex_inputs
|
|
+TEXINPUTS.iniptex = $ptex_inputs
|
|
|
|
% INITEX. May as well make this separate so it can search on disk;
|
|
% initex is seldom run, and might be used directly after files have been
|
|
@@ -155,6 +164,8 @@
|
|
|
|
% BibTeX bibliographies and style files.
|
|
BIBINPUTS = .:$TEXMF/bibtex/bib//
|
|
+BIBINPUTS.jbibtex = .:$TEXMF/jbibtex/bib//:$TEXMF/bibtex/bib//
|
|
+BSTINPUTS.jbibtex = .:$TEXMF/jbibtex/bst//:$TEXMF/bibtex/bst//
|
|
BSTINPUTS = .:$TEXMF/bibtex/bst//
|
|
|
|
% MFT style files.
|