Advertisement
Guest User

Untitled

a guest
Sep 24th, 2010
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.20 KB | None | 0 0
  1. ## updmap.cfg: T1 font configuation file for MiKTeX.
  2. ##
  3. ## DO NOT EDIT THIS FILE DIRECTLY! It will be replaced when
  4. ## MiKTeX is updated.
  5. ##
  6. ## Run
  7. ##
  8. ## initexmf --edit-config-file updmap
  9. ##
  10. ## to edit T1 font configuration settings.
  11.  
  12. ################################################################
  13. # OPTIONS
  14. ################################################################
  15. #
  16. # dvipsPreferOutline
  17. #
  18. # Should dvips (by default) prefer bitmap fonts or outline fonts
  19. # if both are available? Independend of this setting, outlines
  20. # can be forced by putting "p psfonts_t1.map" into a config file
  21. # that dvips reads. Bitmaps (for the fonts in question) can
  22. # be forced by putting "p psfonts_pk.map" into a config file.
  23. # We provide such config files which can be enabled via
  24. # dvips -Poutline ... resp. dvips -Ppk ...
  25. #
  26. # Valid settings for dvipsPreferOutline are true / false:
  27. dvipsPreferOutline true
  28.  
  29. #
  30. # LW35
  31. #
  32. # Which fonts for the "Basic 35 Laserwriter Fonts" do you want to use and
  33. # how are the filenames chosen? Valid settings:
  34. # URW: URW fonts with "vendor" filenames (e.g. n019064l.pfb)
  35. # URWkb: URW fonts with "berry" filenames (e.g. uhvbo8ac.pfb)
  36. # ADOBE: Adobe fonts with "vendor" filenames (e.g. hvcbo___.pfb)
  37. # ADOBEkb: Adobe fonts with "berry" filenames (e.g. phvbo8ac.pfb)
  38. LW35 URWkb
  39.  
  40. #
  41. # dvipsDownloadBase35
  42. #
  43. # Should dvips (by default) download the standard 35 LaserWriter fonts
  44. # with the document (then set dvipsDownloadBase35 true) or should these
  45. # fonts be used from the ps interpreter / printer?
  46. # Whatever the default is, the user can override it by specifying
  47. # dvips -Pdownload35 ... resp. dvips -Pbuiltin35 ... to either download
  48. # the LW35 fonts resp. use the build-in fonts.
  49. #
  50. # Valid settings are true / false:
  51. dvipsDownloadBase35 false
  52.  
  53. #
  54. # pdftexDownloadBase14
  55. #
  56. # Should pdftex download the base 14 pdf fonts? Since some configurations
  57. # (ps / pdf tools / printers) use bad default fonts, it is safer to download
  58. # the fonts. The pdf files will get bigger, though.
  59. # Valid settings are true (download the fonts) or false (don't download
  60. # the fonts).
  61. pdftexDownloadBase14 true
  62.  
  63. #
  64. # dvipdfmDownloadBase14
  65. #
  66. # Should Dvipdfm download the base 14 pdf fonts? Since some configurations
  67. # (ps / pdf tools / printers) use bad default fonts, it is safer to download
  68. # the fonts. The pdf files will get bigger, though.
  69. # Valid settings are true (download the fonts) or false (don't download
  70. # the fonts).
  71. dvipdfmDownloadBase14 true
  72.  
  73. ################################################################
  74. # Map files.
  75. ################################################################
  76. #
  77. # There are two possible entries: Map and MixedMap. Both have one additional
  78. # argument: the filename of the map file. MixedMap ("mixed" means that
  79. # the font is available as bitmap and as outline) lines will not be used
  80. # in the default map of dvips if dvipsPreferOutline is false. Inactive
  81. # Map files should be marked by "#! " (without the quotes), not just #.
  82. #
  83.  
  84. # antp
  85. Map antp.map
  86.  
  87. # antyktor
  88. Map antt-cs.map
  89. Map antt-ec.map
  90. Map antt-el.map
  91. Map antt-ex.map
  92. Map antt-exp.map
  93. Map antt-greek.map
  94. Map antt-mi.map
  95. Map antt-qx.map
  96. Map antt-rm.map
  97. Map antt-sy.map
  98. Map antt-t2a.map
  99. Map antt-t2b.map
  100. Map antt-t2c.map
  101. Map antt-t5.map
  102. Map antt-texnansi.map
  103. Map antt-ts1.map
  104. Map antt-wncy.map
  105. Map antt.map
  106.  
  107. # arabtex
  108. MixedMap arabtex
  109.  
  110. # ascii
  111. Map ascii.map
  112.  
  113. # augie
  114. Map augie.map
  115.  
  116. # psnfss
  117. Map charter.map
  118. Map fpls.map
  119. Map pazo.map
  120. Map psnfss.map
  121. Map utopia.map
  122.  
  123. # cheq
  124. Map cheq.map
  125.  
  126. # cmcyr
  127. Map cmcyr.map
  128.  
  129. # context
  130. Map context.map
  131.  
  132. # cjk
  133. Map bsmilp.map
  134. Map dbtt.map
  135. Map gbsnlp.map
  136. Map norasi.map
  137. Map wadalab.map
  138. Map wansong.map
  139.  
  140. # esvect
  141. Map esvect.map
  142.  
  143. # grverb
  144. Map grverb.map
  145.  
  146. # literat
  147. Map literat.map
  148.  
  149. # ot2cyr
  150. Map lscy.map
  151. Map mntz.map
  152.  
  153. # marvosym
  154. Map marvosym.map
  155.  
  156. # mathematica
  157. Map mma.map
  158.  
  159. # ibm
  160. Map nnt.map
  161.  
  162. # miktex-omega-base
  163. Map omega.map
  164.  
  165. # pxfonts
  166. Map pxfonts.map
  167.  
  168. # qxcm
  169. Map qcmr.map
  170.  
  171. # txfonts
  172. Map txfonts.map
  173.  
  174. # avantgar
  175. Map uag.map
  176.  
  177. # bookman
  178. Map ubk.map
  179.  
  180. # courier
  181. Map ucr.map
  182.  
  183. # helvetic
  184. Map uhv.map
  185.  
  186. # ncntrsbk
  187. Map unc.map
  188.  
  189. # palatino
  190. Map upl.map
  191.  
  192. # symbol
  193. Map usy.map
  194.  
  195. # times
  196. Map utm.map
  197.  
  198. # zapfchan
  199. Map uzc.map
  200.  
  201. # zapfding
  202. Map uzd.map
  203.  
  204. # allrunes
  205. MixedMap allrunes.map
  206.  
  207. # miktex-dvips-base
  208. Map mathpple-ext.map
  209. Map mathpi.map
  210.  
  211. # cm-super
  212. MixedMap cm-super-t1.map
  213. MixedMap cm-super-t2a.map
  214. MixedMap cm-super-t2b.map
  215. MixedMap cm-super-t2c.map
  216. MixedMap cm-super-ts1.map
  217. MixedMap cm-super-x2.map
  218.  
  219. # dstroke
  220. MixedMap dstroke.map
  221.  
  222. # eurosym
  223. MixedMap eurosym.map
  224.  
  225. # hoekwater
  226. MixedMap hoekwater.map
  227.  
  228. # musixps
  229. MixedMap musix.map
  230.  
  231. # plfonts
  232. MixedMap pl.map
  233.  
  234. # tipa
  235. MixedMap tipa.map
  236.  
  237. # xypic
  238. MixedMap xypic.map
  239.  
  240. # luxi
  241. Map ul9.map
  242.  
  243. # pslatex
  244. Map pcrr8rn.map
  245.  
  246. # gothict1
  247. MixedMap gothict1.map
  248.  
  249. # kerkis
  250. Map kerkis.map
  251.  
  252. # vntex
  253. MixedMap vnrtext.map
  254. MixedMap vnrother.map
  255. Map urwvn.map
  256. Map chartervn.map
  257. Map mscorevn.map
  258. Map arevvn.map
  259. Map classicovn.map
  260. Map cmbrightvn.map
  261. Map comicvn.map
  262. Map concretevn.map
  263. Map garamondvn.map
  264. Map grotesqvn.map
  265. Map vntopia.map
  266. Map txttvn.map
  267.  
  268. # lm
  269. Map lm.map
  270.  
  271. # bangtex
  272. MixedMap bang.map
  273.  
  274. # csfonts
  275. MixedMap csother.map
  276. MixedMap cstext.map
  277.  
  278. # eurofont
  279. Map zpeu.map
  280.  
  281. # bera
  282. Map bera.map
  283.  
  284. # aurical
  285. Map aurical.map
  286.  
  287. # tapir
  288. MixedMap tapir.map
  289.  
  290. # euroitc
  291. Map euroitc.map
  292.  
  293. # fourier
  294. Map fourier.map
  295.  
  296. # phaistos
  297. Map phaistos.map
  298.  
  299. # esint
  300. MixedMap esint.map
  301.  
  302. # hfbright
  303. MixedMap hfbright.map
  304.  
  305. # ulsy
  306. MixedMap ulsy.map
  307.  
  308. # leawood
  309. MixedMap leawood.map
  310.  
  311. # webomints
  312. Map webo.map
  313.  
  314. # epiolmec
  315. Map epiolmec.map
  316.  
  317. # cjhebrew
  318. Map cjhebrew.map
  319.  
  320. # burmese
  321. Map burmese.map
  322.  
  323. # belleek
  324. #Map mt-belleek.map
  325.  
  326. # mathtime
  327. Map mt-yy.map
  328. Map mt-plus.map
  329.  
  330. # dictsym
  331. Map dictsym.map
  332.  
  333. # antiqua
  334. Map uaq.map
  335.  
  336. # grotesq
  337. Map ugq.map
  338.  
  339. # sanskrit
  340. MixedMap skt.map
  341.  
  342. # bcr
  343. Map bcr.map
  344.  
  345. # brushscr
  346. Map pbsi.map
  347.  
  348. # sqrcaps
  349. Map sqrcaps.map
  350.  
  351. # skaknew
  352. Map SkakNew.map
  353.  
  354. # ibycus4
  355. Map iby.map
  356.  
  357. # mathdesign
  358. Map mdbch.map
  359. Map mdput.map
  360. Map mdugm.map
  361.  
  362. # ttcmex
  363. MixedMap ttcmex.map
  364.  
  365. # devanagari
  366. MixedMap dvng.map
  367.  
  368. # oinuit
  369. Map oinuit.map
  370.  
  371. # malayalam
  372. Map malayalam.map
  373.  
  374. # montex
  375. Map mongolian.map
  376.  
  377. # plpsfont
  378. Map plother.map
  379. Map pltext.map
  380.  
  381. # trajan
  382. Map trajan.map
  383.  
  384. # archaic
  385. Map aramaic.map
  386. Map cypriot.map
  387. Map etruscan.map
  388. Map fut10.map
  389. Map greek4cbc.map
  390. Map greek6cbc.map
  391. Map hieroglf.map
  392. Map linearb.map
  393. Map nabatean.map
  394. Map oands.map
  395. Map oldprsn.map
  396. Map phoenician.map
  397. Map proto10.map
  398. Map ugarite.map
  399.  
  400. # mnsymbol
  401. MixedMap MnSymbol.map
  402.  
  403. # cbgreek
  404. MixedMap cbgreek.map
  405.  
  406. # greek6cbc
  407. Map greek6cbc.map
  408.  
  409. # oands
  410. Map oands.map
  411.  
  412. # phoenician
  413. Map phoenician.map
  414.  
  415. # protosem
  416. Map protosem.map
  417.  
  418. # auncial
  419. Map auncial.map
  420.  
  421. # iwona
  422. Map iwona.map
  423.  
  424.  
  425. # kurier
  426. Map kurier.map
  427.  
  428. # indic-type1
  429. MixedMap bangla.map
  430. MixedMap ctib.map
  431. MixedMap dv.map
  432. MixedMap gurmukhi.map
  433. MixedMap kannada.map
  434. MixedMap malayalm.map
  435. MixedMap punjabi.map
  436. MixedMap sanskrit.map
  437. MixedMap sinhala.map
  438. MixedMap telugu.map
  439. MixedMap wntamil.map
  440.  
  441. # tengwarscript
  442. Map tengwarscript.map
  443.  
  444. # emerald
  445. Map emerald.map
  446.  
  447. # sarabian
  448. MixedMap sarabian.map
  449.  
  450. # cmll
  451. MixedMap cmll.map
  452.  
  453. # lineara
  454. Map linearA.map
  455.  
  456. # arial
  457. Map ua1.map
  458.  
  459. # tabvar
  460. Map tabvar.map
  461.  
  462. # arev
  463. MixedMap arev.map
  464.  
  465. # enpassant
  466. Map chess-enpassant.map
  467.  
  468. # starfont
  469. Map starfont.map
  470.  
  471. # arabi
  472. Map arabi.map
  473.  
  474. # lucida
  475. Map lucidabr.map
  476. Map lumath.map
  477.  
  478. # wasy
  479. MixedMap wasy
  480.  
  481. # amsfonts
  482. MixedMap cm.map
  483. MixedMap cmextra.map
  484. MixedMap cyrillic.map
  485. MixedMap euler.map
  486. MixedMap latxfont.map
  487. MixedMap symbols.map
  488.  
  489. # foekfont
  490. Map foekfont.map
  491.  
  492. # fonetika
  493. Map fonetika.map
  494.  
  495. # staves
  496. Map icelandic.map
  497.  
  498. # carolmin-t1
  499. MixedMap cmin.map
  500.  
  501. # epigrafica
  502. Map epigrafica.map
  503.  
  504. # kpfonts
  505. Map kpfonts.map
  506.  
  507. # linux-libertine
  508. Map libertine.map
  509.  
  510. # tex-gyre
  511. Map qag.map
  512. Map qbk.map
  513. Map qcr.map
  514. Map qcs.map
  515. Map qhv.map
  516. Map qpl.map
  517. Map qtm.map
  518. Map qzc.map
  519.  
  520. # chemarrow
  521. MixedMap chemarrow.map
  522.  
  523. # initials
  524. Map Acorn.map
  525. Map AnnSton.map
  526. Map ArtNouv.map
  527. Map ArtNouvc.map
  528. Map Carrickc.map
  529. Map Eichenla.map
  530. Map Eileen.map
  531. Map EileenBl.map
  532. Map Elzevier.map
  533. Map GotIn.map
  534. Map GoudyIn.map
  535. Map Kinigcap.map
  536. Map Konanur.map
  537. Map Kramer.map
  538. Map MorrisIn.map
  539. Map Nouveaud.map
  540. Map Romantik.map
  541. Map Rothdn.map
  542. Map RoyalIn.map
  543. Map Sanremo.map
  544. Map Starburst.map
  545. Map Typocaps.map
  546. Map Zallman.map
  547.  
  548. # GFS
  549. Map gfsartemisia.map
  550. Map gfsbodoni.map
  551. Map gfscomplutum.map
  552. Map gfsdidot.map
  553. Map gfsneohellenic.map
  554. Map gfsporson.map
  555. Map gfssolomos.map
  556.  
  557. # arphic
  558. Map bkaiu.map
  559. Map bsmiu.map
  560. Map gbsnu.map
  561. Map gkaiu.map
  562.  
  563. # gfsbaskerville
  564. Map gfsbaskerville.map
  565.  
  566. # lxfonts
  567. MixedMap lxfonts.map
  568.  
  569. # semaphor
  570. MixedMap semaf.map
  571.  
  572. # hwkatakana
  573. Map dgjhw.map
  574.  
  575. # cyklop
  576. Map cyklop.map
  577.  
  578. # lithuanian
  579. Map l7x-urwvn.map
  580.  
  581. # gentium
  582. Map gentium.map
  583.  
  584. # pigpen
  585. MixedMap pigpen.map
  586.  
  587. # rsfs
  588. MixedMap rsfs.map
  589.  
  590. # libris
  591. Map yly.map
  592.  
  593. # fge
  594. MixedMap fge.map
  595.  
  596. # cc-pl
  597. MixedMap ccpl.map
  598.  
  599. # tolkienfonts
  600. MixedMap tolkien.map
  601.  
  602. # figbas
  603. Map figbas.map
  604.  
  605. # inconsolata
  606. Map fi4.map
  607.  
  608. # recycle
  609. MixedMap recycle.map
  610.  
  611. # thailatex
  612. Map thai.map
  613.  
  614. # PSCyr
  615. Map pscyr.map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement