diff options
Diffstat (limited to 'Master/texmf/texdoc')
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf index 7640cd05a03..9dc352b9f0b 100644 --- a/Master/texmf/texdoc/texdoc.cnf +++ b/Master/texmf/texdoc/texdoc.cnf @@ -114,6 +114,22 @@ 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 amslatex = amshelp @@ -159,8 +175,8 @@ alias caption-ru = caption-rus alias caption-dev = caption.pdf # misc -alias hyperref = hyperref/manual -alias hyperref = hyperref.pdf +alias hyperref = hyperref/manual.pdf +alias hyperref-dev = hyperref.pdf alias fontinst = fontinstallationguide alias psfrag = pfgguide alias bibtex = btxdoc @@ -481,7 +497,7 @@ alias wrapfig = wrapfig.sty # the next line has no effect when this file is installed as # TEXMFMAIN/texdoc/texdoc.cnf but is useful when it is installed as # TEXMFHOME/texdoc/texdoc-dist.cnf for the purpose of installing a newer -# version of texdoc in one's home (eg, running texdoc from SVN) +# version of texdoc in one's home (eg, running the development version) lastfile_switch = true # vim: ts=8 noexpandtab: |