diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk-url.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/dtk/dtk-url.sty | 25 |
1 files changed, 18 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk-url.sty b/Master/texmf-dist/tex/latex/dtk/dtk-url.sty index 032bd233bad..69e5b05717a 100644 --- a/Master/texmf-dist/tex/latex/dtk/dtk-url.sty +++ b/Master/texmf-dist/tex/latex/dtk/dtk-url.sty @@ -1,5 +1,21 @@ +%% This is file `dtk-url.sty', +%% +%% LaTeX Class for ``Die TeXnische Komoedie''. +%% +%% Copyright (C) 2015- +%% Rolf Niepraschk, Herbert Voss +%% +%% It 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. +%% 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. + \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{dtk-url}[2011/10/23 v1.0 Urls for DTK (HO)] +\ProvidesPackage{dtk-url}[2015/09/25 v1.1 Urls for DTK (HO)] +%% 1.1 hv \RequirePackage{url}[2006/04/12] @@ -13,12 +29,7 @@ % Schalter \ifDTK@Url@ legt fest, wann die URLs aktiv sein sollen \newif\ifDTK@Url@ -\ifDTK@Draft@ - \DTK@Url@true -\fi -\ifDTK@lineno@ - \DTK@Url@true -\fi +\ifDTK@korr@\DTK@Url@true\fi % Markup-Befehle: \DeclareRobustCommand*{\url}{\DTK@Url} |