diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/uri/uri.drv')
-rw-r--r-- | Master/texmf-dist/source/latex/uri/uri.drv | 57 |
1 files changed, 28 insertions, 29 deletions
diff --git a/Master/texmf-dist/source/latex/uri/uri.drv b/Master/texmf-dist/source/latex/uri/uri.drv index 8ffdd241ed7..3d3a43492d2 100644 --- a/Master/texmf-dist/source/latex/uri/uri.drv +++ b/Master/texmf-dist/source/latex/uri/uri.drv @@ -8,10 +8,16 @@ %% %% This is a generated file. %% -%% IMPORTANT NOTICE: -%% The package takes options. +%% Project: uri +%% Version: 2018/09/01 v2.0a %% -%% The usual disclaimers apply: +%% Copyright (C) 2011 - 2018 by +%% H.-Martin M"unch <Martin dot Muench at Uni-Bonn dot de> +%% Portions of code copyrighted by other people as marked. +%% +%% IMPORTANT NOTICE: The package takes options. +%% +%% The usual disclaimer applies: %% 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.) @@ -28,37 +34,32 @@ %% %% 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). +%% The Current Maintainer of this work is H.-Martin Muench. %% -%% This work consists of the main source file uri.dtx -%% and the derived files +%% This work consists of the main source file uri.dtx, +%% the README, and the derived files %% uri.sty, uri.pdf, uri.ins, uri.drv, -%% uri-example.tex. +%% uri-example.tex, uri-example.pdf. +%% +%% In memoriam +%% Claudia Simone Barth + 1996/01/30 +%% Tommy Muench + 2014/01/02 +%% Hans-Klaus Muench + 2014/08/24 %% -\NeedsTeXFormat{LaTeX2e}[1994/06/01] -\ProvidesFile{uri.drv}[2011/03/04 v1.0a - Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)]% -\documentclass{ltxdoc}[2007/11/11]% v2.0u -\usepackage[hiresbb]{lscape}[2000/10/22]% v3.01, from the graphics bundle -\usepackage{holtxdoc}[2010/04/24]% v0.19 +\NeedsTeXFormat{LaTeX2e}[2015/01/01] +\ProvidesFile{uri.drv}[2018/09/01 v2.0a + Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)] +\documentclass{ltxdoc}[2015/03/26]% v2.0w +\usepackage{pdflscape}[2008/08/11]% v0.10 +\usepackage{holtxdoc}[2012/03/21]% v0.24 %% uri may work with earlier versions of LaTeX2e and those %% class and packages, but this was not tested. -%% Please consider updating your LaTeX, class, and packages +%% Please consider updating your LaTeX, class, and package %% to the most recent version (if they are not already the most %% recent version). -%% Warning: holtxdoc, 2010/04/24 v0.19, requires the packages -%% hypdoc, 2010/03/26, v1.9 -%% hyperref, 2010/03/30, v6.80u (latest: 2011/02/07, 6.82b) -%% pdftexcmds, 2010/04/01, v0.9 -%% ltxcmds, 2010/03/09, v1.4 (latest: 2010/04/26, v1.7) -%% hologo, 2010/04/24, v1.2 -%% array (latest: 2008/09/09, v2.4c) -%% (or more recent versions) and does neither work with -%% nor check for earlier versions! \hypersetup{% pdfsubject={Hyperlinks URIs like DOI, HDL, NBN, PubMed (HMM)},% - pdfkeywords={LaTeX, uri, hyperlink, arXiv, ASIN, DOI, HDL, NBN, PubMed, OID, TINY, TINY:P, preview, XMPP, citeurl, mailto, ukoeln, uref, Hans-Martin Muench},% + pdfkeywords={LaTeX, uri, hyperlink, arXiv, ASIN, DOI, HDL, NBN, OCLC, OID, PubMed, TINY, TINY:P, preview, WebCite, citeurl, mailto, ukoeln, uref, Hans-Martin Muench},% pdfencoding=auto,% pdflang={en},% breaklinks=true,% @@ -73,11 +74,9 @@ pdfwindowui=true,% pdfnewwindow=true% } -\setlength\hfuzz{1pt} % Ignore slight overfulls. \CodelineIndex -\EnableCrossrefs -\hyphenation{created document docu-menta-tion every-thing ignored} -\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}}% +\hyphenation{created document doc-u-ment-a-tion every-thing ignored} +\gdef\unit#1{\mathord{\thinspace\mathrm{#1}}} \begin{document} \DocInput{uri.dtx}% \end{document} |