diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/morehype/texlinks.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/morehype/texlinks.sty | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/morehype/texlinks.sty b/Master/texmf-dist/tex/latex/morehype/texlinks.sty index ed9bbf1a58a..04659d34509 100644 --- a/Master/texmf-dist/tex/latex/morehype/texlinks.sty +++ b/Master/texmf-dist/tex/latex/morehype/texlinks.sty @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e}[1994/12/01] %% \newcommand* etc. -\ProvidesPackage{texlinks}[2011/01/27 v0.2 TeX-related links (UL)] +\ProvidesPackage{texlinks}[2011/02/10 v0.3 TeX-related links (UL)] %% copyright (C) 2011 Uwe Lueck, %% http://www.contact-ednotes.sty.de.vu %% -- author-maintained in the sense of LPPL below. @@ -50,6 +50,14 @@ %% == Package Options == %% Somebody may want to suppress a definition of `\httpref' %% at `\begin{document}' ... [2011/01/24, TODO] +%% %% 2011/02/10: +%% +%% v0.3: Package option |[blog]| suppresses \emph{any} +%% `\AtBeginDocument' actions---fine for use with 'blog.sty'. +\DeclareOption{blog}{\let\AtBeginDocument\@gobble} +%% This option may be improved, and another option may be +%% useful for different purposes than running 'blog.sty'. +\ProcessOptions %% %% == Providing &\httpref == %% \kern-\baselineskip @@ -138,6 +146,12 @@ %% but right now I prefer waiting for a better idea. %% [TODO] %% 2011/01/27 %% +%% v0.3: Now that using `\urlfoot' and `ctanpkgref' together +%% is so clumsy, while I use it quite often, %% 2011/02/10 +%% we get |\urlpkgfoot{<package-id>}|, abbreviating +%% `\urlfoot{CtanPkgRef}{<package-id>}': +\newcommand* {\urlpkgfoot} {\urlfoot{CtanPkgRef}} +%% %% == Wikipedia == %% |\Wikideref{<lemma>}| refers to article <lemma> in the German %% Wikipedia. (The next considerations apply to English @@ -315,3 +329,4 @@ v0.2 2011/01/27 \urlfoot, \NormalHTTPref, \foothttpurlref, "outline" adjusted; more consistent use of \newcommand and \@ifdefinable (TODO: guarded \let) +v0.3 2011/02/10 [blog]; \urlpkgfoot |