summaryrefslogtreecommitdiff
path: root/japanese/ptex-base/files/patch-ab
blob: bff1a77b5e31ba85eb4df2e2154d5805d47ba8bd (plain) (blame)
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
--- 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:}//