From: frank Date: Mon, 16 Jan 2012 14:00:17 +0000 (+0100) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=6b9c454bc29b6a164bc519b95944d2c0f454735f;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +app-text/texlive-core-2010-r4 --- diff --git a/.etckeeper b/.etckeeper index 102e5a6c..7cd7cfb8 100755 --- a/.etckeeper +++ b/.etckeeper @@ -300,6 +300,7 @@ maybe chmod 0644 './env.d/70less' maybe chmod 0644 './env.d/80mercurial' maybe chmod 0644 './env.d/90xdg-data-base' maybe chmod 0644 './env.d/98ca-certificates' +maybe chmod 0644 './env.d/98texlive' maybe chmod 0644 './env.d/99gentoolkit-env' maybe chmod 0755 './env.d/binutils' maybe chmod 0644 './env.d/binutils/config-x86_64-pc-linux-gnu' @@ -938,12 +939,25 @@ maybe chmod 0644 './terminfo/x/xterm-color' maybe chmod 0644 './terminfo/x/xterm-xfree86' maybe chmod 0755 './texmf' maybe chmod 0755 './texmf/fmtutil.d' +maybe chmod 0755 './texmf/language.dat.d' +maybe chmod 0644 './texmf/language.dat.d/.keep_app-text_texlive-core-0' +maybe chmod 0755 './texmf/language.dat.lua.d' +maybe chmod 0644 './texmf/language.dat.lua.d/.keep_app-text_texlive-core-0' +maybe chmod 0755 './texmf/language.def.d' +maybe chmod 0644 './texmf/language.def.d/.keep_app-text_texlive-core-0' +maybe chmod 0755 './texmf/texdoc.d' +maybe chmod 0644 './texmf/texdoc.d/texdoc.cnf' maybe chmod 0755 './texmf/texmf.d' maybe chmod 0644 './texmf/texmf.d/00header.cnf' maybe chmod 0644 './texmf/texmf.d/05searchpaths.cnf' maybe chmod 0644 './texmf/texmf.d/10standardpaths.cnf' maybe chmod 0644 './texmf/texmf.d/15options.cnf' maybe chmod 0644 './texmf/texmf.d/20sizes.cnf' +maybe chmod 0755 './texmf/updmap.d' +maybe chmod 0644 './texmf/updmap.d/.keep_app-text_texlive-core-0' +maybe chmod 0644 './texmf/updmap.d/00updmap.cfg' +maybe chmod 0755 './texmf/web2c' +maybe chmod 0644 './texmf/web2c/.keep_app-text_texlive-core-0' maybe chmod 0755 './udev' maybe chmod 0755 './udev/rules.d' maybe chmod 0644 './udev/rules.d/.keep_sys-fs_udev-0' diff --git a/env.d/98texlive b/env.d/98texlive new file mode 100644 index 00000000..96b5d4b5 --- /dev/null +++ b/env.d/98texlive @@ -0,0 +1 @@ +CONFIG_PROTECT_MASK="/etc/texmf/web2c /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d" diff --git a/texmf/language.dat.d/.keep_app-text_texlive-core-0 b/texmf/language.dat.d/.keep_app-text_texlive-core-0 new file mode 100644 index 00000000..e69de29b diff --git a/texmf/language.dat.lua.d/.keep_app-text_texlive-core-0 b/texmf/language.dat.lua.d/.keep_app-text_texlive-core-0 new file mode 100644 index 00000000..e69de29b diff --git a/texmf/language.def.d/.keep_app-text_texlive-core-0 b/texmf/language.def.d/.keep_app-text_texlive-core-0 new file mode 100644 index 00000000..e69de29b diff --git a/texmf/texdoc.d/texdoc.cnf b/texmf/texdoc.d/texdoc.cnf new file mode 100644 index 00000000..0d63d989 --- /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/updmap.d/.keep_app-text_texlive-core-0 b/texmf/updmap.d/.keep_app-text_texlive-core-0 new file mode 100644 index 00000000..e69de29b diff --git a/texmf/updmap.d/00updmap.cfg b/texmf/updmap.d/00updmap.cfg new file mode 100644 index 00000000..b8cccf0b --- /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/web2c/.keep_app-text_texlive-core-0 b/texmf/web2c/.keep_app-text_texlive-core-0 new file mode 100644 index 00000000..e69de29b