summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/morehype/texlinks.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/morehype/texlinks.tex')
-rw-r--r--Master/texmf-dist/source/latex/morehype/texlinks.tex75
1 files changed, 53 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/morehype/texlinks.tex b/Master/texmf-dist/source/latex/morehype/texlinks.tex
index 9a4e660f92b..d5eaf0b1659 100644
--- a/Master/texmf-dist/source/latex/morehype/texlinks.tex
+++ b/Master/texmf-dist/source/latex/morehype/texlinks.tex
@@ -1,4 +1,4 @@
-\ProvidesFile{texlinks.tex}[2012/12/01 documenting texlinks.sty]
+\ProvidesFile{texlinks.tex}[2012/12/20 documenting texlinks.sty]
\title{{\Huge\textsf{texlinks.sty}}\\---\\\TeX-Related Links
for \textsf{hyperref}, \textsf{blog.sty}\\
(and maybe more)\thanks{This
@@ -15,37 +15,62 @@
{\SectionLevelThreeParseInput} }
\documentclass[fleqn]{article} %% TODO paper dimensions!?
\input{makedoc.cfg} %% shared formatting settings
-\usepackage{color}
\newcommand*{\xmltagcode}[1]{\texttt{<#1>}}
-\providecommand{\CTAN}{\acro{CTAN}}
-\providecommand{\HTML}{\acro{HTML}}
-\providecommand{\URL} {\acro{URL}}
-\providecommand{\ctanpkgdref}[1]{%
+\providecommand*{\CTAN}{\acro{CTAN}}
+\providecommand*{\HTML}{\acro{HTML}}
+\providecommand*{\URL} {\acro{URL}}
+\providecommand*{\TUG} {\acro{TUG}}
+\providecommand*{\ctanpkgdref}[1]{%
\ctanpkgref{#1}\,\urlfoot{CtanPkgRef}{#1}}
-% \RequirePackage{filesdo}
-% \MDfinaldatechecks
+\providecommand*{\secref}[1]{Section~\ref{sec:#1}} %% 2012/12/15
+\providecommand*{\codedots}{\code{...}} %% 2012/12/18
+\newenvironment*{example} %% 2012/12/19
+ {\trivlist
+ \item[\skiplabelsep\bf Example:]}
+ {\endtrivlist}
+\newcommand*{\skiplabelsep}{\hskip\labelsep}
+\newcommand*{\simpleexample}[1]{%
+ {\example\fbox{\def~{\string~}%% TODO etc.
+ \strut
+ \CmdSyntaxVerb#1}\skiplabelsep
+ for\skiplabelsep
+ \fbox{\MakeActiveLet\&\empty
+ \strut
+ #1}%
+ \endexample}}
+\RequirePackage{filesdo} \MDfinaldatechecks %% 2012/12/20
\sloppy
\begin{document}
\maketitle
\begin{abstract}\noindent
'texlinks.sty' provides a couple of shorthands for making hyperlinks
with \ctanpkgref{hyperref}'s\urlpkgfoot{hyperref} `\href' command,
-linking to URLs that one often refers to in discussing \TeX-related material.
-Especially, \acro{TUG} material
-(including texhax postings and TUGboat articles) and
-\CTAN\ pages (package descriptions, directories, Catalogue)
-are supported, also the UK~FAQ,
-the \LaTeX\ Wikibook, %% 2011/08/27
+linking to \URL s %% \ 2012/12/15
+that one often refers to in discussing \TeX-related material.
+\URL s for \TUG\ material %% Especially -> \URL s to 2012/12/16
+(including texhax postings and
+ \TUG boat articles) and %% \ 2012/12/15
+\CTAN\ pages (package descriptions, directories, Catalogue),
+% are supported, also %% rm. 2012/12/16
+the \acro{UK~FAQ}, %% \acro 2012/12/15
+the \LaTeX\
+and the \TeX\ %% 2012/12/16
+Wikibook, %% 2011/08/27
and Wikipedia
(where much \TeX-related software is described in a
- visually appealing manner).
-However, up to now I have used them for \emph{\acro{HTML}} overviews
-generated with 'blog.sty'.
-They may as well be useful with better known (and better developed)
-\TeX\,$\to$\,\acro{HTML} software such as
-\ctanpkgref{tex4ht}\urlpkgfoot{tex4ht} or
-\CtanPkgRef{latex2html}{LaTeX2HTML}\urlpkgfoot{latex2html}
-(I don't know).
+ visually appealing manner)
+are generated from minimal identifiers by pure expansion. %% 2012/12/16
+% However, up to now %% rm. 2012/12/16
+I have used them for documenting my packages %% 2012/12/16
+(\acro{PDF}) as well as for %% 2012/12/16
+\HTML\ overviews generated with 'blog.sty'. %% rm. \emph 2012/12/16
+They may furthermore %% was "as well" 2012/12/17
+be useful with better known (and better developed)
+\TeX\,$\to$\,\HTML\ software such as %% \HTML 2012/12/15
+\ctanpkgdref{tex4ht} or %% d 2012/12/16
+\CtanPkgRef{latex2html}{LaTeX2HTML}%
+\,\urlpkgfoot{latex2html} %% \, 2012/12/16
+(I don't know, doubt latter). %% doubt 2012/12/16
\end{abstract}
\tableofcontents
@@ -86,3 +111,9 @@ VERSION HISTORY
2012/11/09 Legalize -> Legalese
2012/11/28 \ctanpkgdref
2012/12/01 date checks
+2012/12/15 \secref, more \acro and \HTML, \TUG
+2012/12/16 mod. abstract
+2012/12/17 color.sty obsolete, \pdfstringDisable..., mod. abstract
+2012/12/18 \secref \provide'd only, \codedots, rm. \pdfstring...
+2012/12/19 {example} etc.
+2012/12/20 filedate checks again