committing changes in /etc after emerge run
This commit is contained in:
parent
40be0188e9
commit
727ff8ce31
@ -2,6 +2,7 @@
|
||||
./:
|
||||
.:
|
||||
dvipdfmx
|
||||
dvipdfmx.d
|
||||
fmtutil.d
|
||||
language.dat.d
|
||||
language.dat.lua.d
|
||||
@ -16,6 +17,9 @@ xdvi
|
||||
./dvipdfmx:
|
||||
dvipdfmx.cfg
|
||||
|
||||
./dvipdfmx.d:
|
||||
dvipdfmx.cfg
|
||||
|
||||
./fmtutil.d:
|
||||
format.texlive-basic.cnf
|
||||
format.texlive-formatsextra.cnf
|
||||
@ -68,6 +72,8 @@ texmf.cnf
|
||||
updmap.cfg
|
||||
|
||||
./web2c.d:
|
||||
._cfg0000_fmtutil-hdr.cnf
|
||||
._cfg0000_updmap-hdr.cfg
|
||||
fmtutil-hdr.cnf
|
||||
updmap-hdr.cfg
|
||||
|
||||
|
@ -1,12 +1,36 @@
|
||||
# $Id: updmap.cfg 26891 2012-06-10 22:41:49Z karl $
|
||||
# updmap.cfg for TEXMFMAIN - updmap options.
|
||||
|
||||
|
||||
################################################################
|
||||
# OPTIONS
|
||||
################################################################
|
||||
|
||||
# Generated by /home/texlive/karl/Master/bin/i386-linux/tlmgr on Tue Sep 30 03:19:47 2014
|
||||
# $Id: updmap-hdr.cfg 29729 2013-04-08 00:26:46Z karl $
|
||||
#
|
||||
# The updmap.cfg in the TEXMFDIST tree is generated by tlmgr by
|
||||
# concatenating updmap-hdr.cfg with the updmap.cfg files in this tree.
|
||||
#
|
||||
# To make local customizations to the map files, using one of the
|
||||
# following methods is simplest:
|
||||
# 1) run
|
||||
# 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. This will add lines to the updmap.cfg file in
|
||||
# TEXMFSYSCONFIG (creating it if necessary).
|
||||
#
|
||||
# 2) put all your additional fonts into TEXMFLOCAL, edit
|
||||
# TEXMFLOCAL/web2c/updmap.cfg, and run updmap-sys.
|
||||
#
|
||||
# See the output of updmap --help and/or
|
||||
# http://tug.org/fonts/fontinstall.html for more.
|
||||
#
|
||||
# In any case, manual edits to TL's updmap.cfg files, psfonts.map,
|
||||
# pdftex.map, etc., will be lost on update. So don't do that.
|
||||
#
|
||||
# The default settings of the updmap options (not maps) are also
|
||||
# specified in TEXMFDIST/web2c/updmap.cfg (also coming originally from
|
||||
# updmap-hdr.cfg) and can be overridden by an updmap.cfg in any other
|
||||
# tree.
|
||||
|
||||
#
|
||||
# Options for updmap.
|
||||
|
||||
|
||||
# dvipsPreferOutline
|
||||
#
|
||||
# Should dvips (by default) prefer bitmap fonts or outline fonts
|
||||
@ -17,10 +41,9 @@
|
||||
# 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
|
||||
@ -29,9 +52,10 @@ dvipsPreferOutline true
|
||||
# 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
|
||||
@ -41,39 +65,325 @@ LW35 URWkb
|
||||
# dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
|
||||
# the LW35 fonts resp. use the built-in fonts.
|
||||
#
|
||||
# Valid settings are true / false:
|
||||
dvipsDownloadBase35 true
|
||||
|
||||
#
|
||||
|
||||
# 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.
|
||||
# the fonts. The PDF files will get bigger, though.
|
||||
#
|
||||
pdftexDownloadBase14 true
|
||||
|
||||
#
|
||||
|
||||
# dvipdfmDownloadBase14
|
||||
#
|
||||
# Should dvipdfm(x) 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
|
||||
|
||||
#
|
||||
|
||||
# kanjiEmbed
|
||||
#
|
||||
# updmap generates a file kanjix.map for usage with dvipdfmx. With this
|
||||
# option one can switch between not embedding any kanji font, or
|
||||
# any of the several available.
|
||||
# Valid setting is any string. At updmap run time the @kanjiEmbed@ substring
|
||||
# in a map file name will be replaced with this value, and the respective
|
||||
# map file used.
|
||||
#
|
||||
# The value can be any string. When updmap is run, the substring
|
||||
# @kanjiEmbed@ in a map file name will be replaced with this value, and
|
||||
# the respective map file used.
|
||||
#
|
||||
kanjiEmbed noEmbed
|
||||
|
||||
|
||||
# (end of updmap-hdr.cfg)
|
||||
#! Map accanthis.map
|
||||
#! Map OrnementsADF.map
|
||||
#! Map ArrowsADF.map
|
||||
#! Map BulletsADF.map
|
||||
#! Map Alegreya.map
|
||||
#! MixedMap allrunes.map
|
||||
#! Map euler.map
|
||||
#! MixedMap cm.map
|
||||
#! MixedMap cmextra.map
|
||||
#! MixedMap cyrillic.map
|
||||
#! MixedMap latxfont.map
|
||||
#! MixedMap symbols.map
|
||||
#! Map AnonymousPro.map
|
||||
#! Map uaq.map
|
||||
#! Map antt.map
|
||||
#! Map arabi.map
|
||||
#! MixedMap arabtex.map
|
||||
#! Map syriac.map
|
||||
#! Map archaicprw.map
|
||||
#! Map arev.map
|
||||
#! MixedMap arss.map
|
||||
#! MixedMap artm.map
|
||||
#! Map bkaiu.map
|
||||
#! Map bsmiu.map
|
||||
#! Map gbsnu.map
|
||||
#! Map gkaiu.map
|
||||
#! Map ascii.map
|
||||
#! Map aspectratio.map
|
||||
#! Map augie.map
|
||||
#! Map auncial.map
|
||||
#! Map aurical.map
|
||||
#! Map uag.map
|
||||
#! Map ybv.map
|
||||
#! Map Baskervaldx.map
|
||||
#! MixedMap bbold.map
|
||||
#! Map belleek.map
|
||||
#! Map bera.map
|
||||
#! Map ybd.map
|
||||
#! Map bguq.map
|
||||
#! Map sqrcaps.map
|
||||
#! Map ubk.map
|
||||
#! Map boondox.map
|
||||
#! Map pbsi.map
|
||||
#! Map burmese.map
|
||||
#! Map cabin.map
|
||||
#! Map caladea.map
|
||||
#! Map calligra.map
|
||||
#! Map cantarell.map
|
||||
#! Map carlito.map
|
||||
#! Map cmin.map
|
||||
#! MixedMap cbgreek-full.map
|
||||
#! MixedMap ccpl.map
|
||||
#! Map ccicons.map
|
||||
#! Map clm.map
|
||||
#! Map chemarrow.map
|
||||
#! Map cinzel.map
|
||||
#! Map cjhebrew.map
|
||||
#! Map ClearSans.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
|
||||
#! Map comfortaa.map
|
||||
#! Map original-context-symbol.map
|
||||
#! Map CountriesOfEurope.map
|
||||
#! Map ucr.map
|
||||
#! Map cs-charter.map
|
||||
#! Map csfonts.map
|
||||
#! Map cyklop.map
|
||||
#! Map dad.map
|
||||
#! Map dante.map
|
||||
#! Map dejavu-type1.map
|
||||
#! Map dictsym.map
|
||||
#! Map dstroke.map
|
||||
#! Map droid.map
|
||||
#! Map dutchcal.map
|
||||
#! Map EBGaramond.map
|
||||
#! Map EBGaramond-Maths.map
|
||||
#! Map yes.map
|
||||
#! Map epigrafica.map
|
||||
#! Map epiolmec.map
|
||||
#! Map erewhon.map
|
||||
#! MixedMap esint.map
|
||||
#! Map ESSTIX.map
|
||||
#! Map esvect.map
|
||||
#! MixedMap ethiop.map
|
||||
#! MixedMap eurosym.map
|
||||
#! Map fbb.map
|
||||
#! Map fdsymbol.map
|
||||
#! Map fetamont.map
|
||||
#! Map fge.map
|
||||
#! Map fira.map
|
||||
#! Map foekfont.map
|
||||
#! Map fonetika.map
|
||||
#! Map nectec.map
|
||||
#! Map nf.map
|
||||
#! Map sipa.map
|
||||
#! Map tlwg.map
|
||||
#! Map fourier-utopia-expert.map
|
||||
#! Map fourier.map
|
||||
#! Map frcursive.map
|
||||
#! Map garuda-c90.map
|
||||
#! Map gentium-type1.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 gillius.map
|
||||
#! Map yfrak.map
|
||||
#! Map ugq.map
|
||||
#! Map hacm.map
|
||||
#! Map uhv.map
|
||||
#! Map Heuristica.map
|
||||
#! MixedMap hfbright.map
|
||||
#! MixedMap iby.map
|
||||
#! Map zi4.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 ipaex-type1.map
|
||||
#! Map iwona.map
|
||||
#! KanjiMap otf-@kanjiEmbed@.map
|
||||
#! KanjiMap otf-cktx.map
|
||||
#! KanjiMap otf-up-@kanjiEmbed@.map
|
||||
#! Map kerkis.map
|
||||
#! Map knitfont.map
|
||||
#! Map kpfonts.map
|
||||
#! Map kurier.map
|
||||
#! Map lato.map
|
||||
#! Map libertine.map
|
||||
#! Map LibreBaskerville.map
|
||||
#! Map LibreCaslon.map
|
||||
#! Map yly.map
|
||||
#! Map linearA.map
|
||||
#! Map l7x-urwvn.map
|
||||
#! Map lm.map
|
||||
#! Map LobsterTwo.map
|
||||
#! MixedMap lxfonts.map
|
||||
#! MixedMap manfnt.map
|
||||
#! Map marvosym.map
|
||||
#! Map mathabx.map
|
||||
#! Map mdbch.map
|
||||
#! Map mdgreek.map
|
||||
#! Map mdici.map
|
||||
#! Map mdpgd.map
|
||||
#! Map mdpus.map
|
||||
#! Map mdput.map
|
||||
#! Map mdugm.map
|
||||
#! Map mdsymbol.map
|
||||
#! Map merriweather.map
|
||||
#! Map troff-updmap.map
|
||||
#! MixedMap mflogo.map
|
||||
#! Map mintspirit.map
|
||||
#! Map MnSymbol.map
|
||||
#! MixedMap mongolian.map
|
||||
#! MixedMap musix.map
|
||||
#! Map mxedruli.map
|
||||
#! Map nanumfonts.map
|
||||
#! Map unc.map
|
||||
#! Map newpx.map
|
||||
#! Map newtx.map
|
||||
#! Map newtxtt.map
|
||||
#! Map norasi-c90.map
|
||||
#! Map cherokee.map
|
||||
#! Map ocrb.map
|
||||
#! Map oinuit.map
|
||||
#! Map omega.map
|
||||
#! Map opensans.map
|
||||
#! Map overlock.map
|
||||
#! Map upl.map
|
||||
#! Map paratype-type1.map
|
||||
#! Map dummy-space.map
|
||||
#! Map phaistos.map
|
||||
#! MixedMap pigpen.map
|
||||
#! MixedMap plother.map
|
||||
#! MixedMap pltext.map
|
||||
#! Map PlayfairDisplay.map
|
||||
#! Map ap.map
|
||||
#! Map prodint.map
|
||||
#! Map charter.map
|
||||
#! Map fpls.map
|
||||
#! Map pazo.map
|
||||
#! Map utopia.map
|
||||
#! KanjiMap morisawa.map
|
||||
#! KanjiMap ptex-@kanjiEmbed@@kanjiVariant@.map
|
||||
#! Map pxfonts.map
|
||||
#! Map pxtx.map
|
||||
#! Map quattrocento.map
|
||||
#! Map Raleway.map
|
||||
#! Map recycle.map
|
||||
#! Map roboto.map
|
||||
#! Map yrd.map
|
||||
#! MixedMap rsfs.map
|
||||
#! Map rsfso.map
|
||||
#! Map skt.map
|
||||
#! Map sansmathaccent.map
|
||||
#! Map sansmathfonts.map
|
||||
#! MixedMap semaf.map
|
||||
#! Map SkakNew.map
|
||||
#! Map SourceCodePro.map
|
||||
#! Map SourceSansPro.map
|
||||
#! Map starfont.map
|
||||
#! Map icelandic.map
|
||||
#! Map stix.map
|
||||
#! MixedMap stmaryrd.map
|
||||
#! Map superiors.map
|
||||
#! Map usy.map
|
||||
#! Map tabvar.map
|
||||
Map mathpple.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
|
||||
#! Map tfrupee.map
|
||||
#! Map utm.map
|
||||
#! MixedMap tipa.map
|
||||
#! MixedMap trajan.map
|
||||
#! Map txfonts.map
|
||||
#! Map gptimes.map
|
||||
#! Map umj.map
|
||||
#! Map universalis.map
|
||||
#! KanjiMap uptex-@kanjiEmbed@@kanjiVariant@.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
|
||||
#! Map XCharter.map
|
||||
#! MixedMap xypic.map
|
||||
#! MixedMap yhmath.map
|
||||
#! Map uzc.map
|
||||
#! Map uzd.map
|
||||
Map euler.map
|
||||
MixedMap cmextra.map
|
||||
MixedMap cm.map
|
||||
|
Loading…
Reference in New Issue
Block a user