/[pkgs]/devel/texlive-texmf/texlive-2007-texmf.cnf-ptex.patch
ViewVC logotype

Contents of /devel/texlive-texmf/texlive-2007-texmf.cnf-ptex.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download) (as text)
Sun Dec 2 11:01:59 2007 UTC (23 months, 3 weeks ago) by jnovy
Branch: MAIN
CVS Tags: texlive-texmf-2007-16_fc9, F-12-split, texlive-texmf-2007-4_fc9, texlive-texmf-2007-5_fc9, texlive-texmf-2007-21_fc10, texlive-texmf-2007-22_fc10, texlive-texmf-2007-28_fc11, texlive-texmf-2007-0_15_fc9, texlive-texmf-2007-21_fc9, texlive-texmf-2007-14_fc9, F-10-split, texlive-texmf-2007-24_fc10, F-11-split, texlive-texmf-2007-20_fc9, texlive-texmf-2007-11_fc9, texlive-texmf-2007-30_fc13, F-9-split, texlive-texmf-2007-12_fc9, texlive-texmf-2007-8_fc9, texlive-texmf-2007-29_fc12, texlive-texmf-2007-32_fc13, texlive-texmf-2007-31_fc13, texlive-texmf-2007-26_fc10, texlive-texmf-2007-3_fc9, texlive-texmf-2007-7_fc9, texlive-texmf-2007-13_fc9, texlive-texmf-2007-15_fc9, texlive-texmf-2007-17_fc9, texlive-texmf-2007-25_fc10, texlive-texmf-2007-27_fc11, texlive-texmf-2007-27_fc10, texlive-texmf-2007-10_fc9, texlive-texmf-2007-6_fc9, texlive-texmf-2007-1_fc9, texlive-texmf-2007-2_fc9, texlive-texmf-2007-23_fc10, texlive-texmf-2007-18_fc9, texlive-texmf-2007-19_fc9, HEAD
File MIME type: text/x-patch
initial import
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//

admin@fedoraproject.org
ViewVC Help
Powered by ViewVC 1.1.2