Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/texlive-core/files/2007/texmf.d: 20sizes.cnf 25misc.cnf
Date: Sun, 28 Oct 2007 17:46:05
Message-Id: E1ImCCy-0007Os-6P@stork.gentoo.org
1 aballier 07/10/28 17:45:56
2
3 Modified: 20sizes.cnf
4 Added: 25misc.cnf
5 Log:
6 add more values to the config files, this should fix a few issues with stack size exceeded
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.2 app-text/texlive-core/files/2007/texmf.d/20sizes.cnf
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/20sizes.cnf?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/20sizes.cnf?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/20sizes.cnf?r1=1.1&r2=1.2
15
16 Index: 20sizes.cnf
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/20sizes.cnf,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- 20sizes.cnf 19 Oct 2007 19:52:25 -0000 1.1
23 +++ 20sizes.cnf 28 Oct 2007 17:45:55 -0000 1.2
24 @@ -66,3 +66,31 @@
25 hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767.
26 % http://primes.utm.edu/curios/page.php/8191.html
27 nest_size = 500 % simultaneous semantic levels (e.g., groups)
28 +max_in_open = 15 % simultaneous input files and error insertions
29 +param_size = 10000 % simultaneous macro parameters
30 +save_size = 5000 % for saving values outside current group
31 +stack_size = 5000 % simultaneous input sources
32 +
33 +% These are Omega-specific.
34 +ocp_buf_size = 500000 % character buffers for ocp filters.
35 +ocp_stack_size = 10000 % stacks for ocp computations.
36 +ocp_list_size = 1000 % control for multiple ocps.
37 +
38 +% Parameter specific to MetaPost.
39 +% Maximum number of knots between breakpoints of a path.
40 +% Set to 2000 by default.
41 +% path_size.mpost = 10000
42 +
43 +% These work best if they are the same as the I/O buffer size, but it
44 +% doesn't matter much. Must be a multiple of 8.
45 +dvi_buf_size = 16384 % TeX
46 +gf_buf_size = 16384 % MF
47 +
48 +% It's probably inadvisable to change these. At any rate, we must have:
49 +% 45 < error_line < 255;
50 +% 30 < half_error_line < error_line - 15;
51 +% 60 <= max_print_line;
52 +% These apply to Metafont and MetaPost as well.
53 +error_line = 79
54 +half_error_line = 50
55 +max_print_line = 79
56
57
58
59 1.1 app-text/texlive-core/files/2007/texmf.d/25misc.cnf
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/25misc.cnf?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/texlive-core/files/2007/texmf.d/25misc.cnf?rev=1.1&content-type=text/plain
63
64 Index: 25misc.cnf
65 ===================================================================
66 % Part 4: extra format definitions for TeX Live
67
68 TEXINPUTS.elambda = .;$TEXMF/tex/{lambda,latex,generic,}//
69 TEXINPUTS.eomega = .;$TEXMF/tex/{plain,generic,}//
70 TEXINPUTS.pdfxmex = .;$TEXMF/tex/{mex,plain,generic,}//
71 TEXINPUTS.frpdflatex = .;$TEXMF/tex/{french,latex,generic,}//
72 TEXINPUTS.frpdftex = .;$TEXMF/tex/{french,plain,generic,}//
73 TEXINPUTS.xmltex = .;$TEXMF/tex/{xmltex,latex,generic,}//
74 TEXINPUTS.pdfxmltex = .;$TEXMF/tex/{xmltex,latex,generic,}//
75
76 TTF2TFMINPUTS = .;$TEXMF/ttf2pk//
77
78 % For bibtex8. Do we really need to repeat the BIBINPUTS setting?
79 BIBINPUTS.bibtex8 = .;$TEXMF/bibtex/{bib,}//
80 BSTINPUTS.bibtex8 = .;$TEXMF/bibtex/{bst,csf,}//
81
82 % allow for compressed files, and various extenions
83 TEXDOCSSUFFIX = ;.pdf;.ps;.dvi;.html;.txt;.tex
84 TEXDOCSCOMPRESS = ;.gz;.bz2;.zip;.Z
85 TEXDOCEXT = {$TEXDOCSSUFFIX}{$TEXDOCSCOMPRESS}
86
87 %% t4ht utility, sharing files with TeX4ht
88 TEX4HTFONTSET=alias,iso8859,unicode
89 TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}//
90
91 % Part for scripts that are distributed/installed in the texmf tree.
92
93 % Perl, Python, Ruby, Java scripts (Win32 only)
94 % This is used by the irun.exe program which simulates a symlink
95 % but also makes use of kpathsea to retrieve the target
96 JAVAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/java//
97 LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/lua//
98 PERLINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/perl//
99 PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python//
100 RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby//
101
102 % Suggestions for editor settings under Windows. Uncomment your
103 % preferred option. The corresponding MFEDIT can also be set for use with
104 % Metafont.
105 %
106 % Winedt:
107 % TEXEDIT=C:\WinEdt\WinEdt.exe "[Open('%s');SelLine(%d,7)]
108 % Textpad:
109 % TEXEDIT = c:\Progra~1\TextPad\System\Ddeopn32 TextPad %s(%d)
110 % UltraEdit (newer Win32 versions):
111 % TEXEDIT = uedit32 %s/%d/1
112 % WinTeXShell32:
113 % TEXEDIT = texshell.exe /l=%d %s
114 % vi, vim, gvim. here we show Windows gvim.exe:
115 % TEXEDIT = gvim.exe %s +%d
116 % PFE:
117 % TEXEDIT=pfe32/g%d %s
118 % MED:
119 % TEXEDIT=med.exe "%s" %d
120 % TSE:
121 % TEXEDIT=e32.exe "%s" -n%d
122 % Epsilon (Lugaru) http://www.lugaru.com/
123 % TEXEDIT="c:\Program Files\eps90\bin\e32.exe" +%d %s
124 % WinShell
125 % TEXEDIT=C:\Progra~1\WinShell\WinShell.exe -c %s -l %d
126 % notepad
127 % TEXEDIT = notepad %s
128
129 % For unix
130 %
131 % vi, vim, NEdit, (X)Emacs, pico, jed
132 % TEXEDIT = vi +%d %s
133 % TEXEDIT = vim +%d %s
134 % TEXEDIT = nedit +%d %s
135 % TEXEDIT = xemacs +%d %s
136 % TEXEDIT = emacs +%d %s
137
138 %(x)fte:
139 % TEXEDIT = xfte -l%d %s
140
141 % Disable search on multiple suffixes filenames. In many case, when `foo.bar'
142 % is looked for, you do not want to look for `foo.bar.tex' before. This flag
143 % disables searching for standard suffixes if the file name has already an
144 % extension of 3 characters. Default value is true (old behaviour).
145 allow_multiple_suffixes = f
146
147
148
149 --
150 gentoo-commits@g.o mailing list