diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-08 00:16:11 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-08 00:16:11 +0000 |
commit | 035389e0d2f7663dad679d9224f5e6ea8bb68655 (patch) | |
tree | 07c54041731630802ebceaf39da9cfbab77f6d97 /Master/texmf-dist/doc | |
parent | e1b680f01d47f9a01722d1806b7a1080886b9b2a (diff) |
hrefhide update
git-svn-id: svn://tug.org/texlive/trunk@19281 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/hrefhide/ltxdoc.cfg | 103 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/muench/hrefhide/README (renamed from Master/texmf-dist/doc/latex/hrefhide/README) | 14 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide-example.pdf (renamed from Master/texmf-dist/doc/latex/hrefhide/hrefhide-example.pdf) | bin | 135496 -> 135496 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide-example.tex (renamed from Master/texmf-dist/doc/latex/hrefhide/hrefhide-example.tex) | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide.pdf (renamed from Master/texmf-dist/doc/latex/hrefhide/hrefhide.pdf) | bin | 362030 -> 367562 bytes |
5 files changed, 10 insertions, 113 deletions
diff --git a/Master/texmf-dist/doc/latex/hrefhide/ltxdoc.cfg b/Master/texmf-dist/doc/latex/hrefhide/ltxdoc.cfg deleted file mode 100644 index 3ee1f5363d4..00000000000 --- a/Master/texmf-dist/doc/latex/hrefhide/ltxdoc.cfg +++ /dev/null @@ -1,103 +0,0 @@ -%% -%% This is file `ltxdoc.cfg', -%% generated with the docstrip utility. -%% -%% The original source files were: -%% -%% hrefhide.dtx (with options: `ltxdoc') -%% -%% This is a generated file. -%% -%% IMPORTANT NOTICE: -%% The package takes options. -%% -%% The usual disclaimers apply: -%% If it doesn't work right that's your problem. -%% (Nevertheless, send an e-mail to the maintainer -%% when you find an error in this package.) -%% -%% This work may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either -%% version 1.3c of this license or (at your option) any later -%% version. This version of this license is in -%% http://www.latex-project.org/lppl/lppl-1-3c.txt -%% and the latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3c or later is part of all distributions of -%% LaTeX version 2005/12/01 or later. -%% -%% This work has the LPPL maintenance status "maintained". -%% -%% The Current Maintainer of this work is H.-Martin Muench -%% (Martin dot Muench at Uni-Bonn dot de). -%% -%% This work consists of the main source file hrefhide.dtx -%% and the derived files -%% hrefhide.sty, hrefhide.pdf, hrefhide.ins, hrefhide.drv, -%% hrefhide-example.tex. -%% -\NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesFile{ltxdoc.cfg}[2010/06/01 v1.0 configuration file for hrefhide (HMM)] - %% Code from original ltxdoc.cfg [2007/01/08 latex-tds: ltxdoc.cls configuration (HO)], %% - % copyrighted 2006, 2007 Heiko Oberdiek, part of project `latex-tds'. - % That file may be distributed and/or modified under the - % conditions of the LaTeX Project Public License, either version 1.3 - % of this license or (at your option) any later version. - % The latest version of this license is in - % http://www.latex-project.org/lppl.txt - % and version 1.3c or later is part of all distributions of LaTeX - % version 2005/12/01 or later. - % That work has the LPPL maintenance status `maintained'. - % The Current Maintainer of that work is Heiko Oberdiek. - % - \PassOptionsToClass{a4paper}{article} - \AtEndOfClass{% - \RequirePackage[numbered]{hypdoc}[2010/03/26]% v1.9 - \pdfstringdefDisableCommands{% - \let\env\relax % longtable.dtx - \let\mytt\relax % tabularx.dtx - }% - \addtolength{\topmargin}{-10mm}% - \addtolength{\textheight}{20mm}% - % Depending on the page style, the head or foot area - % are put into the text area. - % Usually the page style is the default "plain". - % tools/verbatim.dtx uses "myheadings". - \def\string@plain{plain}% - \def\string@myheadings{myheadings}% - \def\current@pagestyle{plain}% - \let\ltxdoc@cfg@pagestyle\pagestyle - \def\pagestyle#1{% - \def\current@pagestyle{#1}% - \ltxdoc@cfg@pagestyle{#1}% - }% - \edef\ltxdoc@cfg@jobname{\jobname}% - \def\ltxdoc@cfg@longtable{longtable}% - \@onelevel@sanitize\ltxdoc@cfg@longtable - \ifx\ltxdoc@cfg@jobname\ltxdoc@cfg@longtable - \def\current@pagestyle{both}% - \fi - \let\ltxdoc@cfg@document\document - \def\document{% - \ifx\current@pagestyle\string@plain - \addtolength{\textheight}{\headheight}% - \addtolength{\textheight}{\headsep}% - \setlength{\headheight}{0pt}% - \setlength{\headsep}{0pt}% - \global\textheight\textheight - \global\headheight\headheight - \global\headsep\headsep - \fi - \ifx\current@pagestyle\string@myheadings - \addtolength{\textheight}{\footskip}% - \global\textheight\textheight - \fi - \ltxdoc@cfg@document - }% - %% End of code from original ltxdoc.cfg [2007/01/08 latex-tds: ltxdoc.cls configuration (HO)] %% - %% Place additional code here. %% - } - -\endinput -%% -%% End of file `ltxdoc.cfg'. diff --git a/Master/texmf-dist/doc/latex/hrefhide/README b/Master/texmf-dist/doc/latex/muench/hrefhide/README index f7b39c5a9c7..72576e17d42 100644 --- a/Master/texmf-dist/doc/latex/hrefhide/README +++ b/Master/texmf-dist/doc/latex/muench/hrefhide/README @@ -1,4 +1,4 @@ -README for hrefhide package, 2010/06/03, v1.0b +README for hrefhide package, 2010/06/24, v1.0c TABLE OF CONTENTS @@ -30,22 +30,22 @@ printing the document. 2 DOWNLOAD ========== -`hrefhide' should become available on CTAN soon: - CTAN:macros/latex/contrib/muench/hrefhide/ +`hrefhide' is available on CTAN: + CTAN:macros/latex/contrib/hrefhide/ Also a ZIP file is provided that contains the files, already sorted in a TDS tree (should become available on CTAN soon): - CTAN:install/macros/latex/contrib/muench/hrefhide.tds.zip + CTAN:install/macros/latex/contrib/hrefhide.tds.zip `CTAN:' means one of the `Comprehensive TeX Archive Network' -nodes or one of its mirrors. This is explained in +nodes or one of its mirrors. This is explained in http://www.tex.ac.uk/cgi-bin/texfaq2html?label=archives The CTAN stuff will be mirrored automatically from the ftp server, so - ftp://ftp.tug.org/pub/tex/muench/pagesLTS/ + ftp://ftp.tug.org/pub/tex/pagesLTS/ corresponds to - CTAN:macros/latex/contrib/muench/pagesLTS/ + CTAN:macros/latex/contrib/pagesLTS/ 3 INSTALLATION diff --git a/Master/texmf-dist/doc/latex/hrefhide/hrefhide-example.pdf b/Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide-example.pdf Binary files differindex 38f811d910e..f3b56185999 100644 --- a/Master/texmf-dist/doc/latex/hrefhide/hrefhide-example.pdf +++ b/Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide-example.pdf diff --git a/Master/texmf-dist/doc/latex/hrefhide/hrefhide-example.tex b/Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide-example.tex index c5f9d7b2638..a7299d3638f 100644 --- a/Master/texmf-dist/doc/latex/hrefhide/hrefhide-example.tex +++ b/Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide-example.tex @@ -39,7 +39,7 @@ \documentclass[british]{article} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage{lipsum}[2005/01/26]% v1.0 -\usepackage[ocgcolorlinks]{hyperref}[2010/05/13]% v6.81e +\usepackage[ocgcolorlinks]{hyperref}[2010/06/04]% v6.81f \hypersetup{extension=pdf,% plainpages=false,% pdfpagelabels=true,% @@ -53,7 +53,7 @@ pdfpagelayout=SinglePage,% bookmarksopen=true% } -\usepackage[linktextcolour=black,backgroundcolour=white,pdfborder={0 0 1}]{hrefhide}[2010/06/03]% v1.0b +\usepackage[linktextcolour=black,backgroundcolour=white,pdfborder={0 0 1}]{hrefhide}[2010/06/24]% v1.0c %% This are the default options. %% \makeatletter %% Code from tcilatex.tex, Macros for Scientific Word and Scientific WorkPlace 5.5 <06 Oct 2005> %% @@ -68,7 +68,7 @@ \section*{Example for hrefhide} This example demonstrates the use of package\newline -\textsf{hrefhide}, v1.0b as of 2010/06/03 (HMM).\newline +\textsf{hrefhide}, v1.0c as of 2010/06/24 (HMM).\newline The used options were \texttt{linktextcolour=black}, \texttt{backgroundcolour=white}, and \texttt{pdfborder={0 0 1}} (the default ones).\newline diff --git a/Master/texmf-dist/doc/latex/hrefhide/hrefhide.pdf b/Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide.pdf Binary files differindex 72d3be11104..ebca9bff6d8 100644 --- a/Master/texmf-dist/doc/latex/hrefhide/hrefhide.pdf +++ b/Master/texmf-dist/doc/latex/muench/hrefhide/hrefhide.pdf |