diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-11 22:11:02 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2009-10-11 22:11:02 +0000 |
commit | 6e08cfe58d220cf12da39cf70bb9a6e7b63c6ba9 (patch) | |
tree | f86bd9bb4b59973883b8f52075fb9a1abf545f69 /Master/texmf/texdoc/texdoc.cnf | |
parent | 685dcea2ec4caf2e3c9e0f2115ce66c820c5108a (diff) |
Updated aliases for texdoc.
texdoc.tlu back to the stable version, after commiting by mistake the horribly
broken development version in r15715 (sorry).
git-svn-id: svn://tug.org/texlive/trunk@15779 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/texdoc/texdoc.cnf')
-rw-r--r-- | Master/texmf/texdoc/texdoc.cnf | 41 |
1 files changed, 24 insertions, 17 deletions
diff --git a/Master/texmf/texdoc/texdoc.cnf b/Master/texmf/texdoc/texdoc.cnf index b6d10d99dc4..5b11cccc6c0 100644 --- a/Master/texmf/texdoc/texdoc.cnf +++ b/Master/texmf/texdoc/texdoc.cnf @@ -1,6 +1,6 @@ # texdoc.cnf # -# DO NOT edit this file! +# DO NOT edit this file! # # For your personal or local setting, use one of the following files: # (the star points to the recommended file for a user's personal settings) @@ -9,16 +9,16 @@ # TEXMFLOCAL/texdoc/texdoc-<arch>.cnf # TEXMFLOCAL/texdoc/texdoc.cnf # where <arch> stands for your architecture (eg, win32, i386-linux, -# powerpc-darwin). You can get this list with variables expanded by typing +# powerpc-darwin). You can get this list with variables expanded by typing # texdoc -f # Those are read by texdoc in this order, and former values -# override later ones. +# override later ones. # -# In those files, you can set your preferred viewer for various formats, +# In those files, you can set your preferred viewer for various formats, # some nice names (alias) for specific documentation, and your preferred default # values of texdoc's configuration settings. # -# Everything after a # on a line is ignored. +# Everything after a # on a line is ignored. # Spaces at the beginning/end of a line, as well as empty lines, are ignored. # # For more details, see the texdoc manual (try `texdoc texdoc'). @@ -27,13 +27,13 @@ # Defaults are directly in texdoc.tlu. Here are some examples. # %s is optional and stands for the filename. -# +# # viewer_pdf = xpdf # works # viewer_pdf = xpdf %s & # works even better # If you want to enable support for zipped documentation (see comments in # texdoc.tlu), you may want to adapt viewer_* so that it starts a subshell: -# +# # viewer_pdf = (xpdf %s )& # # Otherwise, the & will have no effect since the viewing command is followed by @@ -57,7 +57,6 @@ alias live = texlive-en alias texlive = texlive-en -alias texdoc = texdoc. # avoid the man page to be displayed first alias latex = latex-doc-ptr ## various stuff @@ -109,7 +108,7 @@ alias pdftex = pdftex-a alias xetex = XeTeX-reference alias luatex = luatexref-t -# ams +# ams alias amsmath = amsldoc alias amslatex = amshelp alias amscls = instr-l @@ -119,6 +118,7 @@ alias amsbook = instr-l alias amsthm = amsthdoc alias amsfonts = amsfndoc alias amsrefs = amsrdoc +alias amslatex2 = technote # alias amsmath-dev = amsmath alias amscls-dev = amsclass @@ -133,7 +133,6 @@ alias scrartcl = scrguien alias scrreprt = scrguien alias scrbook = scrguien alias typearea = scrguien -# alias koma-script-de = scrguide alias koma-de = scrguide alias scrartcl-de = scrguide @@ -151,14 +150,14 @@ alias ltugproc = ltubguid alias caption = caption-eng alias caption-de = caption-deu alias caption-ru = caption-rus -alias caption-dev = caption. +alias caption-dev = caption.pdf # misc alias fontinst = fontinstallationguide alias psfrag = pfgguide alias bibtex = btxdoc alias IEEEtran = IEEEtran_HOWTO -alias shortvrb = base/doc. +alias shortvrb = base/doc.pdf alias metapost = mpman alias iso = isoman alias pstricks = pstricks-doc @@ -169,8 +168,19 @@ alias makeindex = makeindex/makeindex alias makeidx = makeindx alias ltablex = ltablex.sty alias comment = comment.sty +alias xstring = xstring_doc_en +alias xtring-fr = xstring_doc_fr +alias isomath = isomath.sty.pdf +alias ucs = ucs/FAQ + +# cite package (from texlive.tlpdb listing for cite) +alias cite = /cite/README +alias chapterbib = /cite/README +alias drftcite = /cite/README +alias overcite = /cite/README -## a few easy patterns + +## a few easy patterns # egrep 'manual\.pdf\>' docfiles.list alias cjhebrew = cjhebrew/manual @@ -281,7 +291,6 @@ alias datenumber-de = datenumber/docgerman alias index = ind alias genfont1 = fntguide alias psnfss = psnfss2e -alias AMSfonts = amsfndoc alias astro = astrosym.txt alias belleek = belleek/README alias braille = braille/summary @@ -332,8 +341,6 @@ alias custom-bib = custom-bib/makebst alias ascelike = ascexmpl alias natbib2 = natnotes alias adrconv = adrguide -alias AMSlatex = amsldoc -alias amslatex2 = technote alias tangles = t-angles/t-manual alias mathenv = mdwtab alias nath = nathguide @@ -374,7 +381,7 @@ alias preprint = preprint/00readme.txt alias sffms = sffms_manual alias siunits = SIunits -## packages from ctan/macros/latex/contrib/misc +## packages from ctan/macros/latex/contrib/misc # hope they all contain comments... # anyway, this is quite bad and should be changed some day |