summaryrefslogtreecommitdiff
path: root/Master/texmf/texdoc
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-04-08 22:28:28 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2009-04-08 22:28:28 +0000
commit1b797180357c6ea612d9552c864074cdc3fa6f00 (patch)
tree8e67e45d6c5a068860d8af852042b0d44bf8b123 /Master/texmf/texdoc
parent6ab0ac0df20a714049b1846058a9210682e19d89 (diff)
Texdoc version 0.42.
git-svn-id: svn://tug.org/texlive/trunk@12669 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texdoc')
-rw-r--r--Master/texmf/texdoc/texdoc.cnf13
1 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf
index b121e1e7318..a0ec73aae51 100644
--- a/Master/texmf/texdoc/texdoc.cnf
+++ b/Master/texmf/texdoc/texdoc.cnf
@@ -37,7 +37,7 @@
# interact_switch = true
# alias_switch = true # but false if mode is 'regex'
# ext_list = pdf, html, txt, ps , # note the empty string at end
-# noise_level = 3
+# verbosity_level = 3
### Aliases ###
@@ -51,8 +51,6 @@ alias latex = latex-doc-ptr
## various stuff
# a few useful general documents
-alias mathmode = Mathmode
-alias visualfaq = visualFAQ
alias symbols = symbols-a4
alias faq-en = newfaq
alias faq = newfaq
@@ -82,6 +80,7 @@ alias lshort-vi = lshort-vi # vietnamese
# *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 xetex-ref = XeTeX-reference
@@ -92,6 +91,7 @@ alias pdftex-man = man1/pdftex
alias luatex-pkg = oberdiek/luatex.pdf
# by default, <engine> = <engine>-ref (duplicated: no alias cascading)
+alias e-tex = etex_man
alias etex = etex_man
alias pdftex = pdftex-a
alias xetex = XeTeX-reference
@@ -145,6 +145,7 @@ alias metapost = mpman
alias iso = isoman
alias pstricks = pstricks-doc
alias extramarks = fancyhdr
+alias fonttable = fonttable/fonttable
## a few easy patterns
@@ -454,4 +455,10 @@ alias vrbexin = vrbexin.sty
alias vruler = vruler.sty
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)
+lastfile_switch = true
+
# vim: ts=8 noexpandtab: