From 377516403ae12dd92c9bd71db17077c8c3efb154 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 6 Sep 2018 20:45:47 +0000 Subject: uri (6sep18) git-svn-id: svn://tug.org/texlive/trunk@48602 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/uri/README | 2 +- Master/texmf-dist/doc/latex/uri/uri-example.pdf | Bin 119167 -> 119533 bytes Master/texmf-dist/doc/latex/uri/uri-example.tex | 15 ++++++---- Master/texmf-dist/doc/latex/uri/uri.pdf | Bin 320491 -> 321934 bytes Master/texmf-dist/source/latex/uri/uri.drv | 4 +-- Master/texmf-dist/source/latex/uri/uri.dtx | 36 ++++++++++++++---------- Master/texmf-dist/source/latex/uri/uri.ins | 6 ++-- Master/texmf-dist/tex/latex/uri/uri.sty | 4 +-- 8 files changed, 38 insertions(+), 29 deletions(-) (limited to 'Master') diff --git a/Master/texmf-dist/doc/latex/uri/README b/Master/texmf-dist/doc/latex/uri/README index 3875313eced..e5f0e167aed 100644 --- a/Master/texmf-dist/doc/latex/uri/README +++ b/Master/texmf-dist/doc/latex/uri/README @@ -1,4 +1,4 @@ -README for uri package, 2018/09/01, v2.0a +README for uri package, 2018/09/06, v2.0b TABLE OF CONTENTS diff --git a/Master/texmf-dist/doc/latex/uri/uri-example.pdf b/Master/texmf-dist/doc/latex/uri/uri-example.pdf index be90e373861..48da8b05f70 100644 Binary files a/Master/texmf-dist/doc/latex/uri/uri-example.pdf and b/Master/texmf-dist/doc/latex/uri/uri-example.pdf differ diff --git a/Master/texmf-dist/doc/latex/uri/uri-example.tex b/Master/texmf-dist/doc/latex/uri/uri-example.tex index 1f90b5364f6..e0adc6a06a6 100644 --- a/Master/texmf-dist/doc/latex/uri/uri-example.tex +++ b/Master/texmf-dist/doc/latex/uri/uri-example.tex @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: uri -%% Version: 2018/09/01 v2.0a +%% Version: 2018/09/06 v2.0b %% %% Copyright (C) 2011 - 2018 by %% H.-Martin M"unch @@ -65,7 +65,7 @@ pdfpagelayout=SinglePage,% bookmarksopen=false% } -\usepackage{uri}[2018/09/01]% v2.0a +\usepackage{uri}[2018/09/06]% v2.0b \RequirePackage{amsmath} \RequirePackage{relsize} \gdef\doialternative{% @@ -79,7 +79,7 @@ \section*{Example for uri} This example demonstrates the use of package\newline -\textsf{uri}, v2.0a as of 2018/09/01 (HMM).\newline +\textsf{uri}, v2.0b as of 2018/09/06 (HMM).\newline No options were given, thereby the default options were used.\newline For more details please see the documentation! @@ -201,12 +201,15 @@ the Name-to-Thing resolver by just appending the identifier to \url{https://n2t.net/HDL:2128/2486}, \newline% \url{https://n2t.net/urn:nbn:de:bsz:mit1-opus-3145}, \newline% \url{https://n2t.net/OCLC:935889548}, \newline% -\url{https://n2t.net/OID:2.16.840} (which at the time of writing did not work, % -\url{https://identifiers.org/OID:2.16.840} did), \newline% \url{https://n2t.net/PubMed:24925405}, and also \newline% \url{https://n2t.net/ISBN:9783638922005} and \newline% \url{https://n2t.net/ARK:12148/bpt6k15385d}.\newline% -Disadvantages: It is longer and requires \url{n2t.net} to work.\newline% +(And for resolving OIDs like OID:2.16.840 instead of % +\url{http://www.oid-info.com/cgi-bin/display?oid=2.16.840&submit=Display&action=display} % +it is possible to use % +\url{https://identifiers.org/OID:2.16.840}.)\newline% +Disadvantages: It is longer and requires \href{https://n2t.net/}{n2t.net} to work % +(or \href{https://identifiers.org/}{identifiers.org} for OID).\newline% Advantage: Anybody reading the printed document can just enter % the url as given into their browser without thinking about how to resolve % that type of uri. diff --git a/Master/texmf-dist/doc/latex/uri/uri.pdf b/Master/texmf-dist/doc/latex/uri/uri.pdf index 7a3b5df4ea2..958809ad9b6 100644 Binary files a/Master/texmf-dist/doc/latex/uri/uri.pdf and b/Master/texmf-dist/doc/latex/uri/uri.pdf differ diff --git a/Master/texmf-dist/source/latex/uri/uri.drv b/Master/texmf-dist/source/latex/uri/uri.drv index 3d3a43492d2..81ea03dc4d4 100644 --- a/Master/texmf-dist/source/latex/uri/uri.drv +++ b/Master/texmf-dist/source/latex/uri/uri.drv @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: uri -%% Version: 2018/09/01 v2.0a +%% Version: 2018/09/06 v2.0b %% %% Copyright (C) 2011 - 2018 by %% H.-Martin M"unch @@ -47,7 +47,7 @@ %% Hans-Klaus Muench + 2014/08/24 %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] -\ProvidesFile{uri.drv}[2018/09/01 v2.0a +\ProvidesFile{uri.drv}[2018/09/06 v2.0b Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)] \documentclass{ltxdoc}[2015/03/26]% v2.0w \usepackage{pdflscape}[2008/08/11]% v0.10 diff --git a/Master/texmf-dist/source/latex/uri/uri.dtx b/Master/texmf-dist/source/latex/uri/uri.dtx index 98e647064e8..13bcf07a847 100644 --- a/Master/texmf-dist/source/latex/uri/uri.dtx +++ b/Master/texmf-dist/source/latex/uri/uri.dtx @@ -1,7 +1,7 @@ % \iffalse meta-comment % % File: uri.dtx -% Version: 2018/09/01 v2.0a +% Version: 2018/09/06 v2.0b % % Copyright (C) 2011 - 2018 by % H.-Martin M"unch @@ -49,7 +49,7 @@ \obeyspaces \Msg{*****************************************************************************} \Msg{* Installation} -\Msg{* Package: uri 2018/09/01 v2.0a Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)} +\Msg{* Package: uri 2018/09/06 v2.0b Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)} \Msg{*****************************************************************************} \keepsilent @@ -61,7 +61,7 @@ This is a generated file. Project: uri -Version: 2018/09/01 v2.0a +Version: 2018/09/06 v2.0b Copyright (C) 2011 - 2018 by H.-Martin M"unch @@ -152,7 +152,7 @@ In memoriam % \begin{macrocode} %<*driver> \NeedsTeXFormat{LaTeX2e}[2015/01/01] -\ProvidesFile{uri.drv}[2018/09/01 v2.0a +\ProvidesFile{uri.drv}[2018/09/06 v2.0b Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)] \documentclass{ltxdoc}[2015/03/26]% v2.0w \usepackage{pdflscape}[2008/08/11]% v0.10 @@ -244,7 +244,7 @@ In memoriam % \DoNotIndex{\UrlLeft,\UrlRight,\verb} % % \title{The \xpackage{uri} package} -% \date{2018/09/01 v2.0a} +% \date{2018/09/06 v2.0b} % \author{H.-Martin M\"{u}nch\\\xemail{Martin.Muench at Uni-Bonn.de}} % % \maketitle @@ -373,7 +373,7 @@ In memoriam pdfpagelayout=SinglePage,% bookmarksopen=false% } -\usepackage{uri}[2018/09/01]% v2.0a +\usepackage{uri}[2018/09/06]% v2.0b \RequirePackage{amsmath} \RequirePackage{relsize} \gdef\doialternative{% @@ -387,7 +387,7 @@ In memoriam \section*{Example for uri} This example demonstrates the use of package\newline -\textsf{uri}, v2.0a as of 2018/09/01 (HMM).\newline +\textsf{uri}, v2.0b as of 2018/09/06 (HMM).\newline No options were given, thereby the default options were used.\newline For more details please see the documentation! @@ -510,12 +510,15 @@ the Name-to-Thing resolver by just appending the identifier to \url{https://n2t.net/HDL:2128/2486}, \newline% \url{https://n2t.net/urn:nbn:de:bsz:mit1-opus-3145}, \newline% \url{https://n2t.net/OCLC:935889548}, \newline% -\url{https://n2t.net/OID:2.16.840} (which at the time of writing did not work, % -\url{https://identifiers.org/OID:2.16.840} did), \newline% \url{https://n2t.net/PubMed:24925405}, and also \newline% \url{https://n2t.net/ISBN:9783638922005} and \newline% \url{https://n2t.net/ARK:12148/bpt6k15385d}.\newline% -Disadvantages: It is longer and requires \url{n2t.net} to work.\newline% +(And for resolving OIDs like OID:2.16.840 instead of % +\url{http://www.oid-info.com/cgi-bin/display?oid=2.16.840&submit=Display&action=display} % +it is possible to use % +\url{https://identifiers.org/OID:2.16.840}.)\newline% +Disadvantages: It is longer and requires \href{https://n2t.net/}{n2t.net} to work % +(or \href{https://identifiers.org/}{identifiers.org} for OID).\newline% Advantage: Anybody reading the printed document can just enter % the url as given into their browser without thinking about how to resolve % that type of uri. @@ -544,7 +547,7 @@ pages might be liable, not the one who has referred to these pages. % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[2015/01/01] -\ProvidesPackage{uri}[2018/09/01 v2.0a +\ProvidesPackage{uri}[2018/09/06 v2.0b Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)] % \end{macrocode} @@ -867,8 +870,8 @@ pages might be liable, not the one who has referred to these pages. % % That was already everything which was necessary. % -% (Ones you get the syntax for the |\DeclareUrlCommand| right, it is straight forward. -% Emphasis is at \textquotedblleft Ones\textquotedblright\ldots ) +% (Once you get the syntax for the |\DeclareUrlCommand| right, it is straight forward. +% Emphasis is at \textquotedblleft Once\textquotedblright\ldots ) % % \pagebreak % \begin{macro}{\AtBeginDocument} @@ -952,7 +955,7 @@ pages might be liable, not the one who has referred to these pages. % \item[-] package \xpackage{hyperref}, 2012/11/06, v6.83m, % \url{https://www.ctan.org/pkg/hyperref}\newline % (not generally necessary but probably used most often) -% \item[-] package \xpackage{uri}, 2018/09/01, v2.0a, +% \item[-] package \xpackage{uri}, 2018/09/06, v2.0b, % \url{https://www.ctan.org/pkg/uri}\newline % (Well, it is the example file for this package, and because you are reading the % documentation for the \xpackage{uri} package, it can be assumed that you already @@ -1166,7 +1169,7 @@ pages might be liable, not the one who has referred to these pages. % for providing a~lot~(!) of useful packages (from % which I also got everything I know about creating a file in \xfile{dtx} % format, ok, say it: copying), \textsc{Frank Mittelbach} for several bug reports -% and for code for improving the package, +% and for code for improving the package, \textsc{Volker RW Schaa} for a bug report, % everybody of the CTAN team for managing CTAN, and the % \Newsgroup{comp.text.tex} and \Newsgroup{de.comp.text.tex} % newsgroups and everybody at \url{https://tex.stackexchange.com/} @@ -1198,6 +1201,9 @@ pages might be liable, not the one who has referred to these pages. % because the commands are \verb|tinyuri| and \verb|tinypuri|. % \item Bugs fixed. % \end{Version} +% \begin{Version}{2018/09/06 v2.0b} +% \item Bug fix: README file format, .tds placement, wrong word, OID not n2t, description. +% \end{Version} % \end{History} % % \bigskip diff --git a/Master/texmf-dist/source/latex/uri/uri.ins b/Master/texmf-dist/source/latex/uri/uri.ins index 0a8bde83457..49f2d95d713 100644 --- a/Master/texmf-dist/source/latex/uri/uri.ins +++ b/Master/texmf-dist/source/latex/uri/uri.ins @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: uri -%% Version: 2018/09/01 v2.0a +%% Version: 2018/09/06 v2.0b %% %% Copyright (C) 2011 - 2018 by %% H.-Martin M"unch @@ -50,7 +50,7 @@ \obeyspaces \Msg{*****************************************************************************} \Msg{* Installation} -\Msg{* Package: uri 2018/09/01 v2.0a Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)} +\Msg{* Package: uri 2018/09/06 v2.0b Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)} \Msg{*****************************************************************************} \keepsilent @@ -62,7 +62,7 @@ This is a generated file. Project: uri -Version: 2018/09/01 v2.0a +Version: 2018/09/06 v2.0b Copyright (C) 2011 - 2018 by H.-Martin M"unch diff --git a/Master/texmf-dist/tex/latex/uri/uri.sty b/Master/texmf-dist/tex/latex/uri/uri.sty index 41ee32d6d00..82f0fda16e5 100644 --- a/Master/texmf-dist/tex/latex/uri/uri.sty +++ b/Master/texmf-dist/tex/latex/uri/uri.sty @@ -9,7 +9,7 @@ %% This is a generated file. %% %% Project: uri -%% Version: 2018/09/01 v2.0a +%% Version: 2018/09/06 v2.0b %% %% Copyright (C) 2011 - 2018 by %% H.-Martin M"unch @@ -47,7 +47,7 @@ %% Hans-Klaus Muench + 2014/08/24 %% \NeedsTeXFormat{LaTeX2e}[2015/01/01] -\ProvidesPackage{uri}[2018/09/01 v2.0a +\ProvidesPackage{uri}[2018/09/06 v2.0b Hyperlinks URIs like DOI,HDL,NBN,PubMed (HMM)] %% Allows to automatically hyperlink uris of types -- cgit v1.2.3