diff options
Diffstat (limited to 'Master/texmf/texdoc/texdoc.cnf')
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 13 |
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: |