mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
--- kpathsea/texmf.in.orig Sat Mar 14 07:22:19 1998
|
|
+++ kpathsea/texmf.in Wed Jun 24 06:53:07 1998
|
|
@@ -134,6 +134,16 @@
|
|
TEXINPUTS.eplain = .:$TEXMF/tex/{eplain:plain:generic:}//
|
|
TEXINPUTS.jadetex = .:$TEXMF/tex/{jadetex:plain:generic:}//
|
|
|
|
+% pTeX.
|
|
+platex209_inputs = .:$TEXMF/tex/{platex209:latex209:platex:latex:generic:}//
|
|
+platex2e_inputs = .:$TEXMF/tex/{platex:latex:platex209:latex209:generic:}//
|
|
+ptex_inputs = .:$TEXMF/tex/{ptex:plain}//:$TEXMF/tex//
|
|
+TEXINPUTS.platex209 = $platex209_inputs
|
|
+TEXINPUTS.platex2e = $platex2e_inputs
|
|
+TEXINPUTS.platex = $platex2e_inputs
|
|
+TEXINPUTS.ptex = $ptex_inputs
|
|
+TEXINPUTS.iniptex = $ptex_inputs
|
|
+
|
|
% MLTeX.
|
|
TEXINPUTS.frtex = .:$TEXMF/{mltex:tex}/{french:plain:generic:}//
|
|
TEXINPUTS.frlatex = .:$TEXMF/{mltex:tex}/{french:latex:generic:latex209:}//
|
|
@@ -195,6 +205,8 @@
|
|
TEXFONTMAPS = .:$TEXMF/fontname
|
|
|
|
% BibTeX bibliographies and style files.
|
|
+BIBINPUTS.jbibtex = .:$TEXMF/{jbibtex:bibtex}/bib//
|
|
+BSTINPUTS.jbibtex = .:$TEXMF/{jbibtex:bibtex}/bst//
|
|
BIBINPUTS = .:$TEXMF/bibtex/{bib:}//
|
|
BSTINPUTS = .:$TEXMF/bibtex/{bst:}//
|
|
|