summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/morehype
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-11 01:12:10 +0000
committerKarl Berry <karl@freefriends.org>2011-02-11 01:12:10 +0000
commit02cacdb30324abc5f78dfb4788aa43b155dffed2 (patch)
treeca7dc68b86231ed62f808384ef50eb5fdf755e80 /Master/texmf-dist/tex/latex/morehype
parent9fa4e9cc8e27a8ad10eca98725ae873425633bed (diff)
morehype 0.3 (10feb11)
git-svn-id: svn://tug.org/texlive/trunk@21360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/morehype')
-rw-r--r--Master/texmf-dist/tex/latex/morehype/blog.sty10
-rw-r--r--Master/texmf-dist/tex/latex/morehype/texlinks.sty17
2 files changed, 24 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/morehype/blog.sty b/Master/texmf-dist/tex/latex/morehype/blog.sty
index 762789b4792..83fcf4dca4c 100644
--- a/Master/texmf-dist/tex/latex/morehype/blog.sty
+++ b/Master/texmf-dist/tex/latex/morehype/blog.sty
@@ -1,5 +1,5 @@
\NeedsTeXFormat{LaTeX2e}[1994/12/01] %% \newcommand* etc.
-\ProvidesPackage{blog}[2011/01/24 v0.4 simple fast HTML (UL)]
+\ProvidesPackage{blog}[2011/02/10 v0.41 simple fast HTML (UL)]
%% copyright (C) 2010 2011 Uwe Lueck,
%% http://www.contact-ednotes.sty.de.vu
%% -- author-maintained in the sense of LPPL below.
@@ -411,12 +411,16 @@
\newcommand*{\httpref}[1]{% %% 2010/04/11
\TagSurr a{\@href{http://#1" target="_blank}}}
%% With v0.4, macros based on `\httpref' are moved to 'texlinks.sty':
-\RequirePackage{texlinks}
+\RequirePackage[blog]{texlinks}[2011/02/10]
%% Former |\urlref| appears as |\urlhttpref| there ...
\newcommand \urlref {} \let\urlref\urlhttpref
%% ... and |\ctanref| has been replaced by `\tugctanref'.
%% Let's go on playing with the difference ...
\newcommand*{\ctanref}[1]{\httpref{ctan.org/tex-archive/#1}}
+%% %% 2011/02/07:
+%% 'texlinks' sometimes uses a ``permanent alias"
+%% |\NormalHTTPref| of `\httpref':
+\@ifdefinable \NormalHTTPref {\let\NormalHTTPref\httpref}
%%
%%
%% == Symbols ==
@@ -704,3 +708,5 @@ v0.3 2010/11/10 removed ^^J from \head
2011/01/24 updated copyright; resolving `td' ("today")
JUST STORED as final version before texlinks.sty
v0.4 2011/01/24 moving links to texlinks.sty
+v0.41 2011/02/07 \NormalHTTPref
+ 2011/02/10 refined call of `texlinks'
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