| 1 |
--- texmf/web2c/texmf.cnf.orig 2007-02-03 07:28:29.000000000 +0900
|
| 2 |
+++ texmf/web2c/texmf.cnf 2007-08-17 15:47:06.000000000 +0900
|
| 3 |
@@ -186,7 +186,6 @@
|
| 4 |
% latex209, useful for macros that were written for 2.09 and do not
|
| 5 |
% mention 2e at all, but can be used with 2e.
|
| 6 |
TEXINPUTS.cslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
|
| 7 |
-TEXINPUTS.platex = .;$TEXMF/tex/{platex,latex,generic,}//
|
| 8 |
TEXINPUTS.latex = .;$TEXMF/tex/{latex,generic,}//
|
| 9 |
TEXINPUTS.olatex = .;$TEXMF/tex/{latex,generic,}//
|
| 10 |
TEXINPUTS.latex209 = .;$TEXMF/tex/{latex209,generic,latex,}//
|
| 11 |
@@ -245,6 +244,20 @@
|
| 12 |
TEXINPUTS.platex-pl = .;$TEXMF/tex/{platex,latex,generic,}//
|
| 13 |
TEXINPUTS.pdfplatex = .;$TEXMF/tex/{platex,latex,generic,}//
|
| 14 |
|
| 15 |
+% Japanese pTeX
|
| 16 |
+ptex_inputs = .;$TEXMF/{ptex/{plain,generic},tex/{plain,generic,}}//
|
| 17 |
+platex209_inputs = .;$TEXMF/{ptex/{platex209,plain,platex,},tex/{plain,latex,}}//
|
| 18 |
+platex2e_inputs = .;$TEXMF/{ptex/platex,{p,}tex/latex,{p,}tex/generic,{p,}tex}//
|
| 19 |
+TEXINPUTS.platex209 = $platex209_inputs
|
| 20 |
+TEXINPUTS.platex-sjis = $platex2e_inputs
|
| 21 |
+TEXINPUTS.platex-euc = $platex2e_inputs
|
| 22 |
+TEXINPUTS.platex-jis = $platex2e_inputs
|
| 23 |
+TEXINPUTS.platex = $platex2e_inputs
|
| 24 |
+TEXINPUTS.ptex-sjis = $ptex_inputs
|
| 25 |
+TEXINPUTS.ptex-euc = $ptex_inputs
|
| 26 |
+TEXINPUTS.ptex-jis = $ptex_inputs
|
| 27 |
+TEXINPUTS.ptex = $ptex_inputs
|
| 28 |
+
|
| 29 |
% Earlier entries override later ones, so put this last.
|
| 30 |
TEXINPUTS = .;$TEXMF/tex/{$progname,generic,}//
|
| 31 |
|
| 32 |
@@ -266,8 +279,8 @@
|
| 33 |
% support the original xdvi. Must come before the generic settings.
|
| 34 |
PKFONTS.XDvi = .;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
|
| 35 |
VFFONTS.XDvi = .;$TEXMF/%s
|
| 36 |
-PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}//
|
| 37 |
-TEXPICTS.XDvi = .;$TEXMF/%q{dvips,tex}//
|
| 38 |
+PSHEADERS.XDvi = .;$TEXMF/%q{dvips,pdvips,fonts/type1}//
|
| 39 |
+TEXPICTS.XDvi = .;$TEXMF/%q{dvips,pdvips,tex}//
|
| 40 |
|
| 41 |
% Device-independent font metric files.
|
| 42 |
VFFONTS = .;$TEXMF/fonts/vf//
|
| 43 |
@@ -298,6 +311,8 @@
|
| 44 |
% BibTeX bibliographies and style files.
|
| 45 |
BIBINPUTS = .;$TEXMF/bibtex/bib//
|
| 46 |
BSTINPUTS = .;$TEXMF/bibtex/{bst,csf}//
|
| 47 |
+BIBINPUTS.jbibtex = .;$TEXMF/{jbibtex,bibtex}/bib//
|
| 48 |
+BSTINPUTS.jbibtex = .;$TEXMF/{jbibtex,bibtex}/{bst,csf}//
|
| 49 |
|
| 50 |
% MFT style files.
|
| 51 |
MFTINPUTS = .;$TEXMF/mft//
|
| 52 |
@@ -305,7 +320,8 @@
|
| 53 |
% PostScript headers and prologues (.pro); unfortunately, some programs
|
| 54 |
% also use this for acessing font files (enc, type1, truetype)
|
| 55 |
TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}//
|
| 56 |
-TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}//
|
| 57 |
+TEXPSHEADERS.pdvips = .;$TEXMF/{pdvips,dvips,fonts/{enc,type1,type42,type3}}//
|
| 58 |
+TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,pdvips,fonts/{enc,type1,type42,type3,truetype}}//
|
| 59 |
|
| 60 |
% OSFONTDIR is to provide a convenient hook for allowing TeX to find
|
| 61 |
% fonts installed on the system (outside of TeX). An empty default
|
| 62 |
@@ -332,6 +348,7 @@
|
| 63 |
|
| 64 |
% Dvips' config.* files (this name should not start with `TEX'!).
|
| 65 |
TEXCONFIG = $TEXMF/dvips//
|
| 66 |
+TEXCONFIG.pdvips = $TEXMF/pdvips//
|
| 67 |
|
| 68 |
% Makeindex style (.ist) files.
|
| 69 |
INDEXSTYLE = .;$TEXMF/makeindex//
|