From: Frank Brehm Date: Thu, 8 Dec 2011 23:26:26 +0000 (+0100) Subject: weiter Konfigurationen dazu X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=8b922e794ebde94d163a4d6bbd1b59e1bd11c5b3;p=config%2Fhelga%2Fetc.git weiter Konfigurationen dazu --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e5ebcba --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.keep* +*- diff --git a/t1lib/t1lib.config b/t1lib/t1lib.config new file mode 100644 index 0000000..5c587c4 --- /dev/null +++ b/t1lib/t1lib.config @@ -0,0 +1,8 @@ +This is the global configuration file for t1lib. +Note that it is not of any use if not setup by the system administrator. + +For information on how to set up these things see the t1lib-manual. + +ENCODING=. +AFM=. +TYPE1=. diff --git a/teamspeak3-server/server.conf b/teamspeak3-server/server.conf new file mode 100644 index 0000000..0fd2db6 --- /dev/null +++ b/teamspeak3-server/server.conf @@ -0,0 +1,14 @@ +machine_id= +default_voice_port=9987 +voice_ip=0.0.0.0 +licensepath=/opt/teamspeak3-server/ +filetransfer_port=30033 +filetransfer_ip=0.0.0.0 +query_port=10011 +query_ip=0.0.0.0 +dbplugin=ts3db_sqlite3 +dbpluginparameter= +dbsqlpath=/opt/teamspeak3-server/sql/ +dbsqlcreatepath=create_sqlite/ +logpath=/var/log/teamspeak3-server/ +logquerycommands=0 diff --git a/terminfo/a/ansi b/terminfo/a/ansi new file mode 100644 index 0000000..6de7978 Binary files /dev/null and b/terminfo/a/ansi differ diff --git a/terminfo/d/dumb b/terminfo/d/dumb new file mode 100644 index 0000000..fd4091a Binary files /dev/null and b/terminfo/d/dumb differ diff --git a/terminfo/l/linux b/terminfo/l/linux new file mode 100644 index 0000000..48d722f Binary files /dev/null and b/terminfo/l/linux differ diff --git a/terminfo/r/rxvt b/terminfo/r/rxvt new file mode 100644 index 0000000..d3e0247 Binary files /dev/null and b/terminfo/r/rxvt differ diff --git a/terminfo/r/rxvt-unicode b/terminfo/r/rxvt-unicode new file mode 100644 index 0000000..2ed935e Binary files /dev/null and b/terminfo/r/rxvt-unicode differ diff --git a/terminfo/s/screen b/terminfo/s/screen new file mode 100644 index 0000000..d380072 Binary files /dev/null and b/terminfo/s/screen differ diff --git a/terminfo/s/sun b/terminfo/s/sun new file mode 100644 index 0000000..1976f97 Binary files /dev/null and b/terminfo/s/sun differ diff --git a/terminfo/v/vt100 b/terminfo/v/vt100 new file mode 100644 index 0000000..1a7176d Binary files /dev/null and b/terminfo/v/vt100 differ diff --git a/terminfo/v/vt102 b/terminfo/v/vt102 new file mode 100644 index 0000000..b9a393c Binary files /dev/null and b/terminfo/v/vt102 differ diff --git a/terminfo/v/vt200 b/terminfo/v/vt200 new file mode 120000 index 0000000..a041752 --- /dev/null +++ b/terminfo/v/vt200 @@ -0,0 +1 @@ +vt220 \ No newline at end of file diff --git a/terminfo/v/vt220 b/terminfo/v/vt220 new file mode 100644 index 0000000..b3d4d9f Binary files /dev/null and b/terminfo/v/vt220 differ diff --git a/terminfo/v/vt52 b/terminfo/v/vt52 new file mode 100644 index 0000000..8137caf Binary files /dev/null and b/terminfo/v/vt52 differ diff --git a/terminfo/x/xterm b/terminfo/x/xterm new file mode 100644 index 0000000..a3730dc Binary files /dev/null and b/terminfo/x/xterm differ diff --git a/terminfo/x/xterm-color b/terminfo/x/xterm-color new file mode 100644 index 0000000..10bf2e1 Binary files /dev/null and b/terminfo/x/xterm-color differ diff --git a/terminfo/x/xterm-xfree86 b/terminfo/x/xterm-xfree86 new file mode 100644 index 0000000..b410c34 Binary files /dev/null and b/terminfo/x/xterm-xfree86 differ diff --git a/texmf/dvips/config/config.ps b/texmf/dvips/config/config.ps new file mode 100644 index 0000000..812c139 --- /dev/null +++ b/texmf/dvips/config/config.ps @@ -0,0 +1,589 @@ +% config.ps - configuration file for dvips. +% Tomas Rokicki, Thomas Esser, Karl Berry, et al., 1986ff, public domain. + +% Memory available. Download the three-line PostScript file: +% %! Hey, we're PostScript +% /Times-Roman findfont 30 scalefont setfont 144 432 moveto +% vmstatus exch sub 40 string cvs show pop showpage +% to determine this number. (It will be the only thing printed.) +m 3500000 + +% Run securely. z2 disables both shell command execution in +% `\special' and config files (via the `E' option) and opening of any +% absolute filenames. z1, the default, forbids shell escapes but +% allows absolute filenames. z0 allows both. The corresponding +% command line options are -R0|-R1|-R2 +z1 + +% How to print, maybe with lp instead lpr, etc. If commented-out, output +% will go into a file by default. +%o |lpr + +% Default resolution of this device, in dots per inch. +D 600 +X 600 +Y 600 + +% Metafont mode. (This is completely different from the -M +% command-line option, which controls whether mktexpk is invoked.) +% See ../../metafont/misc/modes.mf for a list of mode names. This mode +% and the D number above must agree, or mktexpk will get confused. +M ljfour + +% Last resort bitmap sizes. +R 300 600 + +% Correct printer offset. You can use testpage.tex from the LaTeX +% distribution to find these numbers. +O 0pt,0pt + +% Bitmap font compression. Results in more compact output files, but +% sometimes causes trouble. So the default is disabled. Set Z1 to enable +% this feature. +Z0 + +% Partially download Type 1 fonts by default. Only reason not to do +% this is if you encounter bugs. (Please report them to +% @email{tex-k@tug.org} if you do.) +j + +% This shows how to add your own map file. +% Remove the comment and adjust the name: +% p +myfonts.map + +% If we have setpagedevice, use that. +% else if we have the a4 resp. letter operator, use that. +% else do nothing to set the page size. +% +% In the past, the a4size and letterSize definitions did not set the +% page size, but we want to set it if we can so that ps2pdf can work +% properly. Here, a4 and a4size, and letter and letterSize, are +% identical, and we prefer the a4/letter names -- texconfig uses them. + +% 0 0 595 842 is the right bounding box that applications expect +% for A4. Since dvips always rounds up, choose something slightly +% smaller for our paper size. + +@ a4 210mm 297mm +@+ ! %%DocumentPaperSizes: a4 +@+ %%BeginPaperSize: a4 +@+ /setpagedevice where +@+ { pop << /PageSize [595 842] >> setpagedevice } +@+ { /a4 where { pop a4 } if } +@+ ifelse +@+ %%EndPaperSize + +@ letter 8.5in 11in +@+ ! %%DocumentPaperSizes: Letter +@+ %%BeginPaperSize: Letter +@+ /setpagedevice where +@+ { pop << /PageSize [612 792] >> setpagedevice } +@+ { /letter where { pop letter } if } +@+ ifelse +@+ %%EndPaperSize + +@ a4size 210mm 297mm +@+ ! %%DocumentPaperSizes: a4 +@+ %%BeginPaperSize: a4 +@+ /setpagedevice where +@+ { pop << /PageSize [595 842] >> setpagedevice } +@+ { /a4 where { pop a4 } if } +@+ ifelse +@+ %%EndPaperSize + +@ letterSize 8.5in 11in +@+ ! %%DocumentPaperSizes: Letter +@+ %%BeginPaperSize: Letter +@+ /setpagedevice where +@+ { pop << /PageSize [612 792] >> setpagedevice } +@+ { /letter where { pop letter } if } +@+ ifelse +@+ %%EndPaperSize + +% The jacow paper size is the smaller of letter and a4 in both +% dimensions, and can therefore hopefully be printed on either paper +% size. As far as we know, Volker Schaa first used it for the JACOW +% conference proceedings that he produced. +@ jacow 210mm 11in +@+ ! %%DocumentPaperSizes: jacow +@+ %%BeginPaperSize: jacow +@+ /setpagedevice where +@+ { pop << /PageSize [595 792] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +% The smallbook paper size has been used by the Free Software Foundation +% to print manuals for many years, and is part of Texinfo. +@ smallbook 7in 9.25in +@+ ! %%DocumentPaperSizes: smallbook +@+ %%BeginPaperSize: smallbook +@+ /setpagedevice where +@+ { pop << /PageSize [504 666] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ halfexecutive 133mm 184mm +@+ ! %%DocumentPaperSizes: halfexecutive +@+ %%BeginPaperSize: halfexecutive +@+ /setpagedevice where +@+ { pop << /PageSize [378 522] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ halfletter 140mm 216mm +@+ ! %%DocumentPaperSizes: halfletter +@+ %%BeginPaperSize: halfletter +@+ /setpagedevice where +@+ { pop << /PageSize [396 612] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ statement 140mm 216mm +@+ ! %%DocumentPaperSizes: statement +@+ %%BeginPaperSize: statement +@+ /setpagedevice where +@+ { pop << /PageSize [396 612] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ executive 184mm 267mm +@+ ! %%DocumentPaperSizes: executive +@+ %%BeginPaperSize: executive +@+ /setpagedevice where +@+ { pop << /PageSize [522 756] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +% for powerdot +@ screen 8.25in 11in +@+ ! %%DocumentPaperSizes: Screen +@+ %%BeginPaperSize: Screen +@+ /setpagedevice where +@+ { pop << /PageSize [594 792] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +% a common size for printers (in north america). +@ sixbynine 6in 9in +@+ ! %%DocumentPaperSizes: SixByNine +@+ %%BeginPaperSize: SixByNine +@+ /setpagedevice where +@+ { pop << /PageSize [432 648] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ quarto 215mm 275mm +@+ ! %%DocumentPaperSizes: quarto +@+ %%BeginPaperSize: quarto +@+ /setpagedevice where +@+ { pop << /PageSize [610 780] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ note 216mm 279mm +@+ ! %%DocumentPaperSizes: note +@+ %%BeginPaperSize: note +@+ /setpagedevice where +@+ { pop << /PageSize [612 792] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ folio 216mm 330mm +@+ ! %%DocumentPaperSizes: folio +@+ %%BeginPaperSize: folio +@+ /setpagedevice where +@+ { pop << /PageSize [612 936] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ legal 8.5in 14in +@+ ! %%DocumentPaperSizes: Legal +@+ %%BeginPaperSize: Legal +@+ /setpagedevice where +@+ { pop << /PageSize [612 1008] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ 10x14 10in 14in +@+ ! %%DocumentPaperSizes: 10x14 +@+ %%BeginPaperSize: 10x14 +@+ /setpagedevice where +@+ { pop << /PageSize [720 1008] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ ledger 17in 11in +@+ ! %%DocumentPaperSizes: Ledger +@+ %%BeginPaperSize: Ledger +@+ /setpagedevice where +@+ { pop << /PageSize [1224 792] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ tabloid 11in 17in +@+ ! %%DocumentPaperSizes: Tabloid +@+ %%BeginPaperSize: Tabloid +@+ /setpagedevice where +@+ { pop << /PageSize [792 1224] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ 11x17 11in 17in +@+ ! %%DocumentPaperSizes: 11x17 +@+ %%BeginPaperSize: 11x17 +@+ /setpagedevice where +@+ { pop << /PageSize [792 1224] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ a0 841mm 1189mm +@+ ! %%DocumentPaperSizes: a0 +@+ %%BeginPaperSize: a0 +@+ /setpagedevice where +@+ { pop << /PageSize [2384 3370] >> setpagedevice } +@+ { /a0 where { pop a0 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a1 594mm 841mm +@+ ! %%DocumentPaperSizes: a1 +@+ %%BeginPaperSize: a1 +@+ /setpagedevice where +@+ { pop << /PageSize [1684 2384] >> setpagedevice } +@+ { /a1 where { pop a1 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a2 420mm 594mm +@+ ! %%DocumentPaperSizes: a2 +@+ %%BeginPaperSize: a2 +@+ /setpagedevice where +@+ { pop << /PageSize [1191 1684] >> setpagedevice } +@+ { /a2 where { pop a2 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a3 297mm 420mm +@+ ! %%DocumentPaperSizes: a3 +@+ %%BeginPaperSize: a3 +@+ /setpagedevice where +@+ { pop << /PageSize [842 1191] >> setpagedevice } +@+ { /a3 where { pop a3 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a5 148mm 210mm +@+ ! %%DocumentPaperSizes: a5 +@+ %%BeginPaperSize: a5 +@+ /setpagedevice where +@+ { pop << /PageSize [420 595] >> setpagedevice } +@+ { /a5 where { pop a5 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a6 105mm 148mm +@+ ! %%DocumentPaperSizes: a6 +@+ %%BeginPaperSize: a6 +@+ /setpagedevice where +@+ { pop << /PageSize [298 420] >> setpagedevice } +@+ { /a6 where { pop a6 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a7 74mm 105mm +@+ ! %%DocumentPaperSizes: a7 +@+ %%BeginPaperSize: a7 +@+ /setpagedevice where +@+ { pop << /PageSize [210 298] >> setpagedevice } +@+ { /a7 where { pop a7 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a8 52mm 74mm +@+ ! %%DocumentPaperSizes: a8 +@+ %%BeginPaperSize: a8 +@+ /setpagedevice where +@+ { pop << /PageSize [147 210] >> setpagedevice } +@+ { /a8 where { pop a8 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a9 37mm 52mm +@+ ! %%DocumentPaperSizes: a9 +@+ %%BeginPaperSize: a9 +@+ /setpagedevice where +@+ { pop << /PageSize [105 147] >> setpagedevice } +@+ { /a9 where { pop a9 } if } +@+ ifelse +@+ %%EndPaperSize + +@ a10 26mm 37mm +@+ ! %%DocumentPaperSizes: a10 +@+ %%BeginPaperSize: a10 +@+ /setpagedevice where +@+ { pop << /PageSize [74 105] >> setpagedevice } +@+ { /a10 where { pop a10 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb0 1030mm 1456mm +@+ ! %%DocumentPaperSizes: jisb0 +@+ %%BeginPaperSize: jisb0 +@+ /setpagedevice where +@+ { pop << /PageSize [2920 4127] >> setpagedevice } +@+ { /jisb0 where { pop jisb0 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb1 728mm 1030mm +@+ ! %%DocumentPaperSizes: jisb1 +@+ %%BeginPaperSize: jisb1 +@+ /setpagedevice where +@+ { pop << /PageSize [2064 2920] >> setpagedevice } +@+ { /jisb1 where { pop jisb1 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb2 515mm 728mm +@+ ! %%DocumentPaperSizes: jisb2 +@+ %%BeginPaperSize: jisb2 +@+ /setpagedevice where +@+ { pop << /PageSize [1460 2064] >> setpagedevice } +@+ { /jisb2 where { pop jisb2 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb3 364mm 515mm +@+ ! %%DocumentPaperSizes: jisb3 +@+ %%BeginPaperSize: jisb3 +@+ /setpagedevice where +@+ { pop << /PageSize [1032 1460] >> setpagedevice } +@+ { /jisb3 where { pop jisb3 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb4 257mm 364mm +@+ ! %%DocumentPaperSizes: jisb4 +@+ %%BeginPaperSize: jisb4 +@+ /setpagedevice where +@+ { pop << /PageSize [729 1032] >> setpagedevice } +@+ { /jisb4 where { pop jisb4 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb5 182mm 257mm +@+ ! %%DocumentPaperSizes: jisb5 +@+ %%BeginPaperSize: jisb5 +@+ /setpagedevice where +@+ { pop << /PageSize [516 729] >> setpagedevice } +@+ { /jisb5 where { pop jisb5 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb6 128mm 182mm +@+ ! %%DocumentPaperSizes: jisb6 +@+ %%BeginPaperSize: jisb6 +@+ /setpagedevice where +@+ { pop << /PageSize [363 516] >> setpagedevice } +@+ { /jisb6 where { pop jisb6 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb7 91mm 128mm +@+ ! %%DocumentPaperSizes: jisb7 +@+ %%BeginPaperSize: jisb7 +@+ /setpagedevice where +@+ { pop << /PageSize [258 363] >> setpagedevice } +@+ { /jisb7 where { pop jisb7 } if } +@+ ifelse +@+ %%EndPaperSize + +@ jisb8 64mm 91mm +@+ ! %%DocumentPaperSizes: jisb8 +@+ %%BeginPaperSize: jisb8 +@+ /setpagedevice where +@+ { pop << /PageSize [181 258] >> setpagedevice } +@+ { /jisb8 where { pop jisb8 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b0 1000mm 1414mm +@+ ! %%DocumentPaperSizes: b0 +@+ %%BeginPaperSize: b0 +@+ /setpagedevice where +@+ { pop << /PageSize [2835 4008] >> setpagedevice } +@+ { /b0 where { pop b0 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b1 707mm 1000mm +@+ ! %%DocumentPaperSizes: b1 +@+ %%BeginPaperSize: b1 +@+ /setpagedevice where +@+ { pop << /PageSize [2004 2835] >> setpagedevice } +@+ { /b1 where { pop b1 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b2 500mm 707mm +@+ ! %%DocumentPaperSizes: b2 +@+ %%BeginPaperSize: b2 +@+ /setpagedevice where +@+ { pop << /PageSize [1417 2004] >> setpagedevice } +@+ { /b2 where { pop b2 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b3 353mm 500mm +@+ ! %%DocumentPaperSizes: b3 +@+ %%BeginPaperSize: b3 +@+ /setpagedevice where +@+ { pop << /PageSize [1001 1417] >> setpagedevice } +@+ { /b3 where { pop b3 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b4 250mm 353mm +@+ ! %%DocumentPaperSizes: b4 +@+ %%BeginPaperSize: b4 +@+ /setpagedevice where +@+ { pop << /PageSize [709 1001] >> setpagedevice } +@+ { /b4 where { pop b4 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b5 176mm 250mm +@+ ! %%DocumentPaperSizes: b5 +@+ %%BeginPaperSize: b5 +@+ /setpagedevice where +@+ { pop << /PageSize [499 709] >> setpagedevice } +@+ { /b5 where { pop b5 } if } +@+ ifelse +@+ %%EndPaperSize + +@ b6 125mm 176mm +@+ ! %%DocumentPaperSizes: b6 +@+ %%BeginPaperSize: b6 +@+ /setpagedevice where +@+ { pop << /PageSize [354 499] >> setpagedevice } +@+ { /b6 where { pop b6 } if } +@+ ifelse +@+ %%EndPaperSize + +@ c5 162mm 229mm +@+ ! %%DocumentPaperSizes: c5 +@+ %%BeginPaperSize: c5 +@+ /setpagedevice where +@+ { pop << /PageSize [459 649] >> setpagedevice } +@+ { /c5 where { pop c5 } if } +@+ ifelse +@+ %%EndPaperSize + +@ DL 110mm 220mm +@+ ! %%DocumentPaperSizes: DL +@+ %%BeginPaperSize: DL +@+ /setpagedevice where +@+ { pop << /PageSize [312 624] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ Comm10 105mm 241mm +@+ ! %%DocumentPaperSizes: Comm10 +@+ %%BeginPaperSize: Comm10 +@+ /setpagedevice where +@+ { pop << /PageSize [297 684] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ Monarch 98.4mm 190.5mm +@+ ! %%DocumentPaperSizes: Monarch +@+ %%BeginPaperSize: Monarch +@+ /setpagedevice where +@+ { pop << /PageSize [279 540] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ archE 36in 48in +@+ ! %%DocumentPaperSizes: archE +@+ %%BeginPaperSize: archE +@+ /setpagedevice where +@+ { pop << /PageSize [2592 3456] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ archD 24in 36in +@+ ! %%DocumentPaperSizes: archD +@+ %%BeginPaperSize: archD +@+ /setpagedevice where +@+ { pop << /PageSize [1728 2592] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ archC 18in 24in +@+ ! %%DocumentPaperSizes: archC +@+ %%BeginPaperSize: archC +@+ /setpagedevice where +@+ { pop << /PageSize [1296 1728] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ archB 12in 18in +@+ ! %%DocumentPaperSizes: archB +@+ %%BeginPaperSize: archB +@+ /setpagedevice where +@+ { pop << /PageSize [864 1296] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ archA 9in 12in +@+ ! %%DocumentPaperSizes: archA +@+ %%BeginPaperSize: archA +@+ /setpagedevice where +@+ { pop << /PageSize [648 864] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ flsa 216mm 330.2mm +@+ ! %%DocumentPaperSizes: flsa +@+ %%BeginPaperSize: flsa +@+ /setpagedevice where +@+ { pop << /PageSize [612 936] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ flse 216mm 330.2mm +@+ ! %%DocumentPaperSizes: flse +@+ %%BeginPaperSize: flse +@+ /setpagedevice where +@+ { pop << /PageSize [612 936] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ csheet 431.8mm 558.8mm +@+ ! %%DocumentPaperSizes: csheet +@+ %%BeginPaperSize: csheet +@+ /setpagedevice where +@+ { pop << /PageSize [1224 1584] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ dsheet 558.8mm 863.6mm +@+ ! %%DocumentPaperSizes: dsheet +@+ %%BeginPaperSize: dsheet +@+ /setpagedevice where +@+ { pop << /PageSize [1584 2448] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ esheet 863.6mm 1117.6mm +@+ ! %%DocumentPaperSizes: esheet +@+ %%BeginPaperSize: esheet +@+ /setpagedevice where +@+ { pop << /PageSize [2448 3168] >> setpagedevice } +@+ if +@+ %%EndPaperSize + +@ unknown 0in 0in +@+ statusdict /setpageparams known { hsize vsize 0 1 statusdict begin { +@+ setpageparams } stopped end } { true } ifelse { statusdict /setpage known +@+ { hsize vsize 1 statusdict begin { setpage } stopped pop end } if } if diff --git a/texmf/fmtutil.d/format.texlive-basic.cnf b/texmf/fmtutil.d/format.texlive-basic.cnf new file mode 100644 index 0000000..f8c4e47 --- /dev/null +++ b/texmf/fmtutil.d/format.texlive-basic.cnf @@ -0,0 +1,8 @@ +# Generated for texlive-basic by texlive-module.eclass +dviluatex luatex language.def,language.dat.lua dviluatex.ini +luatex luatex language.def,language.dat.lua luatex.ini +mf mf-nowin - -translate-file=cp227.tcx mf.ini +etex pdftex language.def -translate-file=cp227.tcx *etex.ini +pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini +pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini +tex tex - tex.ini diff --git a/texmf/fmtutil.d/format.texlive-latex.cnf b/texmf/fmtutil.d/format.texlive-latex.cnf new file mode 100644 index 0000000..6ab164c --- /dev/null +++ b/texmf/fmtutil.d/format.texlive-latex.cnf @@ -0,0 +1,6 @@ +# Generated for texlive-latex by texlive-module.eclass +dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini +latex pdftex language.dat -translate-file=cp227.tcx *latex.ini +lualatex luatex language.dat,language.dat.lua lualatex.ini +pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini +mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex diff --git a/texmf/ls-R b/texmf/ls-R new file mode 100644 index 0000000..922c067 --- /dev/null +++ b/texmf/ls-R @@ -0,0 +1,65 @@ +% ls-R -- filename database for kpathsea; do not change this line. +./: +.: +dvipdfm +dvips +dvips.d +fmtutil.d +language.dat.d +language.dat.lua.d +language.def.d +ls-R +texdoc.d +texmf.d +updmap.d +web2c + +./dvipdfm: +config + +./dvipdfm/config: + +./dvips: +config + +./dvips/config: +config.ps + +./dvips.d: + +./fmtutil.d: +format.texlive-basic.cnf +format.texlive-latex.cnf + +./language.dat.d: +.keep_app-text_texlive-core-0 + +./language.dat.lua.d: +.keep_app-text_texlive-core-0 + +./language.def.d: +.keep_app-text_texlive-core-0 + + +./texdoc.d: +texdoc.cnf + +./texmf.d: +00header.cnf +05searchpaths.cnf +10standardpaths.cnf +15options.cnf +20sizes.cnf + +./updmap.d: +.keep_app-text_texlive-core-0 +00updmap.cfg +texlive-basic.cfg +texlive-fontsrecommended.cfg +texlive-latex.cfg + +./web2c: +.keep_app-text_texlive-core-0 +fmtutil.cnf +texmf.cnf +updmap.cfg diff --git a/texmf/texdoc.d/texdoc.cnf b/texmf/texdoc.d/texdoc.cnf new file mode 100644 index 0000000..0d63d98 --- /dev/null +++ b/texmf/texdoc.d/texdoc.cnf @@ -0,0 +1,414 @@ +# texdoc.cnf +# +# DO NOT edit this file! +# +# For your personal or local setting, if you are a normal user, run 'texdoc -f' +# and use the file indicated by a star. You may need to create it. DO NOT copy +# the present file, please create a new one (you may want to copy/paste/edit +# portions of the present file however, or just read it for inspiration). +# +# For system-wide configuration or other uses, you may want to use the other +# files listed, see the manual (texdoc texdoc) for details. The files are read +# in the order they are printed. If a value is set multiple times, first wins. +# +# In those files, you can set your preferred viewer for various formats, +# some nice names (alias) for specific documentation, and your preferred default +# values of texdoc's configuration settings. +# +# Everything after a # on a line is ignored. +# Spaces at the beginning/end of a line, as well as empty lines, are ignored. +# +# For more details, see the texdoc manual (try `texdoc texdoc'). + +### Viewer settings ### + +# Defaults depend on what is available on you system, as well as you desktop +# environment. Here are a few examples. +# +# %s is optional and stands for the filename. +# +# viewer_pdf = xpdf # works +# viewer_pdf = xpdf %s & # works even better + +# If you want to enable support for zipped documentation (see below), +# you may want to adapt viewer_* so that it starts a subshell: +# +# viewer_pdf = (xpdf %s) & +# +# Otherwise, the & will have no effect since the viewing command is followed by +# some cleanup-commands for temporary files. For the same reason, %s must be the +# last thing on your command line: (xpdf %s -option) will not work. +# +# WARNING: for zip support your viewer needs to be blocking, i.e. it must not +# return immediately: otherwise the temporary file will be deleted too early. + +### Zipped documentation support ### + +# WARNING: support for zipped documents works only on Unix. Make sure that the +# values of the associated options are adapted to your system. Read the above +# warning concerning viewers. + +# Built-in defaults (for reference): +# +# zipext_list = # (empty list) +# rm_file = rm -f +# rm_dir = rmdir +# +# For each "ext" in zipext_list, you must define a "unzip_ext" unzipper. +# The unzipped data must be printed on stdout. Example: +# +# zipext_list = gz +# unzip_gz = gzip -d -c + +### Other settings ### + +# Built-in defaults (for reference): +# +# mode = view +# +# interact_switch = true +# machine_switch = false +# +# verbosity_level = 2 # Print: 0 nothing, 1 errors, 2 warnings, 3: infos +# debug_list = # the empty list +# +# ext_list = pdf, html, txt, ps, dvi, # Note: empty string at end +# badext_list = txt, # Note: empty string at end +# basename_list = readme +# badbasename_list = readme + +## Known suffixes for documentation +suffix_list = doc, -doc, _doc, .doc, /doc, manual, /manual, -manual, userguide, /user_guide, -guide, -user, -man, notes + +### Score ### + +# Only results with positive scores are displayed (unless mode is 'showall'). +# Results with score <= -100 are never displayed. +# +# You can adjust the score of results containing a pattern with adjscore, +# either globally or only for specific keywords + +# Makefile's are never documentation, just as documents in src or source subdir +# -1000 should be enough to kill them +adjscore /Makefile = -1000 +adjscore /src/ = -1000 +adjscore /source/ = -1000 + +# licence files aren't very likely to contain relevant documentation, but it +# feels wrong to totally kill them... +adjscore copying = -10 +adjscore license = -10 +adjscore gpl = -10 + +# tex-virtual-academy provides a lot of fake matches +adjscore /tex-virtual-academy-pl/ = -50 + +# test and example files are not likely the best documentation +adjscore test = -3 +adjscore example = -3 +adjscore sample = -3 + +# readme's usually deserve a negative score because they have a bad extension, +# but they're still slightly better than other results with negative scores... +adjscore readme = 0.1 + +# Uncomment this to make the man pages have a greater priority +#adjscore .man1. = 5 +#adjscore .man5. = 5 + +# 'texdoc' may look like "tex's documentation" but it isn't... +adjscore(tex) texdoc = -10 +adjscore(tex) tex-gyre = -10 +adjscore(tex) tex-ps = -10 + +# avoid too many results to be shown for 'latex' +# package names +adjscore(latex) guide-to-latex = -10 # only usefull with the book +adjscore(latex) latex-web-companion = -10 +adjscore(latex) tufte-latex = -10 +adjscore(latex) cweb-latex = -10 +adjscore(latex) duerer-latex = -10 +adjscore(latex) cjw-latex = -10 +adjscore(latex) ocr-latex = -10 +# file names +adjscore(latex) Content_LaTeX_Package_Demo = -10 +adjscore(latex) example_latex = -10 +adjscore(latex) test_latex = -10 + +# beamer +adjscore(beamer) beamer-tut-pt = -10 +adjscore(beamer) beamer-tut-pt/tutorialbeamer = +10 +adjscore(beamer) presentations = -10 +adjscore(beamer) beamer-FUBerlin = -3 + +# context +adjscore(context) circuitikz = -10 + +# it is also possible to set the score directly in alias directives +# eg, fontinstallationguide is related to fontinst: +alias(0.1) fontinst = fontinstallationguide + +### Aliases ### + +## Essential documentation + +alias live = texlive-en +alias texlive = texlive-en +alias latex = latex-doc-ptr + +## various stuff + +# a few useful general documents +alias faq-en = newfaq +alias faq = newfaq +adjscore(symbols) /staves/ = -5 + +# various lshort translations +adjscore(lshort) /lshort-english/ = +3 # original +alias lshort-de = l2kurz # german +alias lshort-pl = lshort-polish/lshort2e # polish +alias lshort-pt = ptlshort # portuguese +alias lshort-sk = slshorte # slovak +alias lshort-es = lshort-spanish/lshort # spanish + +# *TeX engines reference manuals, man pages and related +alias e-tex-ref = etex_man +alias etex-ref = etex_man +alias pdftex-ref = pdftex-a +alias luatex-ref = luatexref-t +alias etex-man = etex.man1 +alias pdftex-man = pdftex.man1 +#alias xetex-man = xetex.man1 # should exist... +alias luatex-man = luatex.man1 +alias luatex-pkg = oberdiek/luatex.pdf + +# by default, = -ref (duplicated: no alias cascading) +alias e-tex = etex_man +alias etex = etex_man +alias xetex = XeTeX-reference +alias luatex = luatexref-t + +# latex/basic classes +alias article = classes +alias report = classes +alias book = classes +#alias ltxguide = ??? +#alias minimal = ??? +adjscore(minimal) europecv = -1000 # false positive + +# latex/basic packages, grouped by dtx +alias bezier = latex209 +alias fleqn = latex209 +alias leqno = latex209 +alias openbib = latex209 +alias t1enc = latex209 +alias fix-cm = fixltx2e +alias flafter = source2e +alias tracefnt = source2e +alias fontenc = source2e +alias textcomp = source2e +alias(20) fontenc = encguide +alias(20) textcomp = encguide +alias makeidx = makeindx +alias showidx = makeindx +alias letter = base/letter +alias slides = base/slides +alias shortvrb = base/doc +alias doc = base/doc +# TODO: try to avoid the huge amount of false positives for `doc' itself. + +# latex's required graphics bundle +alias graphics = grfguide +alias graphicx = grfguide +alias color = grfguide +alias epsfig = grfguide + +# latex's required psnfss2e bundle +alias mathpazo = psnfss2e +alias mathptmx = psnfss2e +alias helvet = psnfss2e +alias avant = psnfss2e +alias courier = psnfss2e +alias chancery = psnfss2e +alias bookman = psnfss2e +alias newcent = psnfss2e +alias charter = psnfss2e +alias times = psnfss2e +alias palatino = psnfss2e +alias mathptm = psnfss2e +alias mathpple = psnfss2e +alias utopia = psnfss2e + +# ams +alias amsmath = amsldoc +alias amsthm = amsthdoc +alias amsfonts = amsfndoc +alias amsrefs = amsrdoc +alias amslatex2 = technote +# +alias amsmath-dev = amsmath +alias amscls-dev = amsclass +alias amsart-dev = amsclass +alias amsproc-dev = amsclass +alias amsbook-dev = amsclass + +# koma-script +alias koma-script = scrguien +alias koma = scrguien +alias scrartcl = scrguien +alias scrreprt = scrguien +alias scrbook = scrguien +alias typearea = scrguien +alias koma-script-de = scrguide +alias koma-de = scrguide +alias scrartcl-de = scrguide +alias scrreprt-de = scrguide +alias scrbook-de = scrguide +alias typearea-de = scrguide + +# tugboat package and classes +alias tugboat = ltubguid + +# caption +alias caption = caption-eng +alias caption-dev = caption.pdf + +# misc +alias hyperref = hyperref/manual.pdf +alias hyperref-dev = hyperref.pdf +alias bibtex = btxdoc +alias metapost = mpman +alias(5) metapost = mpintro +alias(5) metapost = mpgraph +alias iso = isoman +alias pstricks = pstricks-doc +alias xstring-fr = xstring_doc_fr +alias isomath = isomath.sty.pdf +alias elsarticle = elsdoc +alias afoot = arabtex-doc +alias vntex = vntex # umbrella document (manual comes first due to catalogue) +alias asymptote = asymptote # not mentioned in the catalogue currently +alias nonfloat = nonfloat-en +alias nonfloat-de = nonfloat +alias subdocs = bezos +alias dotlessi = bezos +alias checkend = bezos +alias arabicfont = bezos +alias cm-super = cm-super/README +alias cmsuper = cm-super/README +alias(5) cmsuper = cm-super/FAQ +alias cyrillic = cyrillic/00readme.txt + +## a few easy patterns + +# egrep 'manual\.pdf\>' +alias t-angles = t-manual +alias tree-dvips = tree-manual + +# egrep 'user\.pdf\>' +alias cweb-latex = cweb-user + +# egrep 'doc\.pdf\>' +alias barcode = eandoc.pdf +alias enctex-cz = encdoc +alias jurabib-de = jbgerdoc +alias ofs = ofsdoc-e +alias ofs-cz = ofsdoc +alias pst-geo = pst-map3d-doc +alias german = gerdoc +alias ngerman = gerdoc +alias pst-eucl = pst-eucl/euclide_english +alias pst-eucl-fr = pst-eucl/euclide + +## aliases basically borrowed from texdoctk.dat with some adaptations + +alias texguide = usrguide +alias lehman = fontinstallationguide +alias uktugfaq = newfaq +alias datenumber-de = datenumber/docgerman +alias index = ind +alias psnfss = psnfss2e +alias euro = eurosamp +alias lmfonts = lm-info +alias dutch = rapdoc +alias montex = mlsquick +alias(60) akademia = tex-virtual-academy-pl/index.html +alias otibet = otibet/unidoc +alias startex = startex/base/guide +alias apmgraph = pmgraph +alias tikz = pgfmanual +alias treetex = tree_doc +alias(5) xypic = xyrefer +alias pbdiagram = pb-manual +alias expressg = expeg +alias arydshln = arydshln-man +alias natbib2 = natnotes +alias tangles = t-angles/t-manual +alias mathenv = mdwtab +alias gnlogic = gn-logic14 +alias labels(1) = envlab/elguide +alias lineno = ulineno +alias akletter = akletter/lettereng +alias mltex = mltex/mltex.txt +alias flcards = flashcards +alias tex4ht = tex4ht/mn.html +alias ppower4 = ppower4/report +alias latex3 = ltx3info +alias musictex = musicdoc +alias kluwer = kluwer/usrman +alias cv = curve/curve +alias preprint = preprint/00readme.txt +alias onrannual = onrannual/README + +## packages from ctan/macros/latex/contrib/misc or with doc in .sty only + +# the score used is 4.1 because: +# - it is less than 4.5, the default score of foobar/foobar.pdf for name foobar +# - it is greater than the worse false positive here (.../VERSION for version) +# +# Anyway, this is a hopefully a temporary measure, since work is going on to +# produce suitable documentation for all these packages (thanks to Philipp +# Stephani and Robin Fairbairns mostly). + +alias(4.1) 3parttable = 3parttable.sty +alias(4.1) bibcheck = bibcheck.sty +alias(4.1) concrete = concrete.sty +alias(4.1) linsys = linsys.sty +alias(4.1) mitpress = mitpress.sty +alias(4.1) morefloats = morefloats.sty +alias(4.1) nextpage = nextpage.sty +alias(4.1) parskip = parskip.sty +alias(4.1) path = path.sty +alias(4.1) printlen = printlen.sty +alias(4.1) relsize = relsize.sty +alias(4.1) romanneg = romanneg.sty +alias(4.1) secdot = secdot.sty +alias(4.1) section = section.sty +alias(4.1) selectp = selectp.sty +alias(4.1) sepnum = sepnum.sty +alias(4.1) shadow = shadow.sty +alias(4.1) showtags = showtags.sty +alias(4.1) sphack = sphack.sty +alias(4.1) statex2 = statex2.sty +alias(4.1) statex = statex.sty +alias(4.1) subfigmat = subfigmat.sty +alias(4.1) texilikecover = texilikecover.sty +alias(4.1) thrmappendix = thrmappendix.sty +alias(4.1) topcapt = topcapt.sty +alias(4.1) varwidth = varwidth.sty +alias(4.1) verbasef = verbasef.sty +alias(4.1) version = version.sty +alias(4.1) vertbars = vertbars.sty +alias(4.1) vrbexin = vrbexin.sty +alias(4.1) wrapfig = wrapfig.sty +alias(0) theoremref = theoremref.sty +alias(0) shadethm = shadethm.sty + +# The next line has no effect when this file is installed as the last +# configuration file (default) but is useful when you install it as the "tricky" +# configuration file (usually TEXMFHOME/texdoc/texdoc-dist.cnf) whose mere +# existence is a hack to make it easier to run the the development version, see +# . +# +# It is strongly recommended NOT to use it in any other circumstance. +lastfile_switch = true diff --git a/texmf/texmf.d/00header.cnf b/texmf/texmf.d/00header.cnf new file mode 100644 index 0000000..5b31f3b --- /dev/null +++ b/texmf/texmf.d/00header.cnf @@ -0,0 +1,42 @@ +% original texmf.cnf -- runtime path configuration file for kpathsea. +% Public domain. +% +% If you modify this original file, YOUR CHANGES WILL BE LOST when it is +% updated. Instead, put your changes -- and only your changes, not an +% entire copy of the full texmf.cnf! -- in ../../texmf.cnf. That is, if +% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2011/texmf.cnf. +% +% What follows is a super-summary of what this .cnf file can +% contain. Please read the Kpathsea manual for more information. +% +% Any identifier (sticking to A-Za-z_ for names is safest) can be assigned. +% The `=' (and surrounding spaces) is optional. +% $foo (or ${foo}) in a value expands to the envvar or cnf value of foo. +% Long lines can be continued with a \. +% +% Earlier entries (in the same or another file) override later ones, and +% an environment variable foo overrides any texmf.cnf definition of foo. +% +% All definitions are read before anything is expanded, so you can use +% variables before they are defined. +% +% If a variable assignment is qualified with `.PROGRAM', it is ignored +% unless the current executable (last filename component of argv[0]) is +% named PROGRAM. This foo.PROGRAM construct is not recognized on the +% right-hand side. For environment variables, use FOO_PROGRAM. +% +% Which file formats use which paths for searches is described in the +% various programs' and the Kpathsea documentation (http://tug.org/kpathsea). +% +% // means to search subdirectories (recursively). +% A leading !! means to look only in the ls-R db, never on the disk. +% In this file, either ; or : can be used to separate path components. +% A leading/trailing/doubled path separator in the paths will be +% expanded into the compile-time default. Probably not what you want. +% +% Brace notation is supported, for example: /usr/local/{mytex,othertex} +% expands to /usr/local/mytex:/usr/local/othertex. We make extensive +% use of this. + + diff --git a/texmf/texmf.d/05searchpaths.cnf b/texmf/texmf.d/05searchpaths.cnf new file mode 100644 index 0000000..6858b04 --- /dev/null +++ b/texmf/texmf.d/05searchpaths.cnf @@ -0,0 +1,91 @@ +% Part 1: Search paths and directories. + +% This is the parent directory of our several trees, i.e., +% /usr/local/texlive/YYYY in the original TeX Live distribution. +% +% All trees must be organized according to the TeX Directory Structure +% (http://tug.org/tds), or files may not be found. +% +% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. +TEXMFROOT = $SELFAUTODIR/share + +% The tree containing runtime files related to the specific +% distribution and version. +TEXMFMAIN = $TEXMFROOT/texmf + +% The main tree of packages, distribution-agnostic: +TEXMFDIST = $TEXMFROOT/texmf-dist + +% The Gentoo site tree +TEXMFSITE = $TEXMFROOT/texmf-site + +% Local additions to the distribution trees. +TEXMFLOCAL = $TEXMFROOT/../local/share/texmf + +% TEXMFSYSVAR, where *-sys store cached runtime data. +TEXMFSYSVAR = $SELFAUTOPARENT/var/lib/texmf + +% TEXMFSYSCONFIG, where *-sys store configuration data. +TEXMFSYSCONFIG = $SELFAUTOPARENT/etc/texmf + +% Per-user texmf tree(s) -- organized per the TDS, as usual. To define +% more than one per-user tree, set this to a list of directories in +% braces, as described above. (This used to be HOMETEXMF.) ~ expands +% to %USERPROFILE% on Windows, $HOME otherwise. +TEXMFHOME = ~/texmf + +% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. +TEXMFVAR = ~/.texlive/texmf-var + +% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. +TEXMFCONFIG = ~/.texlive/texmf-config + +% List all the texmf trees. +% +% For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named +% explicitly and before all other trees. +% +% TEXMFLOCAL follows TEXMFMAIN (and precedes TEXMFDIST) because the +% files in TEXMFMAIN are tightly coupled with the particular version of +% the distribution, such as configuration files. Overriding them would +% be more likely to cause trouble than help. On the other hand, the +% bulk of packages and fonts are in TEXMFDIST, and locally-installed +% versions should take precedence over those -- although it is generally +% a source of confusion to have different versions of a package +% installed, whatever the trees, so try to avoid it. +TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFSITE,!!$TEXMFDIST} + +% Where to look for ls-R files. There need not be an ls-R in the +% directories in this path, but if there is one, Kpathsea will use it. +% By default, this is only the !! elements of TEXMF, so that mktexlsr +% does not create ls-R files in the non-!! elements -- because if an +% ls-R is present, it will be used, and the disk will not be searched. +% This is arguably a bug in kpathsea. +TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFSITE,!!$TEXMFDIST} + +% The system trees. These are the trees that are shared by all users. +% If a tree appears in this list, the mktex* scripts will use +% VARTEXFONTS for generated files, if the original tree isn't writable; +% otherwise the current working directory is used. +SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFSITE;$TEXMFDIST + +% We use GLOBALVARTEXFONTS in order to always be able to search in the global +% font cache even if VARTEXFONTS is overridden. +GLOBALVARTEXFONTS = $SELFAUTOPARENT/var/cache/fonts + +% Where generated fonts may be written. This tree is used when the sources +% were found in a system tree and either that tree wasn't writable, or the +% varfonts feature was enabled in MT_FEATURES in mktex.cnf. +VARTEXFONTS = $GLOBALVARTEXFONTS + +% On some systems, there will be a system tree which contains all the font +% files that may be created as well as the formats. For example +% TEXMFVAR = /var/lib/texmf +% is used in many distros. In this case, set VARTEXFONTS like this +%VARTEXFONTS = $TEXMFVAR/fonts +% and do not mention it in TEXMFDBS (but _do_ mention TEXMFVAR). +% +% Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below +% one of the TEXMF directories (avoids overlapping ls-R files). + + diff --git a/texmf/texmf.d/10standardpaths.cnf b/texmf/texmf.d/10standardpaths.cnf new file mode 100644 index 0000000..c9a284f --- /dev/null +++ b/texmf/texmf.d/10standardpaths.cnf @@ -0,0 +1,329 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Usually you will not need to edit any of the following variables. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% WEB2C is for Web2C specific files. The current directory may not be +% a good place to look for them. +WEB2C = $TEXMF/web2c + +% TEXINPUTS is for TeX input files -- i.e., anything to be found by \input +% or \openin, including .sty, .eps, etc. We specify paths for all known +% formats, past or present. Not all of them are built these days. + +% Plain TeX. Have the command tex check all directories as a last +% resort, we may have plain-compatible stuff anywhere. +TEXINPUTS.tex = .;$TEXMF/tex/{plain,generic,}// + +% Fontinst needs to read afm files. +TEXINPUTS.fontinst = .;$TEXMF/{tex,fonts/afm}// + +% Other plain-based formats. +TEXINPUTS.amstex = .;$TEXMF/tex/{amstex,plain,generic,}// +TEXINPUTS.csplain = .;$TEXMF/tex/{csplain,plain,generic,}// +TEXINPUTS.eplain = .;$TEXMF/tex/{eplain,plain,generic,}// +TEXINPUTS.ftex = .;$TEXMF/tex/{formate,plain,generic,}// +TEXINPUTS.mex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.texinfo = .;$TEXMF/tex/{texinfo,plain,generic,}// + +% LaTeX 2e specific macros are stored in latex/, macros that can only be +% used with 2.09 in latex209/. In addition, we look in the directory +% latex209, useful for macros that were written for 2.09 and do not +% mention 2e at all, but can be used with 2e. +TEXINPUTS.cslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}// +TEXINPUTS.latex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.latex209 = .;$TEXMF/tex/{latex209,generic,latex,}// +TEXINPUTS.olatex = .;$TEXMF/tex/{latex,generic,}// + +% MLTeX. +TEXINPUTS.frlatex = .;$TEXMF/tex/{french,latex,generic,}// +TEXINPUTS.frtex = .;$TEXMF/tex/{french,plain,generic,}// +TEXINPUTS.mllatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.mltex = .;$TEXMF/tex/{plain,generic,}// + +% e-TeX. +TEXINPUTS.elatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.etex = .;$TEXMF/tex/{plain,generic,}// + +% pdfTeX. +TEXINPUTS.pdfcslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}// +TEXINPUTS.pdfcsplain = .;$TEXMF/tex/{csplain,plain,generic,}// +TEXINPUTS.pdflatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.pdfmex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.utf8mex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.pdftex = .;$TEXMF/tex/{plain,generic,}// +TEXINPUTS.pdftexinfo = .;$TEXMF/tex/{texinfo,plain,generic,}// +TEXINPUTS.pdfamstex = .;$TEXMF/tex/{amstex,plain,generic,}// + +% pdfeTeX. +TEXINPUTS.pdfelatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.pdfetex = .;$TEXMF/tex/{plain,generic,}// + +% pdfxTeX. +TEXINPUTS.pdfxlatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.pdfxmex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.pdfxtex = .;$TEXMF/tex/{plain,generic,}// + +% LuaTeX. +TEXINPUTS.lualatex = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}// +TEXINPUTS.luatex = .;$TEXMF/tex/{luatex,plain,generic,}// +TEXINPUTS.dvilualatex = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}// +TEXINPUTS.dviluatex = .;$TEXMF/tex/{luatex,plain,generic,}// + +% XeTeX. +TEXINPUTS.xelatex = .;$TEXMF/tex/{xelatex,latex,xetex,generic,}// +TEXINPUTS.xeplain = .;$TEXMF/tex/{xeplain,eplain,plain,xetex,generic,}// +TEXINPUTS.xetex = .;$TEXMF/tex/{xetex,plain,generic,}// + +% Omega / Aleph. +TEXINPUTS.aleph = .;$TEXMF/tex/{plain,generic,}// +TEXINPUTS.elambda = .;$TEXMF/tex/{lambda,latex,generic,}// +TEXINPUTS.eomega = .;$TEXMF/tex/{plain,generic,}// +TEXINPUTS.lambda = .;$TEXMF/tex/{lambda,latex,generic,}// +TEXINPUTS.lamed = .;$TEXMF/tex/{lamed,lambda,latex,generic,}// +TEXINPUTS.omega = .;$TEXMF/tex/{plain,generic,}// + +% p(La)TeX. +TEXINPUTS.ptex = .;$TEXMF/tex/{ptex,ptexgeneric,plain,generic,}// +TEXINPUTS.platex = .;$TEXMF/tex/{platex,ptexgeneric,latex,generic,}// + +% epTeX. +TEXINPUTS.eptex = .;$TEXMF/tex/{ptex,ptexgeneric,plain,generic,}// + +% pBibTeX bibliographies and style files. +BIBINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bib// +BSTINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bst// + +% ConTeXt. +TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic}// + +% jadetex. +TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// +TEXINPUTS.pdfjadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// + +% XMLTeX. +TEXINPUTS.xmltex = .;$TEXMF/tex/{xmltex,latex,generic,}// +TEXINPUTS.pdfxmltex = .;$TEXMF/tex/{xmltex,latex,generic,}// + +% Miscellany, no longer built. +TEXINPUTS.lamstex = .;$TEXMF/tex/{lamstex,plain,generic,}// +TEXINPUTS.lollipop = .;$TEXMF/tex/{lollipop,plain,generic,}// +TEXINPUTS.frpdflatex = .;$TEXMF/tex/{french,latex,generic,}// +TEXINPUTS.frpdftex = .;$TEXMF/tex/{french,plain,generic,}// + +% Earlier entries override later ones, so put this generic one last. +TEXINPUTS = .;$TEXMF/tex/{$progname,generic,}// + +% ttf2tfm. +TTF2TFMINPUTS = .;$TEXMF/ttf2pk// + +% Metafont, MetaPost inputs. +MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/source// +MPINPUTS = .;$TEXMF/metapost// + +% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read. +% We want to find the engine-specific file, e.g., cont-en.fmt can +% exist under both pdftex/ and xetex/. But just in case some formats +% end up without an engine directory, look directly in web2c/ too. +% We repeat the same definition three times because of the way fmtutil +% is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats +% will not be found. +TEXFORMATS = .;$TEXMF/web2c{/$engine,} +MFBASES = .;$TEXMF/web2c{/$engine,} +MPMEMS = .;$TEXMF/web2c{/$engine,} +% +% As of 2008, pool files don't exist any more (the strings are compiled +% into the binaries), but just in case something expects to find these: +TEXPOOL = .;$TEXMF/web2c +MFPOOL = ${TEXPOOL} +MPPOOL = ${TEXPOOL} + +% support the original xdvi. Must come before the generic settings. +PKFONTS.XDvi = .;$TEXMF/%s;{$GLOBALVARTEXFONTS,$VARTEXFONTS}/pk/{%m,modeless}// +VFFONTS.XDvi = .;$TEXMF/%s +PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}// +TEXPICTS.XDvi = .;$TEXMF/%q{dvips,tex}// + +% Device-independent font metric files. +VFFONTS = .;$TEXMF/fonts/vf// +TFMFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/tfm// + +% The $MAKETEX_MODE below means the drivers will not use a cx font when +% the mode is ricoh. If no mode is explicitly specified, kpse_prog_init +% sets MAKETEX_MODE to /, so all subdirectories are searched. See the manual. +% The modeless part guarantees that bitmaps for PostScript fonts are found. +PKFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/pk/{$MAKETEX_MODE,modeless}// + +% Similarly for the GF format, which only remains in existence because +% Metafont outputs it (and MF isn't going to change). +GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MODE// + +% A backup for PKFONTS and GFFONTS. Not used for anything. +GLYPHFONTS = .;$TEXMF/fonts + +% A place to puth everything that doesn't fit the other font categories. +MISCFONTS = .;$TEXMF/fonts/misc// + +% font name map files. This isn't just fonts/map// because ConTeXt +% wants support for having files with the same name in the different +% subdirs. Maybe if the programs ever get unified to accepting the same +% map file syntax the definition can be simplified again. +TEXFONTMAPS = .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}// + +% BibTeX bibliographies and style files. bibtex8 also uses these. +BIBINPUTS = .;$TEXMF/bibtex/bib// +BSTINPUTS = .;$TEXMF/bibtex/{bst,csf}// + +% MlBibTeX. +MLBIBINPUTS = .;$TEXMF/bibtex/bib/{mlbib,}// +MLBSTINPUTS = .;$TEXMF/bibtex/{mlbst,bst}// + +% MFT style files. +MFTINPUTS = .;$TEXMF/mft// + +% PostScript headers and prologues (.pro); unfortunately, some programs +% also use this for acessing font files (enc, type1, truetype) +TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}// +TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}// + +% OSFONTDIR is to provide a convenient hook for allowing TeX to find +% fonts installed on the system (outside of TeX). An empty default +% value would add "//" to the search paths, so we give it a dummy value. +OSFONTDIR = /please/set/osfontdir/in/the/environment + +% PostScript Type 1 outline fonts. +T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR// + +% PostScript AFM metric files. +AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR// + +% TrueType outline fonts. +TTFONTS = .;$TEXMF/fonts/{truetype,opentype}//;$OSFONTDIR// + +% OpenType outline fonts. +OPENTYPEFONTS = .;$TEXMF/fonts/{opentype,truetype}//;$OSFONTDIR// + +% Type 42 outline fonts. +T42FONTS = .;$TEXMF/fonts/type42// + +% Ligature definition files. +LIGFONTS = .;$TEXMF/fonts/lig// + +% Dvips' config.* files (this name should not start with `TEX'!). +TEXCONFIG = $TEXMF/dvips// + +% Makeindex style (.ist) files. +INDEXSTYLE = .;$TEXMF/makeindex// + +% Font encoding files (.enc). +ENCFONTS = .;$TEXMF/fonts/enc// + +% CMap files. +CMAPFONTS = .;$TEXMF/fonts/cmap// + +% Subfont definition files. +SFDFONTS = .;$TEXMF/fonts/sfd// + +% OpenType feature files (.fea). +FONTFEATURES=.;$TEXMF/fonts/fea// + +% .cid and .cidmap +FONTCIDMAPS=.;$TEXMF/fonts/cid// + +% pdftex config files: +PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}// + +% Used by DMP (ditroff-to-mpx), called by makempx -troff. +TRFONTS = $SELFAUTODIR{/local,}/share/groff/{current/font,site-font}/devps +MPSUPPORT = .;$TEXMF/metapost/support + +% For xdvi to find mime.types and .mailcap, if they do not exist in +% ~. These are single directories, not paths. +% (But the default mime.types, at least, may well suffice.) +MIMELIBDIR = $SELFAUTOPARENT/etc +MAILCAPLIBDIR = $SELFAUTOPARENT/etc + +% Default settings for fontconfig library, used by Windows versions of +% xetex/xdvipdfmx. On Unixish systems, fontconfig ignores this. +FONTCONFIG_FILE=fonts.conf +FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf +FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache + +% TeX documentation and source files, for use with texdoc and kpsewhich. +TEXDOCS = $TEXMF/doc// +TEXSOURCES = .;$TEXMF/source// + +% Web and CWeb input paths. +WEBINPUTS = .;$TEXMF/web// +CWEBINPUTS = .;$TEXMF/cweb// + +% Omega-related fonts and other files. +OFMFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/{ofm,tfm}// +OPLFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/opl// +OVFFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/{ovf,vf}// +OVPFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/ovp// +OTPINPUTS = .;$TEXMF/omega/otp// +OCPINPUTS = .;$TEXMF/omega/ocp// + +% Some additional input variables for several programs. If you add +% a program that uses the `other text files' or `other binary files' +% search formats, you'll want to add their variables here as well. +T4HTINPUTS = .;$TEXMF/tex4ht// + +%% t4ht utility, sharing files with TeX4ht +TEX4HTFONTSET=alias,iso8859,unicode +TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}// + +% TeXworks editor configuration and settings +TW_LIBPATH = $TEXMFCONFIG/texworks +TW_INIPATH = $TW_LIBPATH + +% For security, do not look in . for dvipdfmx.cfg, since the D option +% would allow command execution. +DVIPDFMXINPUTS = $TEXMF/dvipdfmx + +% Find scripts that are distributed/installed in the texmf tree. + +% Lua needs to look in TEXINPUTS for lua scripts distributed with packages. +LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXINPUTS + +% Lua needs to look for binary lua libraries distributed with packages. +CLUAINPUTS = .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua// + +% Architecture independent executables. +TEXMFSCRIPTS = $TEXMF/scripts/{$progname,$engine,}// + +% Other languages. +JAVAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/java// +PERLINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/perl// +PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python// +RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// + + +%% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment. +% KPSE_DOT = . + +% This definition isn't used from this .cnf file itself (that would be +% paradoxical), but the compile-time default in paths.h is built from it. +% The SELFAUTO* variables are set automatically from the location of +% argv[0], in kpse_set_program_name. +% +% This main texmf.cnf file is installed, for a release YYYY, in a +% directory such as /usr/local/texlive/YYYY/texmf/web2c/texmf.cnf. +% Since this file is subject to future updates, the TeX Live installer +% or human administrator may also create a file +% /usr/local/texlive/YYYY/texmf.cnf; any settings in this latter file +% will take precedence over the distributed one under texmf/web2c. +% +% For security reasons, it is better not to include . in this path. +% +TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c} + +% kpathsea 3.5.3 and later sets these at runtime. To avoid empty +% expansions from binaries linked against an earlier version of the +% library, we set $progname and $engine to something non-empty: +progname = unsetprogname +engine = unsetengine + + + + diff --git a/texmf/texmf.d/15options.cnf b/texmf/texmf.d/15options.cnf new file mode 100644 index 0000000..809a038 --- /dev/null +++ b/texmf/texmf.d/15options.cnf @@ -0,0 +1,149 @@ +% Part 2: Options. + +% If this option is set to true, `tex a.b' will look first for a.b.tex +% (within each path element), and then for a.b, i.e., we try standard +% extensions first. If this is false, we first look for a.b and then +% a.b.tex, i.e., we try the name as-is first. +% +% Both names are always tried; the difference is the order in which they +% are tried. The setting applies to all searches, not just .tex. +% +% This setting only affects names being looked up which *already* have +% an extension. A name without an extension (e.g., `tex story') will +% always have an extension added first. +% +% The default is true, because we already avoid adding the standard +% extension(s) in the usual cases. E.g., babel.sty will only look for +% babel.sty, not babel.sty.tex, regardless of this setting. +try_std_extension_first = t + +% Enable system commands via \write18{...}. When enabled fully (set to +% t), obviously insecure. When enabled partially (set to p), only the +% commands listed in shell_escape_commands are allowed. Although this +% is not fully secure either, it is much better, and so useful that we +% enable it for everything but bare tex. +shell_escape = p + +% No spaces in this command list. +% +% The programs listed here are as safe as any we know: they either do +% not write any output files, respect openout_any, or have hard-coded +% restrictions similar or higher to openout_any=p. They also have no +% features to invoke arbitrary other programs, and no known exploitable +% bugs. All to the best of our knowledge. They also have practical use +% for being called from TeX. +% +shell_escape_commands = \ +bibtex,bibtex8,\ +kpsewhich,\ +makeindex,\ +repstopdf,\ + +% we'd like to allow: +% dvips - but external commands can be executed, need at least -R1. +% epspdf, ps2pdf, pstopdf - need to respect openout_any, +% and gs -dSAFER must be used and check for shell injection with filenames. +% (img)convert (ImageMagick) - delegates.mgk possible misconfig, besides, +% without Unix convert it hardly seems worth it, and Windows convert +% is something completely different that destroys filesystems, so skip. +% pygmentize - but is the filter feature insecure? +% ps4pdf - but it calls an unrestricted latex. +% rpdfcrop - maybe ok, but let's get experience with repstopdf first. +% texindy,xindy - but is the module feature insecure? +% ulqda - but requires optional SHA1.pm, so why bother. +% tex, latex, etc. - need to forbid --shell-escape, and inherit openout_any. + +% plain TeX should remain unenhanced. +shell_escape.tex = f +shell_escape.initex = f + +% This is used by the Windows script wrapper for restricting searching +% for the purportedly safe shell_escape_commands above to system +% directories. +TEXMF_RESTRICTED_SCRIPTS = \ + {!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}// + +% Allow TeX \openin, \openout, or \input on filenames starting with `.' +% (e.g., .rhosts) or outside the current tree (e.g., /etc/passwd)? +% a (any) : any file can be opened. +% r (restricted) : disallow opening "dotfiles". +% p (paranoid) : as `r' and disallow going to parent directories, and +% restrict absolute paths to be under $TEXMFOUTPUT. +openout_any = p +openin_any = a + +% Write .log/.dvi/etc. files here, if the current directory is unwritable. +%TEXMFOUTPUT = /tmp + +% If a dynamic file creation fails, log the command to this file, in +% either the current directory or TEXMFOUTPUT. Set to the +% empty string or 0 to avoid logging. +MISSFONT_LOG = missfont.log + +% Set to a colon-separated list of words specifying warnings to suppress. +% To suppress everything, use TEX_HUSH = all; this is currently equivalent to +% TEX_HUSH = checksum:lostchar:readable:special +% To suppress nothing, use TEX_HUSH = none or do not set the variable at all. +TEX_HUSH = none + +% Allow TeX, and MF to parse the first line of an input file for +% the %&format construct. +parse_first_line = t + +% But don't parse the first line if invoked as "tex", since we want that +% to remain Knuth-compatible. The src_specials and +% file_line_error_style settings, as well as the options -enctex, +% -mltex, -8bit, etc., also affect this, but they are all off by default. +parse_first_line.tex = f +parse_first_line.initex = f + +% Control file:line:error style messages. +file_line_error_style = f + +% Enable the mktex... scripts by default? These must be set to 0 or 1. +% Particular programs can and do override these settings, for example +% dvips's -M option. Your first chance to specify whether the scripts +% are invoked by default is at configure time. +% +% These values are ignored if the script names are changed; e.g., if you +% set DVIPSMAKEPK to `foo', what counts is the value of the environment +% variable/config value `FOO', not the `MKTEXPK' value. +% +%MKTEXTEX = 0 +%MKTEXPK = 0 +%MKTEXMF = 0 +%MKTEXTFM = 0 +%MKTEXFMT = 0 +%MKOCP = 0 +%MKOFM = 0 + +% Used by makempx to run TeX. We use "etex" because MetaPost is +% expecting DVI, and not "tex" because we want first line parsing. +TEX = etex + +% These variables specify the external program called for the +% interactive `e' option. %d is replaced by the line number and %s by +% the current filename. The default is specified at compile-time, and +% we let that stay in place since different platforms like different values. +%TEXEDIT = vi +%d '%s' % default for Unix +%TEXEDIT = texworks --position=+%d "%s" % default for Windows +%MFEDIT = ${TEXEDIT} +%MPEDIT = ${TEXEDIT} + +% The default `codepage and sort order' file for BibTeX8, when none is +% given as command line option or environment variable. +BIBTEX_CSFILE = 88591lat.csf + +% This variable is specific to Windows. It must be set to 0 or 1. The +% default is 0. Setting it to 1 tells the Windows script wrappers to +% use an already installed Perl interpreter if one is found on the +% search path, in preference to the Perl shipped with TeX Live. Thus, +% it may be useful if you both (a) installed a full Perl distribution +% for general use, and (b) need to run Perl programs from TL that use +% additional modules we don't provide. The TL Perl does provide all the +% standard Perl modules. +% +%TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 0 + + + diff --git a/texmf/texmf.d/20sizes.cnf b/texmf/texmf.d/20sizes.cnf new file mode 100644 index 0000000..c7bf620 --- /dev/null +++ b/texmf/texmf.d/20sizes.cnf @@ -0,0 +1,108 @@ +% Part 3: Array and other sizes for TeX (and Metafont). +% +% If you want to change some of these sizes only for a certain TeX +% variant, the usual dot notation works, e.g., +% main_memory.hugetex = 20000000 +% +% If a change here appears to be ignored, try redumping the format file. + +% Memory. Must be less than 8,000,000 total. +% +% main_memory is relevant only to initex, extra_mem_* only to non-ini. +% Thus, have to redump the .fmt file after changing main_memory; to add +% to existing fmt files, increase extra_mem_*. (To get an idea of how +% much, try \tracingstats=2 in your TeX source file; +% web2c/tests/memtest.tex might also be interesting.) +% +% To increase space for boxes (as might be needed by, e.g., PiCTeX), +% increase extra_mem_bot. +% +% For some xy-pic samples, you may need as much as 700000 words of memory. +% For the vast majority of documents, 60000 or less will do. +% +main_memory = 3000000 % words of inimemory available; also applies to inimf&mp +extra_mem_top = 0 % extra high memory for chars, tokens, etc. +extra_mem_bot = 0 % extra low memory for boxes, glue, breakpoints, etc. + +% ConTeXt needs lots of memory. +extra_mem_top.context = 2000000 +extra_mem_bot.context = 4000000 + +% Words of font info for TeX (total size of all TFM files, approximately). +% Must be >= 20000 and <= 147483647 (without tex.ch changes). +font_mem_size = 3000000 + +% Total number of fonts. Must be >= 50 and <= 9000 (without tex.ch changes). +font_max = 9000 + +% Extra space for the hash table of control sequences. +hash_extra = 200000 + +% Max number of characters in all strings, including all error messages, +% help texts, font names, control sequences. These values apply to TeX. +pool_size = 3250000 +% Minimum pool space after TeX's own strings; must be at least +% 25000 less than pool_size, but doesn't need to be nearly that large. +string_vacancies = 90000 +% Maximum number of strings. +max_strings = 500000 +% min pool space left after loading .fmt +pool_free = 47500 + +% Buffer size. TeX uses the buffer to contain input lines, but macro +% expansion works by writing material into the buffer and reparsing the +% line. As a consequence, certain constructs require the buffer to be +% very large, even though most documents can be handled with a small value. +buf_size = 200000 + +% Hyphenation trie. The maximum possible is 4194303 (ssup_trie_size in +% the sources), but we don't need that much. The value here suffices +% for all known free hyphenation patterns to be loaded simultaneously +% (as TeX Live does). +% +trie_size = 1000000 + +hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. + % http://primes.utm.edu/curios/page.php/8191.html +nest_size = 500 % simultaneous semantic levels (e.g., groups) +max_in_open = 15 % simultaneous input files and error insertions, + % also applies to MetaPost +param_size = 10000 % simultaneous macro parameters, also applies to MP +save_size = 50000 % for saving values outside current group +stack_size = 5000 % simultaneous input sources + +% These are Omega-specific. +ocp_buf_size = 500000 % character buffers for ocp filters. +ocp_stack_size = 10000 % stacks for ocp computations. +ocp_list_size = 1000 % control for multiple ocps. + +% These work best if they are the same as the I/O buffer size, but it +% doesn't matter much. Must be a multiple of 8. +dvi_buf_size = 16384 % TeX +gf_buf_size = 16384 % MF + +% It's probably inadvisable to change these. At any rate, we must have: +% 45 < error_line < 255; +% 30 < half_error_line < error_line - 15; +% 60 <= max_print_line; +% These apply to TeX, Metafont, and MetaPost. +error_line = 79 +half_error_line = 50 +max_print_line = 79 + +% Metafont only. +screen_width.mf = 1664 +screen_depth.mf = 1200 + +% BibTeX only (max_strings also determines hash_size and hash_prime). +ent_str_size = 250 +glob_str_size = 5000 +max_strings.bibtex = 35307 +max_strings.bibtex8 = 35307 +max_strings.bibtexu = 35307 +max_strings.pbibtex = 35307 + +% GFtype only. +line_length.gftype = 500 +max_rows.gftype = 8191 +max_cols.gftype = 8191 diff --git a/texmf/updmap.d/00updmap.cfg b/texmf/updmap.d/00updmap.cfg new file mode 100644 index 0000000..b8cccf0 --- /dev/null +++ b/texmf/updmap.d/00updmap.cfg @@ -0,0 +1,289 @@ +# Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Sun Oct 3 04:04:52 2010 +# $Id: updmap-hdr.cfg 11382 2008-11-20 18:59:26Z karl $ +# +# The full updmap.cfg is generated by concatenating updmap-hdr.cfg with +# all the Map and MixedMap lines from an installation, possibly +# appending a local configuration file. +# +# To make local customizations to the map files, please use of the +# following methods: +# +# 1) call +# updmap-sys --enable Map=foo.map +# for each map file. (Or MixedMap instead of Map, if your font has +# both Metafont and outline definitions.) See the updmap --help +# documentation. +# +# 2) add your local map entries to the file +# TEXMFLOCAL/web2c/updmap-local.cfg +# and then call +# tlmgr generate updmap +# which will concatenate updmap-local.cfg to the end of the final +# updmap.cfg. (You can override the local.cfg file location with the +# --localcfg option; see tlmgr --help.) +# +# If you use either of these methods, your local adaptations will be +# preserved when tlmgr updates the installation or this config file. +# Manual edits to updmap.cfg may be lost on update. + + +################################################################ +# OPTIONS +################################################################ + +# +# dvipsPreferOutline +# +# Should dvips (by default) prefer bitmap fonts or outline fonts +# if both are available? Independent of this setting, outlines +# can be forced by putting "p psfonts_t1.map" into a config file +# that dvips reads. Bitmaps (for the fonts in question) can +# be forced by putting "p psfonts_pk.map" into a config file. +# We provide such config files which can be enabled via +# dvips -Poutline ... resp. dvips -Ppk ... +# +# Valid settings for dvipsPreferOutline are true / false: +dvipsPreferOutline true + +# +# LW35 +# +# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and +# how are the filenames chosen? Valid settings: +# URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb) +# URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb) +# ADOBE: Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb) +# ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb) +LW35 URWkb + +# +# dvipsDownloadBase35 +# +# Should dvips (by default) download the standard 35 LaserWriter fonts +# with the document (then set dvipsDownloadBase35 true) or should these +# fonts be used from the ps interpreter / printer? +# Whatever the default is, the user can override it by specifying +# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download +# the LW35 fonts resp. use the built-in fonts. +# +# Valid settings are true / false: +dvipsDownloadBase35 false + +# +# pdftexDownloadBase14 +# +# Should pdftex download the base 14 pdf fonts? Since some configurations +# (ps / pdf tools / printers) use bad default fonts, it is safer to download +# the fonts. The pdf files will get bigger, though. +# Valid settings are true (download the fonts) or false (don't download +# the fonts). Adobe recommends embedding all fonts. +pdftexDownloadBase14 true + +# +# dvipdfmDownloadBase14 +# +# Should dvipdfm download the base 14 pdf fonts? Since some configurations +# (ps / pdf tools / printers) use bad default fonts, it is safer to download +# the fonts. The pdf files will get bigger, though. +# Valid settings are true (download the fonts) or false (don't download +# the fonts). +dvipdfmDownloadBase14 true + +################################################################ +# Map files. +################################################################ +# +# There are two possible entries: Map and MixedMap. Both have one additional +# argument: the filename of the map file. MixedMap ("mixed" means that +# the font is available as bitmap and as outline) lines will not be used +# in the default map of dvips if dvipsPreferOutline is false. Inactive +# Map files should be marked by "#! " (without the quotes), not just #. +# + +#! Map OrnementsADF.map +#! Map ArrowsADF.map +#! Map BulletsADF.map +#! MixedMap allrunes.map +#! Map euler.map +#! MixedMap cm.map +#! MixedMap cmextra.map +#! MixedMap cyrillic.map +#! MixedMap latxfont.map +#! MixedMap symbols.map +#! Map uaq.map +#! Map antt.map +#! Map arabi.map +#! MixedMap arabtex.map +#! Map archaicprw.map +#! Map arev.map +#! Map bkaiu.map +#! Map bsmiu.map +#! Map gbsnu.map +#! Map gkaiu.map +#! Map ascii.map +#! Map augie.map +#! Map auncial.map +#! Map aurical.map +#! Map ybv.map +#! Map belleek.map +#! Map bera.map +#! Map ybd.map +#! Map pbsi.map +#! Map burmese.map +#! Map cmin.map +#! MixedMap cbgreek-full.map +#! MixedMap ccpl.map +#! Map ccicons.map +#! Map clm.map +#! Map chemarrow.map +#! Map cjhebrew.map +#! MixedMap cmtext-bsr-interpolated.map +#! Map cm-lgc.map +#! MixedMap cm-super-t1.map +#! MixedMap cm-super-t2a.map +#! MixedMap cm-super-t2b.map +#! MixedMap cm-super-t2c.map +#! MixedMap cm-super-ts1.map +#! MixedMap cm-super-x2.map +#! Map cmcyr.map +#! MixedMap cmll.map +#! MixedMap csother.map +#! MixedMap cstext.map +#! Map cyklop.map +#! Map dictsym.map +#! Map dstroke.map +#! Map yes.map +#! Map epigrafica.map +#! Map epiolmec.map +#! MixedMap esint.map +#! Map esvect.map +#! MixedMap ethiop.map +#! Map zpeu.map +#! MixedMap eurosym.map +#! Map fge.map +#! Map foekfont.map +#! Map fonetika.map +#! Map fourier-utopia-expert.map +#! Map fourier.map +#! Map garuda-c90.map +#! Map gfsartemisia.map +#! Map gfsbaskerville.map +#! Map gfsbodoni.map +#! Map gfscomplutum.map +#! Map gfsdidot.map +#! Map gfsneohellenic.map +#! Map gfsporson.map +#! Map gfssolomos.map +#! Map yfrak.map +#! Map troff-updmap.map +#! Map ugq.map +#! Map grverb.map +#! MixedMap hfbright.map +#! MixedMap iby.map +#! Map fi4.map +#! Map Acorn.map +#! Map AnnSton.map +#! Map ArtNouv.map +#! Map ArtNouvc.map +#! Map Carrickc.map +#! Map Eichenla.map +#! Map Eileen.map +#! Map EileenBl.map +#! Map Elzevier.map +#! Map GotIn.map +#! Map GoudyIn.map +#! Map Kinigcap.map +#! Map Konanur.map +#! Map Kramer.map +#! Map MorrisIn.map +#! Map Nouveaud.map +#! Map Romantik.map +#! Map Rothdn.map +#! Map RoyalIn.map +#! Map Sanremo.map +#! Map Starburst.map +#! Map Typocaps.map +#! Map Zallman.map +#! Map iwona.map +#! Map kerkis.map +#! Map knitfont.map +#! Map kpfonts.map +#! Map kurier.map +#! Map libertine.map +#! Map yly.map +#! Map linearA.map +#! Map l7x-urwvn.map +#! Map lm.map +#! MixedMap lxfonts.map +#! MixedMap manfnt.map +#! Map marvosym.map +#! Map mdbch.map +#! Map mdput.map +#! Map mdugm.map +#! MixedMap mflogo.map +#! Map MnSymbol.map +#! MixedMap mongolian.map +#! MixedMap musix.map +#! Map norasi-c90.map +#! Map cherokee.map +#! Map oinuit.map +#! Map omega.map +#! Map phaistos.map +#! MixedMap pigpen.map +#! MixedMap plother.map +#! MixedMap pltext.map +#! Map ap.map +#! Map charter.map +#! Map fpls.map +#! Map pazo.map +#! Map utopia.map +#! Map pxfonts.map +#! Map recycle.map +#! Map yrd.map +#! MixedMap rsfs.map +#! Map skt.map +#! MixedMap semaf.map +#! Map SkakNew.map +#! Map starfont.map +#! Map icelandic.map +#! MixedMap stmaryrd.map +#! Map tabvar.map +#! Map qag.map +#! Map qbk.map +#! Map qcr.map +#! Map qcs.map +#! Map qhv.map +#! Map qpl.map +#! Map qtm.map +#! Map qzc.map +#! MixedMap tipa.map +#! MixedMap trajan.map +#! Map txfonts.map +#! Map gptimes.map +#! Map umj.map +#! MixedMap dvng.map +#! Map yv1.map +#! Map yv2.map +#! Map yv3.map +#! Map yvo.map +#! Map yvt.map +#! Map arevvn.map +#! Map chartervn.map +#! Map cmbrightvn.map +#! Map concretevn.map +#! Map grotesqvn.map +#! Map txttvn.map +#! Map urwvn.map +#! MixedMap vnrother.map +#! MixedMap vnrtext.map +#! Map vntopia.map +#! Map dgj.map +#! Map dmj.map +#! Map mc2j.map +#! Map mcj.map +#! Map mr2j.map +#! Map mrj.map +#! MixedMap wasy.map +#! MixedMap xypic.map +#! MixedMap yhmath.map +#! Map slantcm.map diff --git a/texmf/updmap.d/texlive-basic.cfg b/texmf/updmap.d/texlive-basic.cfg new file mode 100644 index 0000000..10f7eb0 --- /dev/null +++ b/texmf/updmap.d/texlive-basic.cfg @@ -0,0 +1,8 @@ +Map euler.map +MixedMap cmextra.map +MixedMap cm.map +MixedMap cyrillic.map +MixedMap latxfont.map +MixedMap symbols.map +MixedMap cmtext-bsr-interpolated.map +MixedMap mflogo.map diff --git a/texmf/updmap.d/texlive-fontsrecommended.cfg b/texmf/updmap.d/texlive-fontsrecommended.cfg new file mode 100644 index 0000000..77e9375 --- /dev/null +++ b/texmf/updmap.d/texlive-fontsrecommended.cfg @@ -0,0 +1,23 @@ +MixedMap cm-super-t1.map +MixedMap cm-super-t2a.map +MixedMap cm-super-t2b.map +MixedMap cm-super-t2c.map +MixedMap cm-super-ts1.map +MixedMap cm-super-x2.map +Map zpeu.map +MixedMap eurosym.map +Map lm.map +Map marvosym.map +Map pxfonts.map +MixedMap rsfs.map +Map qag.map +Map qbk.map +Map qcr.map +Map qcs.map +Map qhv.map +Map qpl.map +Map qtm.map +Map qzc.map +MixedMap tipa.map +Map txfonts.map +MixedMap wasy.map diff --git a/texmf/updmap.d/texlive-latex.cfg b/texmf/updmap.d/texlive-latex.cfg new file mode 100644 index 0000000..fd35399 --- /dev/null +++ b/texmf/updmap.d/texlive-latex.cfg @@ -0,0 +1,4 @@ +Map charter.map +Map fpls.map +Map pazo.map +Map utopia.map diff --git a/texmf/web2c/fmtutil.cnf b/texmf/web2c/fmtutil.cnf new file mode 100644 index 0000000..57c7722 --- /dev/null +++ b/texmf/web2c/fmtutil.cnf @@ -0,0 +1,14 @@ +# Generated for texlive-basic by texlive-module.eclass +dviluatex luatex language.def,language.dat.lua dviluatex.ini +luatex luatex language.def,language.dat.lua luatex.ini +mf mf-nowin - -translate-file=cp227.tcx mf.ini +etex pdftex language.def -translate-file=cp227.tcx *etex.ini +pdfetex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini +pdftex pdftex language.def -translate-file=cp227.tcx *pdfetex.ini +tex tex - tex.ini +# Generated for texlive-latex by texlive-module.eclass +dvilualatex luatex language.dat,language.dat.lua dvilualatex.ini +latex pdftex language.dat -translate-file=cp227.tcx *latex.ini +lualatex luatex language.dat,language.dat.lua lualatex.ini +pdflatex pdftex language.dat -translate-file=cp227.tcx *pdflatex.ini +mptopdf pdftex - -translate-file=cp227.tcx mptopdf.tex diff --git a/texmf/web2c/texmf.cnf b/texmf/web2c/texmf.cnf new file mode 100644 index 0000000..61a1982 --- /dev/null +++ b/texmf/web2c/texmf.cnf @@ -0,0 +1,719 @@ +% original texmf.cnf -- runtime path configuration file for kpathsea. +% Public domain. +% +% If you modify this original file, YOUR CHANGES WILL BE LOST when it is +% updated. Instead, put your changes -- and only your changes, not an +% entire copy of the full texmf.cnf! -- in ../../texmf.cnf. That is, if +% this file is installed in /some/path/to/texlive/2011/texmf/web2c/texmf.cnf, +% add your custom settings to /some/path/to/texlive/2011/texmf.cnf. +% +% What follows is a super-summary of what this .cnf file can +% contain. Please read the Kpathsea manual for more information. +% +% Any identifier (sticking to A-Za-z_ for names is safest) can be assigned. +% The `=' (and surrounding spaces) is optional. +% $foo (or ${foo}) in a value expands to the envvar or cnf value of foo. +% Long lines can be continued with a \. +% +% Earlier entries (in the same or another file) override later ones, and +% an environment variable foo overrides any texmf.cnf definition of foo. +% +% All definitions are read before anything is expanded, so you can use +% variables before they are defined. +% +% If a variable assignment is qualified with `.PROGRAM', it is ignored +% unless the current executable (last filename component of argv[0]) is +% named PROGRAM. This foo.PROGRAM construct is not recognized on the +% right-hand side. For environment variables, use FOO_PROGRAM. +% +% Which file formats use which paths for searches is described in the +% various programs' and the Kpathsea documentation (http://tug.org/kpathsea). +% +% // means to search subdirectories (recursively). +% A leading !! means to look only in the ls-R db, never on the disk. +% In this file, either ; or : can be used to separate path components. +% A leading/trailing/doubled path separator in the paths will be +% expanded into the compile-time default. Probably not what you want. +% +% Brace notation is supported, for example: /usr/local/{mytex,othertex} +% expands to /usr/local/mytex:/usr/local/othertex. We make extensive +% use of this. + + +% Part 1: Search paths and directories. + +% This is the parent directory of our several trees, i.e., +% /usr/local/texlive/YYYY in the original TeX Live distribution. +% +% All trees must be organized according to the TeX Directory Structure +% (http://tug.org/tds), or files may not be found. +% +% Redistributors will probably want $SELFAUTODIR/share, i.e., /usr/share. +TEXMFROOT = $SELFAUTODIR/share + +% The tree containing runtime files related to the specific +% distribution and version. +TEXMFMAIN = $TEXMFROOT/texmf + +% The main tree of packages, distribution-agnostic: +TEXMFDIST = $TEXMFROOT/texmf-dist + +% The Gentoo site tree +TEXMFSITE = $TEXMFROOT/texmf-site + +% Local additions to the distribution trees. +TEXMFLOCAL = $TEXMFROOT/../local/share/texmf + +% TEXMFSYSVAR, where *-sys store cached runtime data. +TEXMFSYSVAR = $SELFAUTOPARENT/var/lib/texmf + +% TEXMFSYSCONFIG, where *-sys store configuration data. +TEXMFSYSCONFIG = $SELFAUTOPARENT/etc/texmf + +% Per-user texmf tree(s) -- organized per the TDS, as usual. To define +% more than one per-user tree, set this to a list of directories in +% braces, as described above. (This used to be HOMETEXMF.) ~ expands +% to %USERPROFILE% on Windows, $HOME otherwise. +TEXMFHOME = ~/texmf + +% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. +TEXMFVAR = ~/.texlive/texmf-var + +% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. +TEXMFCONFIG = ~/.texlive/texmf-config + +% List all the texmf trees. +% +% For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be named +% explicitly and before all other trees. +% +% TEXMFLOCAL follows TEXMFMAIN (and precedes TEXMFDIST) because the +% files in TEXMFMAIN are tightly coupled with the particular version of +% the distribution, such as configuration files. Overriding them would +% be more likely to cause trouble than help. On the other hand, the +% bulk of packages and fonts are in TEXMFDIST, and locally-installed +% versions should take precedence over those -- although it is generally +% a source of confusion to have different versions of a package +% installed, whatever the trees, so try to avoid it. +TEXMF = {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFSITE,!!$TEXMFDIST} + +% Where to look for ls-R files. There need not be an ls-R in the +% directories in this path, but if there is one, Kpathsea will use it. +% By default, this is only the !! elements of TEXMF, so that mktexlsr +% does not create ls-R files in the non-!! elements -- because if an +% ls-R is present, it will be used, and the disk will not be searched. +% This is arguably a bug in kpathsea. +TEXMFDBS = {!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFSITE,!!$TEXMFDIST} + +% The system trees. These are the trees that are shared by all users. +% If a tree appears in this list, the mktex* scripts will use +% VARTEXFONTS for generated files, if the original tree isn't writable; +% otherwise the current working directory is used. +SYSTEXMF = $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFSITE;$TEXMFDIST + +% We use GLOBALVARTEXFONTS in order to always be able to search in the global +% font cache even if VARTEXFONTS is overridden. +GLOBALVARTEXFONTS = $SELFAUTOPARENT/var/cache/fonts + +% Where generated fonts may be written. This tree is used when the sources +% were found in a system tree and either that tree wasn't writable, or the +% varfonts feature was enabled in MT_FEATURES in mktex.cnf. +VARTEXFONTS = $GLOBALVARTEXFONTS + +% On some systems, there will be a system tree which contains all the font +% files that may be created as well as the formats. For example +% TEXMFVAR = /var/lib/texmf +% is used in many distros. In this case, set VARTEXFONTS like this +%VARTEXFONTS = $TEXMFVAR/fonts +% and do not mention it in TEXMFDBS (but _do_ mention TEXMFVAR). +% +% Remove $VARTEXFONTS from TEXMFDBS if the VARTEXFONTS directory is below +% one of the TEXMF directories (avoids overlapping ls-R files). + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Usually you will not need to edit any of the following variables. +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +% WEB2C is for Web2C specific files. The current directory may not be +% a good place to look for them. +WEB2C = $TEXMF/web2c + +% TEXINPUTS is for TeX input files -- i.e., anything to be found by \input +% or \openin, including .sty, .eps, etc. We specify paths for all known +% formats, past or present. Not all of them are built these days. + +% Plain TeX. Have the command tex check all directories as a last +% resort, we may have plain-compatible stuff anywhere. +TEXINPUTS.tex = .;$TEXMF/tex/{plain,generic,}// + +% Fontinst needs to read afm files. +TEXINPUTS.fontinst = .;$TEXMF/{tex,fonts/afm}// + +% Other plain-based formats. +TEXINPUTS.amstex = .;$TEXMF/tex/{amstex,plain,generic,}// +TEXINPUTS.csplain = .;$TEXMF/tex/{csplain,plain,generic,}// +TEXINPUTS.eplain = .;$TEXMF/tex/{eplain,plain,generic,}// +TEXINPUTS.ftex = .;$TEXMF/tex/{formate,plain,generic,}// +TEXINPUTS.mex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.texinfo = .;$TEXMF/tex/{texinfo,plain,generic,}// + +% LaTeX 2e specific macros are stored in latex/, macros that can only be +% used with 2.09 in latex209/. In addition, we look in the directory +% latex209, useful for macros that were written for 2.09 and do not +% mention 2e at all, but can be used with 2e. +TEXINPUTS.cslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}// +TEXINPUTS.latex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.latex209 = .;$TEXMF/tex/{latex209,generic,latex,}// +TEXINPUTS.olatex = .;$TEXMF/tex/{latex,generic,}// + +% MLTeX. +TEXINPUTS.frlatex = .;$TEXMF/tex/{french,latex,generic,}// +TEXINPUTS.frtex = .;$TEXMF/tex/{french,plain,generic,}// +TEXINPUTS.mllatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.mltex = .;$TEXMF/tex/{plain,generic,}// + +% e-TeX. +TEXINPUTS.elatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.etex = .;$TEXMF/tex/{plain,generic,}// + +% pdfTeX. +TEXINPUTS.pdfcslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}// +TEXINPUTS.pdfcsplain = .;$TEXMF/tex/{csplain,plain,generic,}// +TEXINPUTS.pdflatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.pdfmex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.utf8mex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.pdftex = .;$TEXMF/tex/{plain,generic,}// +TEXINPUTS.pdftexinfo = .;$TEXMF/tex/{texinfo,plain,generic,}// +TEXINPUTS.pdfamstex = .;$TEXMF/tex/{amstex,plain,generic,}// + +% pdfeTeX. +TEXINPUTS.pdfelatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.pdfetex = .;$TEXMF/tex/{plain,generic,}// + +% pdfxTeX. +TEXINPUTS.pdfxlatex = .;$TEXMF/tex/{latex,generic,}// +TEXINPUTS.pdfxmex = .;$TEXMF/tex/{mex,plain,generic,}// +TEXINPUTS.pdfxtex = .;$TEXMF/tex/{plain,generic,}// + +% LuaTeX. +TEXINPUTS.lualatex = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}// +TEXINPUTS.luatex = .;$TEXMF/tex/{luatex,plain,generic,}// +TEXINPUTS.dvilualatex = .;$TEXMF/tex/{lualatex,latex,luatex,generic,}// +TEXINPUTS.dviluatex = .;$TEXMF/tex/{luatex,plain,generic,}// + +% XeTeX. +TEXINPUTS.xelatex = .;$TEXMF/tex/{xelatex,latex,xetex,generic,}// +TEXINPUTS.xeplain = .;$TEXMF/tex/{xeplain,eplain,plain,xetex,generic,}// +TEXINPUTS.xetex = .;$TEXMF/tex/{xetex,plain,generic,}// + +% Omega / Aleph. +TEXINPUTS.aleph = .;$TEXMF/tex/{plain,generic,}// +TEXINPUTS.elambda = .;$TEXMF/tex/{lambda,latex,generic,}// +TEXINPUTS.eomega = .;$TEXMF/tex/{plain,generic,}// +TEXINPUTS.lambda = .;$TEXMF/tex/{lambda,latex,generic,}// +TEXINPUTS.lamed = .;$TEXMF/tex/{lamed,lambda,latex,generic,}// +TEXINPUTS.omega = .;$TEXMF/tex/{plain,generic,}// + +% p(La)TeX. +TEXINPUTS.ptex = .;$TEXMF/tex/{ptex,ptexgeneric,plain,generic,}// +TEXINPUTS.platex = .;$TEXMF/tex/{platex,ptexgeneric,latex,generic,}// + +% epTeX. +TEXINPUTS.eptex = .;$TEXMF/tex/{ptex,ptexgeneric,plain,generic,}// + +% pBibTeX bibliographies and style files. +BIBINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bib// +BSTINPUTS.pbibtex = .;$TEXMF/{pbibtex,bibtex}/bst// + +% ConTeXt. +TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic}// + +% jadetex. +TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// +TEXINPUTS.pdfjadetex = .;$TEXMF/tex/{jadetex,latex,generic,}// + +% XMLTeX. +TEXINPUTS.xmltex = .;$TEXMF/tex/{xmltex,latex,generic,}// +TEXINPUTS.pdfxmltex = .;$TEXMF/tex/{xmltex,latex,generic,}// + +% Miscellany, no longer built. +TEXINPUTS.lamstex = .;$TEXMF/tex/{lamstex,plain,generic,}// +TEXINPUTS.lollipop = .;$TEXMF/tex/{lollipop,plain,generic,}// +TEXINPUTS.frpdflatex = .;$TEXMF/tex/{french,latex,generic,}// +TEXINPUTS.frpdftex = .;$TEXMF/tex/{french,plain,generic,}// + +% Earlier entries override later ones, so put this generic one last. +TEXINPUTS = .;$TEXMF/tex/{$progname,generic,}// + +% ttf2tfm. +TTF2TFMINPUTS = .;$TEXMF/ttf2pk// + +% Metafont, MetaPost inputs. +MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/source// +MPINPUTS = .;$TEXMF/metapost// + +% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read. +% We want to find the engine-specific file, e.g., cont-en.fmt can +% exist under both pdftex/ and xetex/. But just in case some formats +% end up without an engine directory, look directly in web2c/ too. +% We repeat the same definition three times because of the way fmtutil +% is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats +% will not be found. +TEXFORMATS = .;$TEXMF/web2c{/$engine,} +MFBASES = .;$TEXMF/web2c{/$engine,} +MPMEMS = .;$TEXMF/web2c{/$engine,} +% +% As of 2008, pool files don't exist any more (the strings are compiled +% into the binaries), but just in case something expects to find these: +TEXPOOL = .;$TEXMF/web2c +MFPOOL = ${TEXPOOL} +MPPOOL = ${TEXPOOL} + +% support the original xdvi. Must come before the generic settings. +PKFONTS.XDvi = .;$TEXMF/%s;{$GLOBALVARTEXFONTS,$VARTEXFONTS}/pk/{%m,modeless}// +VFFONTS.XDvi = .;$TEXMF/%s +PSHEADERS.XDvi = .;$TEXMF/%q{dvips,fonts/type1}// +TEXPICTS.XDvi = .;$TEXMF/%q{dvips,tex}// + +% Device-independent font metric files. +VFFONTS = .;$TEXMF/fonts/vf// +TFMFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/tfm// + +% The $MAKETEX_MODE below means the drivers will not use a cx font when +% the mode is ricoh. If no mode is explicitly specified, kpse_prog_init +% sets MAKETEX_MODE to /, so all subdirectories are searched. See the manual. +% The modeless part guarantees that bitmaps for PostScript fonts are found. +PKFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/pk/{$MAKETEX_MODE,modeless}// + +% Similarly for the GF format, which only remains in existence because +% Metafont outputs it (and MF isn't going to change). +GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MODE// + +% A backup for PKFONTS and GFFONTS. Not used for anything. +GLYPHFONTS = .;$TEXMF/fonts + +% A place to puth everything that doesn't fit the other font categories. +MISCFONTS = .;$TEXMF/fonts/misc// + +% font name map files. This isn't just fonts/map// because ConTeXt +% wants support for having files with the same name in the different +% subdirs. Maybe if the programs ever get unified to accepting the same +% map file syntax the definition can be simplified again. +TEXFONTMAPS = .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}// + +% BibTeX bibliographies and style files. bibtex8 also uses these. +BIBINPUTS = .;$TEXMF/bibtex/bib// +BSTINPUTS = .;$TEXMF/bibtex/{bst,csf}// + +% MlBibTeX. +MLBIBINPUTS = .;$TEXMF/bibtex/bib/{mlbib,}// +MLBSTINPUTS = .;$TEXMF/bibtex/{mlbst,bst}// + +% MFT style files. +MFTINPUTS = .;$TEXMF/mft// + +% PostScript headers and prologues (.pro); unfortunately, some programs +% also use this for acessing font files (enc, type1, truetype) +TEXPSHEADERS = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}// +TEXPSHEADERS.gsftopk = .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,truetype}}// + +% OSFONTDIR is to provide a convenient hook for allowing TeX to find +% fonts installed on the system (outside of TeX). An empty default +% value would add "//" to the search paths, so we give it a dummy value. +OSFONTDIR = /please/set/osfontdir/in/the/environment + +% PostScript Type 1 outline fonts. +T1FONTS = .;$TEXMF/fonts/type1//;$OSFONTDIR// + +% PostScript AFM metric files. +AFMFONTS = .;$TEXMF/fonts/afm//;$OSFONTDIR// + +% TrueType outline fonts. +TTFONTS = .;$TEXMF/fonts/{truetype,opentype}//;$OSFONTDIR// + +% OpenType outline fonts. +OPENTYPEFONTS = .;$TEXMF/fonts/{opentype,truetype}//;$OSFONTDIR// + +% Type 42 outline fonts. +T42FONTS = .;$TEXMF/fonts/type42// + +% Ligature definition files. +LIGFONTS = .;$TEXMF/fonts/lig// + +% Dvips' config.* files (this name should not start with `TEX'!). +TEXCONFIG = $TEXMF/dvips// + +% Makeindex style (.ist) files. +INDEXSTYLE = .;$TEXMF/makeindex// + +% Font encoding files (.enc). +ENCFONTS = .;$TEXMF/fonts/enc// + +% CMap files. +CMAPFONTS = .;$TEXMF/fonts/cmap// + +% Subfont definition files. +SFDFONTS = .;$TEXMF/fonts/sfd// + +% OpenType feature files (.fea). +FONTFEATURES=.;$TEXMF/fonts/fea// + +% .cid and .cidmap +FONTCIDMAPS=.;$TEXMF/fonts/cid// + +% pdftex config files: +PDFTEXCONFIG = .;$TEXMF/pdftex/{$progname,}// + +% Used by DMP (ditroff-to-mpx), called by makempx -troff. +TRFONTS = $SELFAUTODIR{/local,}/share/groff/{current/font,site-font}/devps +MPSUPPORT = .;$TEXMF/metapost/support + +% For xdvi to find mime.types and .mailcap, if they do not exist in +% ~. These are single directories, not paths. +% (But the default mime.types, at least, may well suffice.) +MIMELIBDIR = $SELFAUTOPARENT/etc +MAILCAPLIBDIR = $SELFAUTOPARENT/etc + +% Default settings for fontconfig library, used by Windows versions of +% xetex/xdvipdfmx. On Unixish systems, fontconfig ignores this. +FONTCONFIG_FILE=fonts.conf +FONTCONFIG_PATH=$TEXMFSYSVAR/fonts/conf +FC_CACHEDIR=$TEXMFSYSVAR/fonts/cache + +% TeX documentation and source files, for use with texdoc and kpsewhich. +TEXDOCS = $TEXMF/doc// +TEXSOURCES = .;$TEXMF/source// + +% Web and CWeb input paths. +WEBINPUTS = .;$TEXMF/web// +CWEBINPUTS = .;$TEXMF/cweb// + +% Omega-related fonts and other files. +OFMFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/{ofm,tfm}// +OPLFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/opl// +OVFFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/{ovf,vf}// +OVPFONTS = .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/ovp// +OTPINPUTS = .;$TEXMF/omega/otp// +OCPINPUTS = .;$TEXMF/omega/ocp// + +% Some additional input variables for several programs. If you add +% a program that uses the `other text files' or `other binary files' +% search formats, you'll want to add their variables here as well. +T4HTINPUTS = .;$TEXMF/tex4ht// + +%% t4ht utility, sharing files with TeX4ht +TEX4HTFONTSET=alias,iso8859,unicode +TEX4HTINPUTS = .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFONTSET}// + +% TeXworks editor configuration and settings +TW_LIBPATH = $TEXMFCONFIG/texworks +TW_INIPATH = $TW_LIBPATH + +% For security, do not look in . for dvipdfmx.cfg, since the D option +% would allow command execution. +DVIPDFMXINPUTS = $TEXMF/dvipdfmx + +% Find scripts that are distributed/installed in the texmf tree. + +% Lua needs to look in TEXINPUTS for lua scripts distributed with packages. +LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXINPUTS + +% Lua needs to look for binary lua libraries distributed with packages. +CLUAINPUTS = .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua// + +% Architecture independent executables. +TEXMFSCRIPTS = $TEXMF/scripts/{$progname,$engine,}// + +% Other languages. +JAVAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/java// +PERLINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/perl// +PYTHONINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/python// +RUBYINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/ruby// + + +%% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment. +% KPSE_DOT = . + +% This definition isn't used from this .cnf file itself (that would be +% paradoxical), but the compile-time default in paths.h is built from it. +% The SELFAUTO* variables are set automatically from the location of +% argv[0], in kpse_set_program_name. +% +% This main texmf.cnf file is installed, for a release YYYY, in a +% directory such as /usr/local/texlive/YYYY/texmf/web2c/texmf.cnf. +% Since this file is subject to future updates, the TeX Live installer +% or human administrator may also create a file +% /usr/local/texlive/YYYY/texmf.cnf; any settings in this latter file +% will take precedence over the distributed one under texmf/web2c. +% +% For security reasons, it is better not to include . in this path. +% +TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c} + +% kpathsea 3.5.3 and later sets these at runtime. To avoid empty +% expansions from binaries linked against an earlier version of the +% library, we set $progname and $engine to something non-empty: +progname = unsetprogname +engine = unsetengine + + + + +% Part 2: Options. + +% If this option is set to true, `tex a.b' will look first for a.b.tex +% (within each path element), and then for a.b, i.e., we try standard +% extensions first. If this is false, we first look for a.b and then +% a.b.tex, i.e., we try the name as-is first. +% +% Both names are always tried; the difference is the order in which they +% are tried. The setting applies to all searches, not just .tex. +% +% This setting only affects names being looked up which *already* have +% an extension. A name without an extension (e.g., `tex story') will +% always have an extension added first. +% +% The default is true, because we already avoid adding the standard +% extension(s) in the usual cases. E.g., babel.sty will only look for +% babel.sty, not babel.sty.tex, regardless of this setting. +try_std_extension_first = t + +% Enable system commands via \write18{...}. When enabled fully (set to +% t), obviously insecure. When enabled partially (set to p), only the +% commands listed in shell_escape_commands are allowed. Although this +% is not fully secure either, it is much better, and so useful that we +% enable it for everything but bare tex. +shell_escape = p + +% No spaces in this command list. +% +% The programs listed here are as safe as any we know: they either do +% not write any output files, respect openout_any, or have hard-coded +% restrictions similar or higher to openout_any=p. They also have no +% features to invoke arbitrary other programs, and no known exploitable +% bugs. All to the best of our knowledge. They also have practical use +% for being called from TeX. +% +shell_escape_commands = \ +bibtex,bibtex8,\ +kpsewhich,\ +makeindex,\ +repstopdf,\ + +% we'd like to allow: +% dvips - but external commands can be executed, need at least -R1. +% epspdf, ps2pdf, pstopdf - need to respect openout_any, +% and gs -dSAFER must be used and check for shell injection with filenames. +% (img)convert (ImageMagick) - delegates.mgk possible misconfig, besides, +% without Unix convert it hardly seems worth it, and Windows convert +% is something completely different that destroys filesystems, so skip. +% pygmentize - but is the filter feature insecure? +% ps4pdf - but it calls an unrestricted latex. +% rpdfcrop - maybe ok, but let's get experience with repstopdf first. +% texindy,xindy - but is the module feature insecure? +% ulqda - but requires optional SHA1.pm, so why bother. +% tex, latex, etc. - need to forbid --shell-escape, and inherit openout_any. + +% plain TeX should remain unenhanced. +shell_escape.tex = f +shell_escape.initex = f + +% This is used by the Windows script wrapper for restricting searching +% for the purportedly safe shell_escape_commands above to system +% directories. +TEXMF_RESTRICTED_SCRIPTS = \ + {!!$TEXMFMAIN,!!$TEXMFLOCAL,!!$TEXMFDIST}/scripts/{$progname,$engine,}// + +% Allow TeX \openin, \openout, or \input on filenames starting with `.' +% (e.g., .rhosts) or outside the current tree (e.g., /etc/passwd)? +% a (any) : any file can be opened. +% r (restricted) : disallow opening "dotfiles". +% p (paranoid) : as `r' and disallow going to parent directories, and +% restrict absolute paths to be under $TEXMFOUTPUT. +openout_any = p +openin_any = a + +% Write .log/.dvi/etc. files here, if the current directory is unwritable. +%TEXMFOUTPUT = /tmp + +% If a dynamic file creation fails, log the command to this file, in +% either the current directory or TEXMFOUTPUT. Set to the +% empty string or 0 to avoid logging. +MISSFONT_LOG = missfont.log + +% Set to a colon-separated list of words specifying warnings to suppress. +% To suppress everything, use TEX_HUSH = all; this is currently equivalent to +% TEX_HUSH = checksum:lostchar:readable:special +% To suppress nothing, use TEX_HUSH = none or do not set the variable at all. +TEX_HUSH = none + +% Allow TeX, and MF to parse the first line of an input file for +% the %&format construct. +parse_first_line = t + +% But don't parse the first line if invoked as "tex", since we want that +% to remain Knuth-compatible. The src_specials and +% file_line_error_style settings, as well as the options -enctex, +% -mltex, -8bit, etc., also affect this, but they are all off by default. +parse_first_line.tex = f +parse_first_line.initex = f + +% Control file:line:error style messages. +file_line_error_style = f + +% Enable the mktex... scripts by default? These must be set to 0 or 1. +% Particular programs can and do override these settings, for example +% dvips's -M option. Your first chance to specify whether the scripts +% are invoked by default is at configure time. +% +% These values are ignored if the script names are changed; e.g., if you +% set DVIPSMAKEPK to `foo', what counts is the value of the environment +% variable/config value `FOO', not the `MKTEXPK' value. +% +%MKTEXTEX = 0 +%MKTEXPK = 0 +%MKTEXMF = 0 +%MKTEXTFM = 0 +%MKTEXFMT = 0 +%MKOCP = 0 +%MKOFM = 0 + +% Used by makempx to run TeX. We use "etex" because MetaPost is +% expecting DVI, and not "tex" because we want first line parsing. +TEX = etex + +% These variables specify the external program called for the +% interactive `e' option. %d is replaced by the line number and %s by +% the current filename. The default is specified at compile-time, and +% we let that stay in place since different platforms like different values. +%TEXEDIT = vi +%d '%s' % default for Unix +%TEXEDIT = texworks --position=+%d "%s" % default for Windows +%MFEDIT = ${TEXEDIT} +%MPEDIT = ${TEXEDIT} + +% The default `codepage and sort order' file for BibTeX8, when none is +% given as command line option or environment variable. +BIBTEX_CSFILE = 88591lat.csf + +% This variable is specific to Windows. It must be set to 0 or 1. The +% default is 0. Setting it to 1 tells the Windows script wrappers to +% use an already installed Perl interpreter if one is found on the +% search path, in preference to the Perl shipped with TeX Live. Thus, +% it may be useful if you both (a) installed a full Perl distribution +% for general use, and (b) need to run Perl programs from TL that use +% additional modules we don't provide. The TL Perl does provide all the +% standard Perl modules. +% +%TEXLIVE_WINDOWS_TRY_EXTERNAL_PERL = 0 + + + +% Part 3: Array and other sizes for TeX (and Metafont). +% +% If you want to change some of these sizes only for a certain TeX +% variant, the usual dot notation works, e.g., +% main_memory.hugetex = 20000000 +% +% If a change here appears to be ignored, try redumping the format file. + +% Memory. Must be less than 8,000,000 total. +% +% main_memory is relevant only to initex, extra_mem_* only to non-ini. +% Thus, have to redump the .fmt file after changing main_memory; to add +% to existing fmt files, increase extra_mem_*. (To get an idea of how +% much, try \tracingstats=2 in your TeX source file; +% web2c/tests/memtest.tex might also be interesting.) +% +% To increase space for boxes (as might be needed by, e.g., PiCTeX), +% increase extra_mem_bot. +% +% For some xy-pic samples, you may need as much as 700000 words of memory. +% For the vast majority of documents, 60000 or less will do. +% +main_memory = 3000000 % words of inimemory available; also applies to inimf&mp +extra_mem_top = 0 % extra high memory for chars, tokens, etc. +extra_mem_bot = 0 % extra low memory for boxes, glue, breakpoints, etc. + +% ConTeXt needs lots of memory. +extra_mem_top.context = 2000000 +extra_mem_bot.context = 4000000 + +% Words of font info for TeX (total size of all TFM files, approximately). +% Must be >= 20000 and <= 147483647 (without tex.ch changes). +font_mem_size = 3000000 + +% Total number of fonts. Must be >= 50 and <= 9000 (without tex.ch changes). +font_max = 9000 + +% Extra space for the hash table of control sequences. +hash_extra = 200000 + +% Max number of characters in all strings, including all error messages, +% help texts, font names, control sequences. These values apply to TeX. +pool_size = 3250000 +% Minimum pool space after TeX's own strings; must be at least +% 25000 less than pool_size, but doesn't need to be nearly that large. +string_vacancies = 90000 +% Maximum number of strings. +max_strings = 500000 +% min pool space left after loading .fmt +pool_free = 47500 + +% Buffer size. TeX uses the buffer to contain input lines, but macro +% expansion works by writing material into the buffer and reparsing the +% line. As a consequence, certain constructs require the buffer to be +% very large, even though most documents can be handled with a small value. +buf_size = 200000 + +% Hyphenation trie. The maximum possible is 4194303 (ssup_trie_size in +% the sources), but we don't need that much. The value here suffices +% for all known free hyphenation patterns to be loaded simultaneously +% (as TeX Live does). +% +trie_size = 1000000 + +hyph_size = 8191 % prime number of hyphenation exceptions, >610, <32767. + % http://primes.utm.edu/curios/page.php/8191.html +nest_size = 500 % simultaneous semantic levels (e.g., groups) +max_in_open = 15 % simultaneous input files and error insertions, + % also applies to MetaPost +param_size = 10000 % simultaneous macro parameters, also applies to MP +save_size = 50000 % for saving values outside current group +stack_size = 5000 % simultaneous input sources + +% These are Omega-specific. +ocp_buf_size = 500000 % character buffers for ocp filters. +ocp_stack_size = 10000 % stacks for ocp computations. +ocp_list_size = 1000 % control for multiple ocps. + +% These work best if they are the same as the I/O buffer size, but it +% doesn't matter much. Must be a multiple of 8. +dvi_buf_size = 16384 % TeX +gf_buf_size = 16384 % MF + +% It's probably inadvisable to change these. At any rate, we must have: +% 45 < error_line < 255; +% 30 < half_error_line < error_line - 15; +% 60 <= max_print_line; +% These apply to TeX, Metafont, and MetaPost. +error_line = 79 +half_error_line = 50 +max_print_line = 79 + +% Metafont only. +screen_width.mf = 1664 +screen_depth.mf = 1200 + +% BibTeX only (max_strings also determines hash_size and hash_prime). +ent_str_size = 250 +glob_str_size = 5000 +max_strings.bibtex = 35307 +max_strings.bibtex8 = 35307 +max_strings.bibtexu = 35307 +max_strings.pbibtex = 35307 + +% GFtype only. +line_length.gftype = 500 +max_rows.gftype = 8191 +max_cols.gftype = 8191 diff --git a/texmf/web2c/updmap.cfg b/texmf/web2c/updmap.cfg new file mode 100644 index 0000000..1e4a29a --- /dev/null +++ b/texmf/web2c/updmap.cfg @@ -0,0 +1,324 @@ +# Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Sun Oct 3 04:04:52 2010 +# $Id: updmap-hdr.cfg 11382 2008-11-20 18:59:26Z karl $ +# +# The full updmap.cfg is generated by concatenating updmap-hdr.cfg with +# all the Map and MixedMap lines from an installation, possibly +# appending a local configuration file. +# +# To make local customizations to the map files, please use of the +# following methods: +# +# 1) call +# updmap-sys --enable Map=foo.map +# for each map file. (Or MixedMap instead of Map, if your font has +# both Metafont and outline definitions.) See the updmap --help +# documentation. +# +# 2) add your local map entries to the file +# TEXMFLOCAL/web2c/updmap-local.cfg +# and then call +# tlmgr generate updmap +# which will concatenate updmap-local.cfg to the end of the final +# updmap.cfg. (You can override the local.cfg file location with the +# --localcfg option; see tlmgr --help.) +# +# If you use either of these methods, your local adaptations will be +# preserved when tlmgr updates the installation or this config file. +# Manual edits to updmap.cfg may be lost on update. + + +################################################################ +# OPTIONS +################################################################ + +# +# dvipsPreferOutline +# +# Should dvips (by default) prefer bitmap fonts or outline fonts +# if both are available? Independent of this setting, outlines +# can be forced by putting "p psfonts_t1.map" into a config file +# that dvips reads. Bitmaps (for the fonts in question) can +# be forced by putting "p psfonts_pk.map" into a config file. +# We provide such config files which can be enabled via +# dvips -Poutline ... resp. dvips -Ppk ... +# +# Valid settings for dvipsPreferOutline are true / false: +dvipsPreferOutline true + +# +# LW35 +# +# Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and +# how are the filenames chosen? Valid settings: +# URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb) +# URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb) +# ADOBE: Adobe fonts with "vendor" filenames (e.g. hvnbo___.pfb) +# ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8an.pfb) +LW35 URWkb + +# +# dvipsDownloadBase35 +# +# Should dvips (by default) download the standard 35 LaserWriter fonts +# with the document (then set dvipsDownloadBase35 true) or should these +# fonts be used from the ps interpreter / printer? +# Whatever the default is, the user can override it by specifying +# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download +# the LW35 fonts resp. use the built-in fonts. +# +# Valid settings are true / false: +dvipsDownloadBase35 false + +# +# pdftexDownloadBase14 +# +# Should pdftex download the base 14 pdf fonts? Since some configurations +# (ps / pdf tools / printers) use bad default fonts, it is safer to download +# the fonts. The pdf files will get bigger, though. +# Valid settings are true (download the fonts) or false (don't download +# the fonts). Adobe recommends embedding all fonts. +pdftexDownloadBase14 true + +# +# dvipdfmDownloadBase14 +# +# Should dvipdfm download the base 14 pdf fonts? Since some configurations +# (ps / pdf tools / printers) use bad default fonts, it is safer to download +# the fonts. The pdf files will get bigger, though. +# Valid settings are true (download the fonts) or false (don't download +# the fonts). +dvipdfmDownloadBase14 true + +################################################################ +# Map files. +################################################################ +# +# There are two possible entries: Map and MixedMap. Both have one additional +# argument: the filename of the map file. MixedMap ("mixed" means that +# the font is available as bitmap and as outline) lines will not be used +# in the default map of dvips if dvipsPreferOutline is false. Inactive +# Map files should be marked by "#! " (without the quotes), not just #. +# + +#! Map OrnementsADF.map +#! Map ArrowsADF.map +#! Map BulletsADF.map +#! MixedMap allrunes.map +#! Map euler.map +#! MixedMap cm.map +#! MixedMap cmextra.map +#! MixedMap cyrillic.map +#! MixedMap latxfont.map +#! MixedMap symbols.map +#! Map uaq.map +#! Map antt.map +#! Map arabi.map +#! MixedMap arabtex.map +#! Map archaicprw.map +#! Map arev.map +#! Map bkaiu.map +#! Map bsmiu.map +#! Map gbsnu.map +#! Map gkaiu.map +#! Map ascii.map +#! Map augie.map +#! Map auncial.map +#! Map aurical.map +#! Map ybv.map +#! Map belleek.map +#! Map bera.map +#! Map ybd.map +#! Map pbsi.map +#! Map burmese.map +#! Map cmin.map +#! MixedMap cbgreek-full.map +#! MixedMap ccpl.map +#! Map ccicons.map +#! Map clm.map +#! Map chemarrow.map +#! Map cjhebrew.map +#! MixedMap cmtext-bsr-interpolated.map +#! Map cm-lgc.map +#! MixedMap cm-super-t1.map +#! MixedMap cm-super-t2a.map +#! MixedMap cm-super-t2b.map +#! MixedMap cm-super-t2c.map +#! MixedMap cm-super-ts1.map +#! MixedMap cm-super-x2.map +#! Map cmcyr.map +#! MixedMap cmll.map +#! MixedMap csother.map +#! MixedMap cstext.map +#! Map cyklop.map +#! Map dictsym.map +#! Map dstroke.map +#! Map yes.map +#! Map epigrafica.map +#! Map epiolmec.map +#! MixedMap esint.map +#! Map esvect.map +#! MixedMap ethiop.map +#! Map zpeu.map +#! MixedMap eurosym.map +#! Map fge.map +#! Map foekfont.map +#! Map fonetika.map +#! Map fourier-utopia-expert.map +#! Map fourier.map +#! Map garuda-c90.map +#! Map gfsartemisia.map +#! Map gfsbaskerville.map +#! Map gfsbodoni.map +#! Map gfscomplutum.map +#! Map gfsdidot.map +#! Map gfsneohellenic.map +#! Map gfsporson.map +#! Map gfssolomos.map +#! Map yfrak.map +#! Map troff-updmap.map +#! Map ugq.map +#! Map grverb.map +#! MixedMap hfbright.map +#! MixedMap iby.map +#! Map fi4.map +#! Map Acorn.map +#! Map AnnSton.map +#! Map ArtNouv.map +#! Map ArtNouvc.map +#! Map Carrickc.map +#! Map Eichenla.map +#! Map Eileen.map +#! Map EileenBl.map +#! Map Elzevier.map +#! Map GotIn.map +#! Map GoudyIn.map +#! Map Kinigcap.map +#! Map Konanur.map +#! Map Kramer.map +#! Map MorrisIn.map +#! Map Nouveaud.map +#! Map Romantik.map +#! Map Rothdn.map +#! Map RoyalIn.map +#! Map Sanremo.map +#! Map Starburst.map +#! Map Typocaps.map +#! Map Zallman.map +#! Map iwona.map +#! Map kerkis.map +#! Map knitfont.map +#! Map kpfonts.map +#! Map kurier.map +#! Map libertine.map +#! Map yly.map +#! Map linearA.map +#! Map l7x-urwvn.map +#! Map lm.map +#! MixedMap lxfonts.map +#! MixedMap manfnt.map +#! Map marvosym.map +#! Map mdbch.map +#! Map mdput.map +#! Map mdugm.map +#! MixedMap mflogo.map +#! Map MnSymbol.map +#! MixedMap mongolian.map +#! MixedMap musix.map +#! Map norasi-c90.map +#! Map cherokee.map +#! Map oinuit.map +#! Map omega.map +#! Map phaistos.map +#! MixedMap pigpen.map +#! MixedMap plother.map +#! MixedMap pltext.map +#! Map ap.map +#! Map charter.map +#! Map fpls.map +#! Map pazo.map +#! Map utopia.map +#! Map pxfonts.map +#! Map recycle.map +#! Map yrd.map +#! MixedMap rsfs.map +#! Map skt.map +#! MixedMap semaf.map +#! Map SkakNew.map +#! Map starfont.map +#! Map icelandic.map +#! MixedMap stmaryrd.map +#! Map tabvar.map +#! Map qag.map +#! Map qbk.map +#! Map qcr.map +#! Map qcs.map +#! Map qhv.map +#! Map qpl.map +#! Map qtm.map +#! Map qzc.map +#! MixedMap tipa.map +#! MixedMap trajan.map +#! Map txfonts.map +#! Map gptimes.map +#! Map umj.map +#! MixedMap dvng.map +#! Map yv1.map +#! Map yv2.map +#! Map yv3.map +#! Map yvo.map +#! Map yvt.map +#! Map arevvn.map +#! Map chartervn.map +#! Map cmbrightvn.map +#! Map concretevn.map +#! Map grotesqvn.map +#! Map txttvn.map +#! Map urwvn.map +#! MixedMap vnrother.map +#! MixedMap vnrtext.map +#! Map vntopia.map +#! Map dgj.map +#! Map dmj.map +#! Map mc2j.map +#! Map mcj.map +#! Map mr2j.map +#! Map mrj.map +#! MixedMap wasy.map +#! MixedMap xypic.map +#! MixedMap yhmath.map +#! Map slantcm.map +Map euler.map +MixedMap cmextra.map +MixedMap cm.map +MixedMap cyrillic.map +MixedMap latxfont.map +MixedMap symbols.map +MixedMap cmtext-bsr-interpolated.map +MixedMap mflogo.map +MixedMap cm-super-t1.map +MixedMap cm-super-t2a.map +MixedMap cm-super-t2b.map +MixedMap cm-super-t2c.map +MixedMap cm-super-ts1.map +MixedMap cm-super-x2.map +Map zpeu.map +MixedMap eurosym.map +Map lm.map +Map marvosym.map +Map pxfonts.map +MixedMap rsfs.map +Map qag.map +Map qbk.map +Map qcr.map +Map qcs.map +Map qhv.map +Map qpl.map +Map qtm.map +Map qzc.map +MixedMap tipa.map +Map txfonts.map +MixedMap wasy.map +Map charter.map +Map fpls.map +Map pazo.map +Map utopia.map diff --git a/udev/rules.d/70-persistent-net.rules b/udev/rules.d/70-persistent-net.rules new file mode 100644 index 0000000..f03ed07 --- /dev/null +++ b/udev/rules.d/70-persistent-net.rules @@ -0,0 +1,11 @@ +# This file was automatically generated by the /lib64/udev/write_net_rules +# program, run by the persistent-net-generator.rules rules file. +# +# You can modify it, as long as you keep each rule on a single +# line, and change only the value of the NAME= key. + +# PCI device 0x8086:0x109a (e1000e) +SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="40:61:86:ee:e4:64", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0" + +# PCI device 0x8086:0x109a (e1000e) +SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{address}=="40:61:86:ee:e4:65", ATTR{dev_id}=="0x0", ATTR{type}=="1", KERNEL=="eth*", NAME="eth1" diff --git a/udev/udev.conf b/udev/udev.conf new file mode 100644 index 0000000..f6f592e --- /dev/null +++ b/udev/udev.conf @@ -0,0 +1,5 @@ +# The initial syslog(3) priority: "err", "info", "debug" or its +# numerical equivalent. For runtime debugging, the daemons internal +# state can be changed with: "udevadm control --log-priority=". +udev_log="err" +# If you need to change mount-options, do it in /etc/fstab diff --git a/unixODBC/odbc.ini b/unixODBC/odbc.ini new file mode 100644 index 0000000..e69de29 diff --git a/unixODBC/odbcinst.ini b/unixODBC/odbcinst.ini new file mode 100644 index 0000000..e69de29 diff --git a/vhosts/webapp-config b/vhosts/webapp-config new file mode 100644 index 0000000..810ef89 --- /dev/null +++ b/vhosts/webapp-config @@ -0,0 +1,229 @@ +# /etc/vhosts/webapp-config +# Some default variables that are shared between the +# webapp-config utility, and the webapp eclass +# +# Part of the Gentoo Linux distribution +# +# Copyright (c) 1999-2005 Gentoo Foundation +# Released under v2 of the GNU GPL +# +# Author(s) Stuart Herbert +# Renat Lumpau +# Gunnar Wrobel +# +# ======================================================================== + +# ======================================================================== +# +# USER-EDITABLE SETTINGS +# +# Feel free to edit these settings to suit your local needs +# +# ======================================================================== + +# vhost_root is the directory where virtual host websites are added +# so, if your server is hosting (say) +# +# www.gentoo.org +# bugs.gentoo.org +# +# then the htdocs directory for each of these would be +# +# /var/www/www.gentoo.org/htdocs +# /var/www/bugs.gentoo.org/htdocs +# +# Change this setting *only* if you need your websites installed in +# a different physical location +# +# If you prefer to use Gentoo's optional support for the /srv service +# home file hierarchy, uncomment the second version of vhost_root +# (this should have been done for you if you installed webapp-config +# with the srvdir USE flag enabled) +# If you want to have fine grained control over the location the web +# applications get installed, you can use the third setting + +vhost_root="/var/www/${vhost_hostname}" +#vhost_root="/srv/${vhost_hostname}/www" +#vhost_root="/var/www/${vhost_subdomain_1}/${vhost_subdomain_2}/${vhost_subdomain_3}" + +# some web applications need to know what host they are serving up pages +# for. this information is configured when the application is installed +# by the webapp-config script +# +# changing this value *after* the application has been installed has +# no effect!! +# +# you can override this setting by using the -h switch to webapp-config +# +# IMPORTANT: If you comment this setting and provide no explicit hostname +# with the command line -h switch, webapp-config will try to determine +# the fully qualified domain name by itself + +vhost_hostname="localhost" + +# what web server are you using? +# your choices are: +# +# apache +# aolserver +# lighttpd +# cherokee +# +# you can override this setting by using the -s switch to webapp-config + +vhost_server="apache" + +# which user should own config files? +# the default is the user currently running webapp-config (which is +# normally the root user). You may either use the numerical uid or the +# user name. The internal default is "0" to accomodate for BSD style +# systems. +# +# you can override this setting by using the -u switch to webapp-config + +#vhost_config_uid="root" + +# which group should own config files? +# the default is the group of the user currently running webapp-config +# (which is normally the root group). You may either use the numerical +# gid or the group name. The internal default is "0" to accomodate for +# BSD style systems. +# +# you can override this setting by using the -g switch to webapp-config + +#vhost_config_gid="root" + +# what type of shared directories should be created? +# the default is 'default-owned', which means that each install of the app +# gets a copy of the directory +# +# permitted values are: server-owned, config-owned, default-owned +# +# you can override this setting by using the --default-dirs switch to +# webapp-config + +vhost_config_default_dirs="default-owned" + +# what type of shared files should be created? +# the default is 'virtual', which means that each install of the app +# does NOT get a unique copy of the files +# +# permitted values are: server-owned, config-owned, virtual +# +# you can override this setting by using the --virtual-files switch to +# webapp-config + +vhost_config_virtual_files="virtual" + +# where should drop-in config files for webservers go? +# +# these files will be called -.conf. They are quite rare, +# but are needed from time to time by the odd application or two + +vhost_config_dir="${vhost_root}/conf" + +# which user & group should own the files by default? +# +# the default is for files to be owned by the superuser root, so that +# they cannot be tampered with by other users +# +# this setting affects the files and directories installed by the ebuild, +# and it affects some directories created by webapp-config. It does not +# affect any of the files installed by webapp-config at this time. + +vhost_default_uid="root" +vhost_default_gid="root" + +# what type of links do you want to use? +# +# starting with webapp-config v1.10, the default behaviour is to attempt +# to hardlink a file from /usr/share/webapps/* first. If the hardlink +# fails (normally because /usr and /var | /srv are on different filesystems) +# webapp-config will fall back to making a physical copy of the file +# instead +# +# NOTE: +# we have moved to hardlinks because not all web-based packages work +# when their files are symlinked in +# +# please do not raise bugs about packages that do not work when +# symlinked +# +# vhost_link_type="soft" + +# what are the names of your document directories? +# +# by default, your website lives in /var/www//htdocs. If you +# run webapp-config with the --secure switch, your website instead lives +# in /var/www//htdocs-secure. +# +# you can change the default names of 'htdocs' and 'htdocs-secure' by +# editing these two variables + +vhost_htdocs_insecure="htdocs" +vhost_htdocs_secure="htdocs-secure" + +# what permissions do you want the files to have? +# +# by default, webapp-config installs directories and files with these +# permissions. You can change them here to comply with your local +# security policies. +# You need to specify octal values ("0nnn") or you can use the encoding +# used by chmod ("[ugoa]{1,3}[+-=]{rwx]{1,3}" elements as a comma +# seperated list) + +vhost_perms_serverowned_dir="0775" +vhost_perms_serverowned_file="0664" + +vhost_perms_configowned_dir="0755" +vhost_perms_configowned_file="0644" + +vhost_perms_defaultowned_dir="0755" +vhost_perms_virtualowned_file="o-w" + +vhost_perms_installdir="0755" + + +# ======================================================================== +# END OF USER-EDITABLE SETTINGS +# ======================================================================== + +# ======================================================================== +# EDIT THE VARIABLES BELOW THIS LINE AT YOUR OWN RISK +# +# These variables are used by the webapp.eclass component of Portage, +# and by /usr/sbin/webapp-config. +# +# If you break your Gentoo installation by changing these settings, then +# re-emerge the webapps-config package to restore the default values +# +# When webapp-config is upgraded, it may add to and/or change the value of +# variables listed here. If you do not merge in these changes, you will +# probably find that webapp-config will break in horrible ways. +# +# etc-update is NOT optional ;-) +# +# ======================================================================== + +# which version of webapp-config is this file for? +# +# we have a problem when users upgrade webapp-config. It turns out that +# they don't explicitly upgrade webapp-config ... instead, webapp-config +# gets because it is a dependency for a web-based package. +# +# unfortunately, this means that any changes to this config file do not +# get installed (through etc-update or equivalent) until after the web- +# based package has been installed. We end up trying to install the +# package using a partial install of webapp-config +# +# how can we work around this? +# +# the only way to work around this is to put some sort of version-control +# marker in this config file. webapp-config and this file must agree on +# what this marker is, otherwise webapp-config will refuse to work + +WA_CONF_VERSION="7" + +# ======================================================================== +# END OF CONFIG FILE +# ======================================================================== diff --git a/vim/vimrc b/vim/vimrc new file mode 100644 index 0000000..4575017 --- /dev/null +++ b/vim/vimrc @@ -0,0 +1,200 @@ +scriptencoding utf-8 +" ^^ Please leave the above line at the start of the file. + +" Default configuration file for Vim +" $Header: /var/cvsroot/gentoo-x86/app-editors/vim-core/files/vimrc-r4,v 1.3 2010/04/15 19:30:32 darkside Exp $ + +" Written by Aron Griffis +" Modified by Ryan Phillips +" Modified some more by Ciaran McCreesh +" Added Redhat's vimrc info by Seemant Kulleen + +" You can override any of these settings on a global basis via the +" "/etc/vim/vimrc.local" file, and on a per-user basis via "~/.vimrc". You may +" need to create these. + +" {{{ General settings +" The following are some sensible defaults for Vim for most users. +" We attempt to change as little as possible from Vim's defaults, +" deviating only where it makes sense +set nocompatible " Use Vim defaults (much better!) +set bs=2 " Allow backspacing over everything in insert mode +set ai " Always set auto-indenting on +set history=50 " keep 50 lines of command history +set ruler " Show the cursor position all the time + +set viminfo='20,\"500 " Keep a .viminfo file. + +" Don't use Ex mode, use Q for formatting +map Q gq + +" When doing tab completion, give the following files lower priority. You may +" wish to set 'wildignore' to completely ignore files, and 'wildmenu' to enable +" enhanced tab completion. These can be done in the user vimrc file. +set suffixes+=.info,.aux,.log,.dvi,.bbl,.out,.o,.lo + +" When displaying line numbers, don't use an annoyingly wide number column. This +" doesn't enable line numbers -- :set number will do that. The value given is a +" minimum width to use for the number column, not a fixed size. +if v:version >= 700 + set numberwidth=3 +endif +" }}} + +" {{{ Modeline settings +" We don't allow modelines by default. See bug #14088 and bug #73715. +" If you're not concerned about these, you can enable them on a per-user +" basis by adding "set modeline" to your ~/.vimrc file. +set nomodeline +" }}} + +" {{{ Locale settings +" Try to come up with some nice sane GUI fonts. Also try to set a sensible +" value for fileencodings based upon locale. These can all be overridden in +" the user vimrc file. +if v:lang =~? "^ko" + set fileencodings=euc-kr + set guifontset=-*-*-medium-r-normal--16-*-*-*-*-*-*-* +elseif v:lang =~? "^ja_JP" + set fileencodings=euc-jp + set guifontset=-misc-fixed-medium-r-normal--14-*-*-*-*-*-*-* +elseif v:lang =~? "^zh_TW" + set fileencodings=big5 + set guifontset=-sony-fixed-medium-r-normal--16-150-75-75-c-80-iso8859-1,-taipei-fixed-medium-r-normal--16-150-75-75-c-160-big5-0 +elseif v:lang =~? "^zh_CN" + set fileencodings=gb2312 + set guifontset=*-r-* +endif + +" If we have a BOM, always honour that rather than trying to guess. +if &fileencodings !~? "ucs-bom" + set fileencodings^=ucs-bom +endif + +" Always check for UTF-8 when trying to determine encodings. +if &fileencodings !~? "utf-8" + " If we have to add this, the default encoding is not Unicode. + " We use this fact later to revert to the default encoding in plaintext/empty + " files. + let g:added_fenc_utf8 = 1 + set fileencodings+=utf-8 +endif + +" Make sure we have a sane fallback for encoding detection +if &fileencodings !~? "default" + set fileencodings+=default +endif +" }}} + +" {{{ Syntax highlighting settings +" Switch syntax highlighting on, when the terminal has colors +" Also switch on highlighting the last used search pattern. +if &t_Co > 2 || has("gui_running") + syntax on + set hlsearch +endif +" }}} + +" {{{ Terminal fixes +if &term ==? "xterm" + set t_Sb=^[4%dm + set t_Sf=^[3%dm + set ttymouse=xterm2 +endif + +if &term ==? "gnome" && has("eval") + " Set useful keys that vim doesn't discover via termcap but are in the + " builtin xterm termcap. See bug #122562. We use exec to avoid having to + " include raw escapes in the file. + exec "set =\eO5D" + exec "set =\eO5C" +endif +" }}} + +" {{{ Filetype plugin settings +" Enable plugin-provided filetype settings, but only if the ftplugin +" directory exists (which it won't on livecds, for example). +if isdirectory(expand("$VIMRUNTIME/ftplugin")) + filetype plugin on + + " Uncomment the next line (or copy to your ~/.vimrc) for plugin-provided + " indent settings. Some people don't like these, so we won't turn them on by + " default. + " filetype indent on +endif +" }}} + +" {{{ Fix &shell, see bug #101665. +if "" == &shell + if executable("/bin/bash") + set shell=/bin/bash + elseif executable("/bin/sh") + set shell=/bin/sh + endif +endif +"}}} + +" {{{ Our default /bin/sh is bash, not ksh, so syntax highlighting for .sh +" files should default to bash. See :help sh-syntax and bug #101819. +if has("eval") + let is_bash=1 +endif +" }}} + +" {{{ Autocommands +if has("autocmd") + +augroup gentoo + au! + + " Gentoo-specific settings for ebuilds. These are the federally-mandated + " required tab settings. See the following for more information: + " http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml + " Note that the rules below are very minimal and don't cover everything. + " Better to emerge app-vim/gentoo-syntax, which provides full syntax, + " filetype and indent settings for all things Gentoo. + au BufRead,BufNewFile *.e{build,class} let is_bash=1|setfiletype sh + au BufRead,BufNewFile *.e{build,class} set ts=4 sw=4 noexpandtab + + " In text files, limit the width of text to 78 characters, but be careful + " that we don't override the user's setting. + autocmd BufNewFile,BufRead *.txt + \ if &tw == 0 && ! exists("g:leave_my_textwidth_alone") | + \ setlocal textwidth=78 | + \ endif + + " When editing a file, always jump to the last cursor position + autocmd BufReadPost * + \ if ! exists("g:leave_my_cursor_position_alone") | + \ if line("'\"") > 0 && line ("'\"") <= line("$") | + \ exe "normal g'\"" | + \ endif | + \ endif + + " When editing a crontab file, set backupcopy to yes rather than auto. See + " :help crontab and bug #53437. + autocmd FileType crontab set backupcopy=yes + + " If we previously detected that the default encoding is not UTF-8 + " (g:added_fenc_utf8), assume that a file with only ASCII characters (or no + " characters at all) isn't a Unicode file, but is in the default encoding. + " Except of course if a byte-order mark is in effect. + autocmd BufReadPost * + \ if exists("g:added_fenc_utf8") && &fileencoding == "utf-8" && + \ ! &bomb && search('[\x80-\xFF]','nw') == 0 && &modifiable | + \ set fileencoding= | + \ endif + +augroup END + +endif " has("autocmd") +" }}} + +" {{{ vimrc.local +if filereadable("/etc/vim/vimrc.local") + source /etc/vim/vimrc.local +endif +" }}} + +" vim: set fenc=utf-8 tw=80 sw=2 sts=2 et foldmethod=marker : + diff --git a/vim/vimrc.local b/vim/vimrc.local new file mode 100644 index 0000000..aecb0b0 --- /dev/null +++ b/vim/vimrc.local @@ -0,0 +1,22 @@ +set noai +set nohlsearch +set fo="tcq" +set modeline +set showmatch + +if has("multi_byte") + set encoding=utf-8 + setglobal fileencoding=utf-8 +" set bomb +" set termencoding=iso-8859-15 +" set fileencodings=ucs-bom,iso-8859-15,iso-8859-3,utf-8 +else + echoerr "Sorry, this version of (g)vim was not compiled with +multi_byte" +endif + + +filetype plugin off +:runtime! ftplugin/man.vim + +color delek + diff --git a/xinetd.d/cvspserver b/xinetd.d/cvspserver new file mode 100644 index 0000000..0f2edb0 --- /dev/null +++ b/xinetd.d/cvspserver @@ -0,0 +1,14 @@ +service cvspserver +{ + disable = yes + socket_type = stream + wait = no + user = root + log_type = FILE /var/log/cvspserver + protocol = tcp + env = HOME=/var/cvsroot + log_on_failure += USERID + port = 2401 + server = /usr/bin/cvs + server_args = -f --allow-root=/var/cvsroot pserver +} diff --git a/xinetd.d/rsyncd b/xinetd.d/rsyncd new file mode 100644 index 0000000..50b0dcf --- /dev/null +++ b/xinetd.d/rsyncd @@ -0,0 +1,10 @@ +service rsync +{ + socket_type = stream + protocol = tcp + wait = no + user = root + server = /usr/bin/rsync + server_args = --daemon + disable = yes +} diff --git a/xinetd.d/svnserve b/xinetd.d/svnserve new file mode 100644 index 0000000..e29f906 --- /dev/null +++ b/xinetd.d/svnserve @@ -0,0 +1,14 @@ +service svn +{ + socket_type = stream + wait = no + user = apache + group = apache + umask = 002 + protocol = tcp + log_on_failure += USERID HOST + port = 3690 + server = /usr/bin/svnserve + server_args = -i + disable = yes +} diff --git a/xml/catalog b/xml/catalog new file mode 100644 index 0000000..82584f3 --- /dev/null +++ b/xml/catalog @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/xml/docbook b/xml/docbook new file mode 100644 index 0000000..8485ea9 --- /dev/null +++ b/xml/docbook @@ -0,0 +1,71 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +