summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dtk/dtk-url.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-10 23:22:57 +0000
committerKarl Berry <karl@freefriends.org>2016-03-10 23:22:57 +0000
commitb2284ba3ff1934d059ac5273c78c325f513bbf26 (patch)
tree12f805ef827ada486c6a7f6f46a842d1b08094f2 /Master/texmf-dist/tex/latex/dtk/dtk-url.sty
parent139be648536d5f25096343c01cd7e96a2a663ae4 (diff)
dtk (9mar16)
git-svn-id: svn://tug.org/texlive/trunk@39990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk-url.sty')
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk-url.sty25
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}