summaryrefslogtreecommitdiff
path: root/Master/texmf/texdoc
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-09 04:14:55 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-11-09 04:14:55 +0000
commitbfbe81796df41ce30c05a1dc88bb3147f28837b5 (patch)
treed338db8742787ed9af8137a6959744afc5828d87 /Master/texmf/texdoc
parent8e63c701619069796c0ff9f29d462db905585e41 (diff)
texdoc update (aliases and minor things)
git-svn-id: svn://tug.org/texlive/trunk@15950 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texdoc')
-rw-r--r--Master/texmf/texdoc/texdoc.cnf22
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: