diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-17 21:45:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-17 21:45:41 +0000 |
commit | 4e23d975749086e31b6d68aed79e07d1bc0ec39f (patch) | |
tree | 16774293d5b052f35c72d5b6659ae2f12430075d /Master/texmf-dist/doc/support/texdoc | |
parent | c0f93dfe2ef3ac57aae4ec69d89970f7915fd177 (diff) |
texdoc (17mar21)
git-svn-id: svn://tug.org/texlive/trunk@58477 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/support/texdoc')
-rw-r--r-- | Master/texmf-dist/doc/support/texdoc/NEWS | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/texdoc/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/support/texdoc/texdoc.pdf | bin | 82978 -> 84291 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/support/texdoc/texdoc.tex | 10 |
4 files changed, 14 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/support/texdoc/NEWS b/Master/texmf-dist/doc/support/texdoc/NEWS index 86e77628c11..837202862d7 100644 --- a/Master/texmf-dist/doc/support/texdoc/NEWS +++ b/Master/texmf-dist/doc/support/texdoc/NEWS @@ -2,6 +2,13 @@ NEWS for texdoc =============== (This file public domain.) +Version 3.3 (TeX Live 2021) +=========================== +- Show all possible config files for -vf +- Show diagnostic message of DISPLAY only if viewer failed +- Alias adjustments +- Documentation tweaks + Version 3.2.2 ------------- - Several aliases are added diff --git a/Master/texmf-dist/doc/support/texdoc/README.md b/Master/texmf-dist/doc/support/texdoc/README.md index 45805a7b8ad..f6d92f540dc 100644 --- a/Master/texmf-dist/doc/support/texdoc/README.md +++ b/Master/texmf-dist/doc/support/texdoc/README.md @@ -1,4 +1,4 @@ -# Texdoc 3.2.2 (2020-09-16) +# Texdoc 3.3 (2021-03-17) [![Build Status](https://travis-ci.org/TeX-Live/texdoc.svg?branch=master)](https://travis-ci.org/TeX-Live/texdoc) [![Build status](https://ci.appveyor.com/api/projects/status/uq28ms7eba7ns6d3/branch/master?svg=true)](https://ci.appveyor.com/project/wtsnjp/texdoc/branch/master) @@ -106,7 +106,7 @@ More specific information, such as the TODO list of this project and some inform ## Copyright and License -Copyright 2008-2020 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team. +Copyright 2008-2021 Manuel Pégourié-Gonnard, Takuto Asakura, the TeX Live Team. This package is distributed under the terms of the GNU General Public License as published by the Free Software Foundation, either [version 3](./COPYING) of the License, or (at your option) any later version. diff --git a/Master/texmf-dist/doc/support/texdoc/texdoc.pdf b/Master/texmf-dist/doc/support/texdoc/texdoc.pdf Binary files differindex 2922130cda5..4e0c35a2452 100644 --- a/Master/texmf-dist/doc/support/texdoc/texdoc.pdf +++ b/Master/texmf-dist/doc/support/texdoc/texdoc.pdf diff --git a/Master/texmf-dist/doc/support/texdoc/texdoc.tex b/Master/texmf-dist/doc/support/texdoc/texdoc.tex index c3607b4d61b..79a8ab6c644 100644 --- a/Master/texmf-dist/doc/support/texdoc/texdoc.tex +++ b/Master/texmf-dist/doc/support/texdoc/texdoc.tex @@ -1,6 +1,6 @@ %#!xelatex % Texdoc user manual -% Copyright 2008-2020 Manuel Pégourié-Gonnard and Takuto Asakura +% Copyright 2008-2021 Manuel Pégourié-Gonnard and Takuto Asakura % distributed under the terms of GPL v3 or later \documentclass{texdoc-doc} @@ -8,7 +8,7 @@ \subtitle{Find \& view documentation in \TL} \pkgurl{https://tug.org/texdoc/} \author{Manuel Pégourié-Gonnard\and Takuto Asakura} -\date{v3.2.2\quad \today} +\date{v3.3\quad \today} \begin{document} @@ -281,7 +281,7 @@ Inside each directory, three files are recognized, in this order: \begin{enumerate} \item |texdoc-«platform».cnf| where |«platform»| is the name of the current platform (defined as the name of the directories where the {\TL} - binaries are located, for example |x86-64-linux|). This may be useful when + binaries are located, for example |x86_64-linux|). This may be useful when an installation is shared across machines with different architectures needing different settings, for example for viewers. Their use is not recommended in any other situation. @@ -499,7 +499,7 @@ Other objects such as aliases cannot be found by the fuzzy search.} to the input |«keyword»|. The results of the fuzzy search are shown in an info message, which can be seen by using the command-line option |-v|. -The default allowance of Levenshtein distance is |5|. You can change this +The default allowance of Levenshtein distance is |3|. You can change this allowance by using the configuration item \ci{fuzzy\_level}. Results of fuzzy search could be different among executions if multiple package names have the same Levenshtein distance to the input. @@ -731,7 +731,7 @@ Texdoc within a {\TL}-based {\TeX} distribution which does not ship \label{sec:licence} The current version of Texdoc program and its documentation are copyright -2008--2020 Manuel Pégourié-Gonnard, Takuto Asakura, the {\TL} Team. +2008--2021 Manuel Pégourié-Gonnard, Takuto Asakura, the {\TL} Team. They are free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software |