From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QbOWD-0006J7-PB for garchives@archives.gentoo.org; Tue, 28 Jun 2011 02:59:18 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70ACE1C030; Tue, 28 Jun 2011 02:59:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 0F4431C030 for ; Tue, 28 Jun 2011 02:59:09 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 426321B401A for ; Tue, 28 Jun 2011 02:59:09 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2139) id 0B99520054; Tue, 28 Jun 2011 02:59:08 +0000 (UTC) From: "Alexis Ballier (aballier)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, aballier@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/texlive/2011/texmf.d: 00header.cnf 05searchpaths.cnf 10standardpaths.cnf 15options.cnf 20sizes.cnf X-VCS-Repository: gentoo X-VCS-Files: 00header.cnf 05searchpaths.cnf 10standardpaths.cnf 15options.cnf 20sizes.cnf X-VCS-Directories: src/patchsets/texlive/2011/texmf.d X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier Content-Type: text/plain; charset=utf8 Message-Id: <20110628025908.0B99520054@flycatcher.gentoo.org> Date: Tue, 28 Jun 2011 02:59:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: cf5902fdf8bd0f85f0677cca88fc8c41 aballier 11/06/28 02:59:08 Added: 00header.cnf 05searchpaths.cnf 10standardpaths.cn= f 15options.cnf 20sizes.cnf Log: add texmf.d files from tl2011 pretest Revision Changes Path 1.1 src/patchsets/texlive/2011/texmf.d/00header.cnf file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/00header.cnf?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/00header.cnf?rev=3D1.1&content-type=3Dtext/plain Index: 00header.cnf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D % original texmf.cnf -- runtime path configuration file for kpathsea. % Public domain. %=20 % 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. %=20 % 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 assigne= d. % The `=3D' (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/kpaths= ea). % % // 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. 1.1 src/patchsets/texlive/2011/texmf.d/05searchpaths.cnf file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/05searchpaths.cnf?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/05searchpaths.cnf?rev=3D1.1&content-type=3Dtext/plain Index: 05searchpaths.cnf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D % =0C 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 =3D $SELFAUTODIR/share % The tree containing runtime files related to the specific % distribution and version. TEXMFMAIN =3D $TEXMFROOT/texmf % The main tree of packages, distribution-agnostic: TEXMFDIST =3D $TEXMFROOT/texmf-dist % The Gentoo site tree TEXMFSITE =3D $TEXMFROOT/texmf-site % Local additions to the distribution trees. TEXMFLOCAL =3D $TEXMFROOT/../local/share/texmf % TEXMFSYSVAR, where *-sys store cached runtime data. TEXMFSYSVAR =3D $SELFAUTOPARENT/var/lib/texmf % TEXMFSYSCONFIG, where *-sys store configuration data. TEXMFSYSCONFIG =3D $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 =3D ~/texmf % TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data. TEXMFVAR =3D ~/.texlive/texmf-var % TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data. TEXMFCONFIG =3D ~/.texlive/texmf-config % List all the texmf trees. % % For texconfig to work properly, TEXMFCONFIG and TEXMFVAR should be name= d % explicitly and before all other trees. %=20 % 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 =3D {$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSY= SVAR,!!$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 =3D {!!$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 =3D $TEXMFSYSVAR;$TEXMFMAIN;$TEXMFLOCAL;$TEXMFSITE;$TEXMFDIST % We use GLOBALVARTEXFONTS in order to always be able to search in the gl= obal % font cache even if VARTEXFONTS is overridden. GLOBALVARTEXFONTS =3D $SELFAUTOPARENT/var/cache/fonts % Where generated fonts may be written. This tree is used when the sourc= es % were found in a system tree and either that tree wasn't writable, or th= e % varfonts feature was enabled in MT_FEATURES in mktex.cnf. VARTEXFONTS =3D $GLOBALVARTEXFONTS % On some systems, there will be a system tree which contains all the fon= t % files that may be created as well as the formats. For example % TEXMFVAR =3D /var/lib/texmf % is used in many distros. In this case, set VARTEXFONTS like this %VARTEXFONTS =3D $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). 1.1 src/patchsets/texlive/2011/texmf.d/10standardpaths.c= nf file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/10standardpaths.cnf?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/10standardpaths.cnf?rev=3D1.1&content-type=3Dtext/plain Index: 10standardpaths.cnf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%= %% % 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 =3D $TEXMF/web2c % TEXINPUTS is for TeX input files -- i.e., anything to be found by \inpu= t % 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 =3D .;$TEXMF/tex/{plain,generic,}// % Fontinst needs to read afm files. TEXINPUTS.fontinst =3D .;$TEXMF/{tex,fonts/afm}// % Other plain-based formats. TEXINPUTS.amstex =3D .;$TEXMF/tex/{amstex,plain,generic,}// TEXINPUTS.csplain =3D .;$TEXMF/tex/{csplain,plain,generic,}// TEXINPUTS.eplain =3D .;$TEXMF/tex/{eplain,plain,generic,}// TEXINPUTS.ftex =3D .;$TEXMF/tex/{formate,plain,generic,}// TEXINPUTS.mex =3D .;$TEXMF/tex/{mex,plain,generic,}// TEXINPUTS.texinfo =3D .;$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 =3D .;$TEXMF/tex/{cslatex,csplain,latex,generic,}= // TEXINPUTS.latex =3D .;$TEXMF/tex/{latex,generic,}// TEXINPUTS.latex209 =3D .;$TEXMF/tex/{latex209,generic,latex,}// TEXINPUTS.olatex =3D .;$TEXMF/tex/{latex,generic,}// % MLTeX. TEXINPUTS.frlatex =3D .;$TEXMF/tex/{french,latex,generic,}// TEXINPUTS.frtex =3D .;$TEXMF/tex/{french,plain,generic,}// TEXINPUTS.mllatex =3D .;$TEXMF/tex/{latex,generic,}// TEXINPUTS.mltex =3D .;$TEXMF/tex/{plain,generic,}// % e-TeX. TEXINPUTS.elatex =3D .;$TEXMF/tex/{latex,generic,}// TEXINPUTS.etex =3D .;$TEXMF/tex/{plain,generic,}// % pdfTeX. TEXINPUTS.pdfcslatex =3D .;$TEXMF/tex/{cslatex,csplain,latex,generic,}= // TEXINPUTS.pdfcsplain =3D .;$TEXMF/tex/{csplain,plain,generic,}// TEXINPUTS.pdflatex =3D .;$TEXMF/tex/{latex,generic,}// TEXINPUTS.pdfmex =3D .;$TEXMF/tex/{mex,plain,generic,}// TEXINPUTS.utf8mex =3D .;$TEXMF/tex/{mex,plain,generic,}// TEXINPUTS.pdftex =3D .;$TEXMF/tex/{plain,generic,}// TEXINPUTS.pdftexinfo =3D .;$TEXMF/tex/{texinfo,plain,generic,}// TEXINPUTS.pdfamstex =3D .;$TEXMF/tex/{amstex,plain,generic,}// % pdfeTeX. TEXINPUTS.pdfelatex =3D .;$TEXMF/tex/{latex,generic,}// TEXINPUTS.pdfetex =3D .;$TEXMF/tex/{plain,generic,}// % pdfxTeX. TEXINPUTS.pdfxlatex =3D .;$TEXMF/tex/{latex,generic,}// TEXINPUTS.pdfxmex =3D .;$TEXMF/tex/{mex,plain,generic,}// TEXINPUTS.pdfxtex =3D .;$TEXMF/tex/{plain,generic,}// % LuaTeX. TEXINPUTS.lualatex =3D .;$TEXMF/tex/{lualatex,latex,luatex,generic,}= // TEXINPUTS.luatex =3D .;$TEXMF/tex/{luatex,plain,generic,}// TEXINPUTS.dvilualatex =3D .;$TEXMF/tex/{lualatex,latex,luatex,generic,}= // TEXINPUTS.dviluatex =3D .;$TEXMF/tex/{luatex,plain,generic,}// % XeTeX. TEXINPUTS.xelatex =3D .;$TEXMF/tex/{xelatex,latex,xetex,generic,}// TEXINPUTS.xeplain =3D .;$TEXMF/tex/{xeplain,eplain,plain,xetex,gene= ric,}// TEXINPUTS.xetex =3D .;$TEXMF/tex/{xetex,plain,generic,}// % Omega / Aleph. TEXINPUTS.aleph =3D .;$TEXMF/tex/{plain,generic,}// TEXINPUTS.elambda =3D .;$TEXMF/tex/{lambda,latex,generic,}// TEXINPUTS.eomega =3D .;$TEXMF/tex/{plain,generic,}// TEXINPUTS.lambda =3D .;$TEXMF/tex/{lambda,latex,generic,}// TEXINPUTS.lamed =3D .;$TEXMF/tex/{lamed,lambda,latex,generic,}// TEXINPUTS.omega =3D .;$TEXMF/tex/{plain,generic,}// % p(La)TeX. TEXINPUTS.ptex =3D .;$TEXMF/tex/{ptex,ptexgeneric,plain,generic,= }// TEXINPUTS.platex =3D .;$TEXMF/tex/{platex,ptexgeneric,latex,generi= c,}// % epTeX. TEXINPUTS.eptex =3D .;$TEXMF/tex/{ptex,ptexgeneric,plain,generic,= }// % pBibTeX bibliographies and style files. BIBINPUTS.pbibtex =3D .;$TEXMF/{pbibtex,bibtex}/bib// BSTINPUTS.pbibtex =3D .;$TEXMF/{pbibtex,bibtex}/bst// % ConTeXt. TEXINPUTS.context =3D .;$TEXMF/tex/{context,plain,generic}// % jadetex. TEXINPUTS.jadetex =3D .;$TEXMF/tex/{jadetex,latex,generic,}// TEXINPUTS.pdfjadetex =3D .;$TEXMF/tex/{jadetex,latex,generic,}// % XMLTeX. TEXINPUTS.xmltex =3D .;$TEXMF/tex/{xmltex,latex,generic,}// TEXINPUTS.pdfxmltex =3D .;$TEXMF/tex/{xmltex,latex,generic,}// % Miscellany, no longer built. TEXINPUTS.lamstex =3D .;$TEXMF/tex/{lamstex,plain,generic,}// TEXINPUTS.lollipop =3D .;$TEXMF/tex/{lollipop,plain,generic,}// TEXINPUTS.frpdflatex =3D .;$TEXMF/tex/{french,latex,generic,}// TEXINPUTS.frpdftex =3D .;$TEXMF/tex/{french,plain,generic,}// % Earlier entries override later ones, so put this generic one last. TEXINPUTS =3D .;$TEXMF/tex/{$progname,generic,}// % ttf2tfm. TTF2TFMINPUTS =3D .;$TEXMF/ttf2pk// % Metafont, MetaPost inputs. MFINPUTS =3D .;$TEXMF/metafont//;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEX= FONTS}/source// MPINPUTS =3D .;$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 =3D .;$TEXMF/web2c{/$engine,} MFBASES =3D .;$TEXMF/web2c{/$engine,} MPMEMS =3D .;$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 =3D .;$TEXMF/web2c MFPOOL =3D ${TEXPOOL} MPPOOL =3D ${TEXPOOL} % support the original xdvi. Must come before the generic settings. PKFONTS.XDvi =3D .;$TEXMF/%s;{$GLOBALVARTEXFONTS,$VARTEXFONTS}/pk/{%m,m= odeless}// VFFONTS.XDvi =3D .;$TEXMF/%s PSHEADERS.XDvi =3D .;$TEXMF/%q{dvips,fonts/type1}// TEXPICTS.XDvi =3D .;$TEXMF/%q{dvips,tex}// % Device-independent font metric files. VFFONTS =3D .;$TEXMF/fonts/vf// TFMFONTS =3D .;{$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 ma= nual. % The modeless part guarantees that bitmaps for PostScript fonts are foun= d. PKFONTS =3D .;{$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 =3D .;$TEXMF/fonts/gf/$MAKETEX_MODE// % A backup for PKFONTS and GFFONTS. Not used for anything. GLYPHFONTS =3D .;$TEXMF/fonts % A place to puth everything that doesn't fit the other font categories. MISCFONTS =3D .;$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 =3D .;$TEXMF/fonts/map/{$progname,pdftex,dvips,}// % BibTeX bibliographies and style files. bibtex8 also uses these. BIBINPUTS =3D .;$TEXMF/bibtex/bib// BSTINPUTS =3D .;$TEXMF/bibtex/{bst,csf}// % MlBibTeX. MLBIBINPUTS =3D .;$TEXMF/bibtex/bib/{mlbib,}// MLBSTINPUTS =3D .;$TEXMF/bibtex/{mlbst,bst}// % MFT style files. MFTINPUTS =3D .;$TEXMF/mft// % PostScript headers and prologues (.pro); unfortunately, some programs % also use this for acessing font files (enc, type1, truetype) TEXPSHEADERS =3D .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3}}// TEXPSHEADERS.gsftopk =3D .;$TEXMF/{dvips,fonts/{enc,type1,type42,type3,tr= uetype}}// % 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 =3D /please/set/osfontdir/in/the/environment % PostScript Type 1 outline fonts. T1FONTS =3D .;$TEXMF/fonts/type1//;$OSFONTDIR// % PostScript AFM metric files. AFMFONTS =3D .;$TEXMF/fonts/afm//;$OSFONTDIR// % TrueType outline fonts. TTFONTS =3D .;$TEXMF/fonts/{truetype,opentype}//;$OSFONTDIR// % OpenType outline fonts. OPENTYPEFONTS =3D .;$TEXMF/fonts/{opentype,truetype}//;$OSFONTDIR// % Type 42 outline fonts. T42FONTS =3D .;$TEXMF/fonts/type42// % Ligature definition files. LIGFONTS =3D .;$TEXMF/fonts/lig// % Dvips' config.* files (this name should not start with `TEX'!). TEXCONFIG =3D $TEXMF/dvips// % Makeindex style (.ist) files. INDEXSTYLE =3D .;$TEXMF/makeindex// % Font encoding files (.enc). ENCFONTS =3D .;$TEXMF/fonts/enc// % CMap files. CMAPFONTS =3D .;$TEXMF/fonts/cmap// % Subfont definition files. SFDFONTS =3D .;$TEXMF/fonts/sfd// % OpenType feature files (.fea). FONTFEATURES=3D.;$TEXMF/fonts/fea// % .cid and .cidmap FONTCIDMAPS=3D.;$TEXMF/fonts/cid// % pdftex config files: PDFTEXCONFIG =3D .;$TEXMF/pdftex/{$progname,}// % Used by DMP (ditroff-to-mpx), called by makempx -troff. TRFONTS =3D $SELFAUTODIR{/local,}/share/groff/{current/font,site-font}/de= vps MPSUPPORT =3D .;$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 =3D $SELFAUTOPARENT/etc MAILCAPLIBDIR =3D $SELFAUTOPARENT/etc % Default settings for fontconfig library, used by Windows versions of % xetex/xdvipdfmx. On Unixish systems, fontconfig ignores this. FONTCONFIG_FILE=3Dfonts.conf FONTCONFIG_PATH=3D$TEXMFSYSVAR/fonts/conf FC_CACHEDIR=3D$TEXMFSYSVAR/fonts/cache % TeX documentation and source files, for use with texdoc and kpsewhich. TEXDOCS =3D $TEXMF/doc// TEXSOURCES =3D .;$TEXMF/source// % Web and CWeb input paths. WEBINPUTS =3D .;$TEXMF/web// CWEBINPUTS =3D .;$TEXMF/cweb// % Omega-related fonts and other files. OFMFONTS =3D .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/{ofm,tfm}// OPLFONTS =3D .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/opl// OVFFONTS =3D .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/{ovf,vf}// OVPFONTS =3D .;{$TEXMF/fonts,$GLOBALVARTEXFONTS,$VARTEXFONTS}/ovp// OTPINPUTS =3D .;$TEXMF/omega/otp// OCPINPUTS =3D .;$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 =3D .;$TEXMF/tex4ht// %% t4ht utility, sharing files with TeX4ht TEX4HTFONTSET=3Dalias,iso8859,unicode TEX4HTINPUTS =3D .;$TEXMF/tex4ht/base//;$TEXMF/tex4ht/ht-fonts/{$TEX4HTFO= NTSET}// % TeXworks editor configuration and settings TW_LIBPATH =3D $TEXMFCONFIG/texworks TW_INIPATH =3D $TW_LIBPATH % For security, do not look in . for dvipdfmx.cfg, since the D option % would allow command execution. DVIPDFMXINPUTS =3D $TEXMF/dvipdfmx % Find scripts that are distributed/installed in the texmf tree. % Lua needs to look in TEXINPUTS for lua scripts distributed with package= s. LUAINPUTS =3D .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXINPUTS % Lua needs to look for binary lua libraries distributed with packages. CLUAINPUTS =3D .;$SELFAUTOLOC/lib/{$progname,$engine,}/lua// % Architecture independent executables. TEXMFSCRIPTS =3D $TEXMF/scripts/{$progname,$engine,}// % Other languages. JAVAINPUTS =3D .;$TEXMF/scripts/{$progname,$engine,}/java// PERLINPUTS =3D .;$TEXMF/scripts/{$progname,$engine,}/perl// PYTHONINPUTS =3D .;$TEXMF/scripts/{$progname,$engine,}/python// RUBYINPUTS =3D .;$TEXMF/scripts/{$progname,$engine,}/ruby// %% The mktex* scripts rely on KPSE_DOT. Do not set it in the environment. % KPSE_DOT =3D . % 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. %=20 % 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. %=20 % For security reasons, it is better not to include . in this path. % TEXMFCNF =3D {$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 =3D unsetprogname engine =3D unsetengine 1.1 src/patchsets/texlive/2011/texmf.d/15options.cnf file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/15options.cnf?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/15options.cnf?rev=3D1.1&content-type=3Dtext/plain Index: 15options.cnf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D % =0C 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 =3D 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 =3D p % No spaces in this command list. %=20 % 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=3Dp. 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. %=20 shell_escape_commands =3D \ 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 filena= mes. % (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_a= ny. % plain TeX should remain unenhanced. shell_escape.tex =3D f shell_escape.initex =3D 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 =3D \ {!!$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 =3D p openin_any =3D a % Write .log/.dvi/etc. files here, if the current directory is unwritable= . %TEXMFOUTPUT =3D /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 =3D missfont.log % Set to a colon-separated list of words specifying warnings to suppress. % To suppress everything, use TEX_HUSH =3D all; this is currently equival= ent to % TEX_HUSH =3D checksum:lostchar:readable:special % To suppress nothing, use TEX_HUSH =3D none or do not set the variable a= t all. TEX_HUSH =3D none % Allow TeX, and MF to parse the first line of an input file for % the %&format construct. parse_first_line =3D 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 =3D f parse_first_line.initex =3D f % Control file:line:error style messages. file_line_error_style =3D 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 =3D 0 %MKTEXPK =3D 0 %MKTEXMF =3D 0 %MKTEXTFM =3D 0 %MKTEXFMT =3D 0 %MKOCP =3D 0 %MKOFM =3D 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 =3D 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 valu= es. %TEXEDIT =3D vi +%d '%s' % default for Unix %TEXEDIT =3D texworks --position=3D+%d "%s" % default for Windows %MFEDIT =3D ${TEXEDIT} %MPEDIT =3D ${TEXEDIT} % The default `codepage and sort order' file for BibTeX8, when none is % given as command line option or environment variable. BIBTEX_CSFILE =3D 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 =3D 0 1.1 src/patchsets/texlive/2011/texmf.d/20sizes.cnf file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/20sizes.cnf?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/texlive/= 2011/texmf.d/20sizes.cnf?rev=3D1.1&content-type=3Dtext/plain Index: 20sizes.cnf =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D % =0C 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 =3D 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=3D2 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 =3D 3000000 % words of inimemory available; also applies to i= nimf&mp extra_mem_top =3D 0 % extra high memory for chars, tokens, etc. extra_mem_bot =3D 0 % extra low memory for boxes, glue, breakpoints, = etc. % ConTeXt needs lots of memory. extra_mem_top.context =3D 2000000 extra_mem_bot.context =3D 4000000 % Words of font info for TeX (total size of all TFM files, approximately)= . % Must be >=3D 20000 and <=3D 147483647 (without tex.ch changes). font_mem_size =3D 3000000 % Total number of fonts. Must be >=3D 50 and <=3D 9000 (without tex.ch ch= anges). font_max =3D 9000 % Extra space for the hash table of control sequences. hash_extra =3D 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 =3D 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 =3D 90000 % Maximum number of strings. max_strings =3D 500000 % min pool space left after loading .fmt pool_free =3D 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 valu= e. buf_size =3D 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 =3D 1000000 hyph_size =3D 8191 % prime number of hyphenation exceptions, >610,= <32767. % http://primes.utm.edu/curios/page.php/8191.html nest_size =3D 500 % simultaneous semantic levels (e.g., groups) max_in_open =3D 15 % simultaneous input files and error insertions= ,=20 % also applies to MetaPost param_size =3D 10000 % simultaneous macro parameters, also applies t= o MP save_size =3D 50000 % for saving values outside current group stack_size =3D 5000 % simultaneous input sources % These are Omega-specific. ocp_buf_size =3D 500000 % character buffers for ocp filters. ocp_stack_size =3D 10000 % stacks for ocp computations. ocp_list_size =3D 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 =3D 16384 % TeX gf_buf_size =3D 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 <=3D max_print_line; % These apply to TeX, Metafont, and MetaPost. error_line =3D 79 half_error_line =3D 50 max_print_line =3D 79 % Metafont only. screen_width.mf =3D 1664 screen_depth.mf =3D 1200 % BibTeX only (max_strings also determines hash_size and hash_prime). ent_str_size =3D 250 glob_str_size =3D 5000 max_strings.bibtex =3D 35307 max_strings.bibtex8 =3D 35307 max_strings.bibtexu =3D 35307 max_strings.pbibtex =3D 35307 % GFtype only. line_length.gftype =3D 500 max_rows.gftype =3D 8191 max_cols.gftype =3D 8191