diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-12-31 17:19:43 +0000 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2011-12-31 17:19:43 +0000 |
commit | 819e819a32ee84050c90ec5c1c2c81ba0a9aea45 (patch) | |
tree | da17b23fdc53c1f95c500957684007ad99560912 /Master/texmf/doc/texdoc | |
parent | 6ad11e19564b7dc0626ce2edba2309fd27d94eae (diff) |
texdoc.cnf update
git-svn-id: svn://tug.org/texlive/trunk@24985 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/doc/texdoc')
-rw-r--r-- | Master/texmf/doc/texdoc/News | 12 | ||||
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.pdf | bin | 110365 -> 110292 bytes | |||
-rw-r--r-- | Master/texmf/doc/texdoc/texdoc.tex | 1 |
3 files changed, 10 insertions, 3 deletions
diff --git a/Master/texmf/doc/texdoc/News b/Master/texmf/doc/texdoc/News index 1f97ece217e..efbfabae589 100644 --- a/Master/texmf/doc/texdoc/News +++ b/Master/texmf/doc/texdoc/News @@ -1,17 +1,23 @@ Version 0.82 ------------ +Minor adjustments in the scoring system. + +Version 0.82 +------------ + Fixes to the default viewer/destkop environment detection: - try gvfs-open with Gnome - always try xdg-open first (usually more up-to-date) Thanks to Axel E. Retif for informing me that newer versions of Ubuntu don't ship gnome-open by default any more. -Version 0.81 ------------- +Version 0.81 (TeX Live 2011) +============================ Allow configuration files to be found in all TEXMF trees. -The default one should now be installed in TEXMFDIST. +The default one should now be installed in TEXMFDIST (in upstream TeX Live) or +in a tree search after TEXMFLOCAL (in downstream distros). Delay default viewer detection, see: http://tug.org/pipermail/tex-live/2011-May/029150.html diff --git a/Master/texmf/doc/texdoc/texdoc.pdf b/Master/texmf/doc/texdoc/texdoc.pdf Binary files differindex 794f0ca3690..ecffb336c19 100644 --- a/Master/texmf/doc/texdoc/texdoc.pdf +++ b/Master/texmf/doc/texdoc/texdoc.pdf diff --git a/Master/texmf/doc/texdoc/texdoc.tex b/Master/texmf/doc/texdoc/texdoc.tex index 4d05cde786a..ec275df3334 100644 --- a/Master/texmf/doc/texdoc/texdoc.tex +++ b/Master/texmf/doc/texdoc/texdoc.tex @@ -34,6 +34,7 @@ \usepackage[british]{babel} \usepackage[bookmarks=true]{hyperref} +\usepackage{bookmark} \hypersetup{% bookmarksnumbered=true, bookmarksopen=true, bookmarksopenlevel=2, pdftitle=texdoc: find and view documentation in TeX Live, |