diff --git a/texmf/dvipdfmx.d/dvipdfmx.cfg b/texmf/dvipdfmx.d/dvipdfmx.cfg new file mode 100644 index 0000000..1832f5a --- /dev/null +++ b/texmf/dvipdfmx.d/dvipdfmx.cfg @@ -0,0 +1,222 @@ +%% dvipdfmx.cfg for dvipdfmx and xdvipdfmx. (Public domain.) +%% +%% PDF Version Setting +%% +%% PDF (minor) version stamp to use in output file. +%% This also implies maximal version of PDF file allowed to be included. +%% Dvipdfmx does not support 1.0, 1.1, 1.2 since TrueType font embedded +%% as CIDFontType2 requires at least version 1.3. Transparent imaging +%% model requires version 1.4. So if you want soft-masking support for +%% PNG image with alpha channels, you should set version to 4 or higher. +%% PDF 1.5 enables object compression. + +V 5 + +%% Dvipdfmx Compatibility Flags +%% +%% 0x0002 Use semi-transparent filling for tpic shading command, +%% instead of opaque gray color. (requires PDF 1.4) +%% 0x0004 Treat all CIDFont as fixed-pitch font. +%% This is only for backward compatibility. Don't use that. +%% 0x0008 Do not replace duplicate fontmap entries. +%% Dvipdfm's (not 'x') behaviour. +%% 0x0010 Do not optimize PDF destinations. Use this if you want to +%% refer from other files to destinations in the current file. + +%C 0x0000 + +%% PDF Document Settings +%% +%% Papersize Option: +%% +%% p papersize-spec +%% +%% papersize-spec is 'paper-format' or length-pair, e.g., 'a4', 'letter', +%% '20cm,30cm'. Recognized unit is 'cm', 'mm', 'bp', 'pt', 'in'. + +p a4 + +%% Annotation Box Margin: +%% +%% g length +%% +%% Add margin to annotation rectangle created via various \specials. Many +%% TeX macro packages set the annotation bounding box equal to the TeX box +%% that encloses the material. That's not always what you want. +%% Annotations created by pdf:bannot/pdf:eannot is also affected. + +%g 0 + +%% Bookmark Open Level: +%% +%% O integer +%% +%% Mark bookmark (outline) item as initial state 'open' if the depth +%% of that item (from root node) is less than or equal to the integer +%% specified with this option. + +O 0 + +%% PDF Security (Encryption) Setting +%% +%% Those options won't take effects unless you use flag 'S'. +%% +%% Key bits for PDF encryption (40 - 128) + +K 40 + +%% Permission flag for PDF encryption: Revision will be 3 if the key size +%% is greater than 40 bits. +%% +%% 0x0004 (Revision 2) Print the document. +%% (Revision 3) Print the document (possibly not at the highest quality +%% level, depending on whether bit 12[0x0800] is also set). +%% 0x0008 Modify the contents of the document by operations other than those +%% controlled by bits 6[0x0020], 9[0x0100], and 11[0x0400]. +%% 0x0010 (Revision 2) Copy or otherwise extract text and graphics from the +%% document, including extracting text and graphics (in support of +%% accessibility to disabled users or for other purposes). +%% (Revision 3) Copy or otherwise extract text and grphics from the +%% document by operations other than that controlled by bit 10[0x0200]. +%% 0x0020 Add or modify text annotations, fill in interactive form fields, +%% and, if bit 4[0x0008] is also set, create or modify interactive +%% form fields (including signature fields). +%% +%% (Revision 3 only) +%% 0x0100 Fill in existing interactive form fields (including signature +%% fields), even if bit 6 is clear. +%% 0x0200 Extract text and graphics (in support of accessibility to disabled +%% users or for other purposes). +%% 0x0400 Assemble the document (insert, rotate, or delete pages and create +%% bookmarks or thumbnail images), even if bit 4 is clear. +%% 0x0800 Print the document to a representation from which a faithful digital +%% copy of the PDF content could be generated. When this bit is clear +%% (and bit 3 is set), printing is limited to a low-level representation +%% of the appearance, possibly of degraded quality. + +P 0x003C + +%% Image Handler +%% +%% With 'D' option dvipdfmx may invoke shell command via system() +%% function call. +%% +%% Command-line template for a-to-b conversion: +%% +%% Supported target format ('b') is currently PDF. +%% Percent sign '%' is special character: +%% +%% %i Input file name (FQPN). Name of file to be converted to PDF. +%% %o Output file name (FQPN). Temporary file to store conversion +%% result. Removed after inclusion is finished. (regardless of +%% success or failure) +%% %b The "base" name of the input file, e.g., "foo" instead of +%% "foo.eps". +%% %v The PDF version to be converted to, e.g. "1.4" for PDF 1.4. +%% %% Replaced with single '%'. + +%% Ghostscript (PS-to-PDF and PDF-to-PDF): +%% +%% ps2pdf is a front-end to gs. For a complete list of options, see +%% http://ghostscript.com/doc/current/Ps2pdf.htm#Options +%% +%% By default, gs encodes all images contained in a PS file using +%% the lossy DCT (i.e., JPEG) filter. This often leads to inferior +%% result (see the discussion at http://electron.mit.edu/~gsteele/pdf/). +%% The "-dAutoFilterXXXImages" and "-dXXXImageFilter" options used +%% below force all images to be encoded with the lossless Flate (zlib, +%% same as PNG) filter. Note that if the PS file already contains DCT +%% encoded images (which is possible in PS level 2), then these images +%% will also be re-encoded using Flate. To turn the conversion off, +%% simply remove the options mentioned above. +%% +%% The -dEPSCROP below converts PS files. Before TL 2013, +%% -sPAPERSIZE=a0 was used for this. In 2013, changes were made to +%% xetex.def, dvipdfmx.def, etc., to handle non-zero llx/lly. +%% +%% In TeX Live, we use the rungs wrapper instead of ps2pdf, becuse we +%% must omit the -dSAFER which ps2pdf specifies: in order for pstricks +%% to work with xetex, +%% /usr/local/texlive/*/texmf-dist/dvips/pstricks/pstricks.pro (for +%% example) needs to be accessed. (Also, it is better to use our +%% supplied gs on Windows.) You can also add -dNOSAFER to the ps2pdf +%% command line. +%% +%% Incidentally, especially in TL, more than one dvipdfmx.cfg may be +%% extant. You can find the one that is active by running: +%% kpsewhich -progname=dvipdfmx -format='other text files' dvipdfmx.cfg +%% and control which one is found by setting DVIPDFMXINPUTS. +%% +D "rungs -q -dNOPAUSE -dBATCH -dEPSCrop -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" + +% pre-2013 invocation using -sPAPERSIZE instead of -dEPSCrop, no other changes: +%D "rungs -q -dNOPAUSE -dBATCH -sPAPERSIZE=a0 -sDEVICE=pdfwrite -dCompatibilityLevel=%v -dAutoFilterGrayImages=false -dGrayImageFilter=/FlateEncode -dAutoFilterColorImages=false -dColorImageFilter=/FlateEncode -sOutputFile='%o' '%i' -c quit" + +% other random ps converters people have experimented with. +%D "/usr/local/bin/ps2pdf -dEPSCrop '%i' '%o'" +%D "/usr/texbin/epstopdf '%i' -o '%o'" +%D "/usr/bin/pstopdf '%i' -o '%o'" +% +%% Frank Siegert's PStill: +%D "/usr/local/bin/pstill -c -o '%o' '%i'" +% +%% Batik + Fop (SVG-to-PDF): +%% If you want both PS and SVG, you need to write a script or program +%% that selectively invokes converters. +%D "java -classpath classpaths -jar /path/to/batik-rasterizer.jar -m application/pdf -d '%o' '%i'" +% +%% There are no way to directly know suggested size of (raster) images. +%% You may want to use %b here, since you can try reading the ebb file +%% to see what is natural (physical) size of images. +%D "ras2pdf -r 300x300 -b '%b.bb' -o '%o' '%i'" +% +%% ImageMagick: +%% Easiest way to support various file formats. +%D "convert '%i' 'epdf:%o'" + +%% Other Options +%% +%% DPI for PK font creation + +%r 600 + +%% Set number of fractional digit kept for various numbers in PDF page +%% content output. By setting this to 2 (default), dvipdfmx rounds +%% real numbers at 2nd fractional (decimal) digit; e.g., "3.14159" is +%% written as "3.14". Increasing this to more than 2 isn't meaningful +%% for old Acrobat due to implementation limit of Acrobat. +%% Length 0.01 in unscaled coordinate system amount to width of 1 pixel +%% in 7200ppi display. + +%d 5 + +%% Image cache life in hours +%% 0 means erase all old images and leave new images +%% -1 means erase all old images and also erase new images +%% -2 means ignore image cache +%I -2 + +%% Font Map Files +%% +%% teTeX 2.x and TeX Live using updmap (pdfTeX format) +f pdftex.map + +%% teTeX 2.x and TeX Live using updmap (DVIPDFM format) +%f dvipdfm.map + +%% teTeX 2.x and TeX Live using updmap (DVIPS format) +%% MiKTeX 2.2 and 2.3 +%f psfonts.map + +%% Put additional fontmap files here (usually for Type0 fonts) +%f cid-x.map + +% the following file is generated by updmap(-sys) from the +% KanjiMap entries in the updmap.cfg file. +f kanjix.map +% minimal example for Chinese and Korean users +% improvements please to tex-live@tug.org +f ckx.map + +%% Include other config files +%i diff --git a/texmf/updmap.d/00updmap.cfg b/texmf/updmap.d/00updmap.cfg index 7128c79..53e4c56 100644 --- a/texmf/updmap.d/00updmap.cfg +++ b/texmf/updmap.d/00updmap.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,36 +65,322 @@ 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 diff --git a/texmf/web2c.d/._cfg0000_fmtutil-hdr.cnf b/texmf/web2c.d/._cfg0000_fmtutil-hdr.cnf new file mode 100644 index 0000000..b753274 --- /dev/null +++ b/texmf/web2c.d/._cfg0000_fmtutil-hdr.cnf @@ -0,0 +1,35 @@ +# $Id: fmtutil-hdr.cnf 30214 2013-05-02 22:31:16Z karl $ +# Originally written by Thomas Esser, 1998. Public domain. +# +# As of TeX Live 2008, the final fmtutil.cnf is generated by +# tlmgr generate fmtutil. You can use +# tlmgr generate fmtutil -localcfg /some/file to make local additions. +# See tlmgr --help for more info. +# +# The format of the table is: +# +# format engine pattern-file arguments +# +# The last "argument" must be the name of the file on which to run +# the ini-engine (such as initex). If the ini-engine is e-TeX, and the +# e-TeX extensions should be enabled, the filename must be prefixed with +# a * character; this is essentially equivalent to the -etex option. +# +# fmtutil always passes the -ini option to the engine. +# If no pattern-file is desired, use -. +# Either spaces or tabs can be used as separators. +# +# Other notes: +# 1) tex and amstex just load hyphen.tex. No customization. +# You can have your own customized (via babel's hyphen.cfg) +# formats on top of plain by using "bplain.tex" instead of +# plain.tex (e.g., bplain.ini file for bplain format). +# +# 2) etex-based formats load language.def, not language.dat. +# +# 3) The symbolic link to the right engines (e.g. bplain -> tex) +# is generated by the "texlinks" script. +# +# 4) usual comments start with "# ", whereas disabled configurations +# start with "#! " in this file. + diff --git a/texmf/web2c.d/._cfg0000_updmap-hdr.cfg b/texmf/web2c.d/._cfg0000_updmap-hdr.cfg new file mode 100644 index 0000000..db3560c --- /dev/null +++ b/texmf/web2c.d/._cfg0000_updmap-hdr.cfg @@ -0,0 +1,101 @@ +# $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 +# 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 ... +# +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. +# +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. +# +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. +# +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. +# +# 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)