diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-14 11:53:40 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2008-08-14 11:53:40 +0000 |
commit | 24f60e59a245ee536302012cbaa9ebfa3fb46f5e (patch) | |
tree | e8feab9edad7707061f3cc0decac518ba2cdd58a /Master/texmf/doc/texdoc/texdoc.tex | |
parent | c4b7d372c4ce403fe363f046dc6181bf2bffb41e (diff) |
adapt to modification oubt name.ext args, and add a missing remark about name.sty
git-svn-id: svn://tug.org/texlive/trunk@10338 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/texdoc/texdoc.tex')
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.tex | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf/doc/texdoc/texdoc.tex b/Master/texmf/doc/texdoc/texdoc.tex index 8bc6de6ba07..43aed5b2e6e 100644 --- a/Master/texmf/doc/texdoc/texdoc.tex +++ b/Master/texmf/doc/texdoc/texdoc.tex @@ -271,7 +271,9 @@ the ©«name»© in all previous sections. Is is usually a single name without extension, but you can also use many names at once: then, depending on the mode, \texdoc will either open all the corresponding documentation or show you menus for each of the names you mentioned. For each name, you can also -specifiy the file exention if you want, eg ©texdoc texlive-en.html© lets you +specifiy the file exention\footnote{It should be an allowed extension, + see~\ref{cf-ext_list}, and preferably have a associated viewer defined, + see~\ref{cf-viewer_*}.} if you want, eg ©texdoc texlive-en.html© lets you read the \texlive manual in html rather than in pdf format. \bigskip @@ -601,9 +603,12 @@ first, etc). Two special values are recognised: can be the only element! \end{itemize} -The value of ©ext_list© is overridden on a file per file basis if the given -argument already has an extension: the ©ext_list© is temporarily set to this -extension just for this argument. +There is a very special case: if the searched ©«name»© has ©.sty© extension, +\texdoc enters a special search mode for ©.sty© files (not located in the same +place as real documentation files) for this ©«name»©, independantly of the +current value of ©ext_list© and ©mode© (unless it is the ©regex© mode). In an +ideal world, this wouldn't be necessary since every sty file would have a +proper documentation in pdf, html or plain text, but\dots For each ©«ext»© in ©ext_list© there should be a corresponding ©viewer_«ext»© value set. Defaults are defined corresponding to the default |