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.tex66
1 files changed, 66 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/morehype/texlinks.tex b/Master/texmf-dist/source/latex/morehype/texlinks.tex
new file mode 100644
index 00000000000..5ea979d5de0
--- /dev/null
+++ b/Master/texmf-dist/source/latex/morehype/texlinks.tex
@@ -0,0 +1,66 @@
+\ProvidesFile{texlinks.tex}[2011/01/27 documenting texlinks.sty]
+\title{\textsf{texlinks.sty}\\---\\\TeX-Related Links
+ for \textsf{hyperref}, \textsf{blog.sty}\\
+ (and maybe more)\thanks{This
+ document describes version
+ \textcolor{blue}{\UseVersionOf{\jobname.sty}}
+ of \textsf{\jobname.sty} as of \UseDateOf{\jobname.sty}.}}
+% \listfiles
+{ \RequirePackage{makedoc} \ProcessLineMessage{}
+% %% 2011/01/24:
+% \renewcommand*{\mdSectionLevelOne}{\string\subsection}
+% \renewcommand*{\mdSectionLevelTwo}{\string\subsubsection}
+% \renewcommand*{\mdSectionLevelThree}{\string\paragraph}
+ \MakeJobDoc{17}% %% 2011/01/24
+ {\SectionLevelThreeParseInput} }
+\documentclass{article} %% TODO paper dimensions!?
+\input{makedoc.cfg} %% shared formatting settings
+\usepackage{color}
+\newcommand*{\xmltagcode}[1]{\texttt{<#1>}}
+\sloppy
+\begin{document}
+\maketitle
+\begin{abstract}\noindent
+'texlinks.sty' provides a couple of shorthands for making hyperlinks
+with \ctanpkgref{hyperref}'s `\href' command, linking to URLs that one
+often refers to in discussing \TeX-related material.
+Especially, TUG material
+(including texhax postings and TUGboat articles) and
+CTAN pages (package descriptions, directories, Catalogue)
+are supported, also the UK~FAQ and Wikipedia
+(where much \TeX-related software is described in a
+ visually appealing manner).
+However, up to now I have used them for \emph{HTML} overviews
+generated with 'blog.sty'.
+They may as well be useful with better known (and better developed)
+\TeX\,$\to$\,HTML software such as
+\ctanpkgref{tex4ht} or \CtanPkgRef{latex2html}{LaTeX2HTML}
+(I don't know).
+\end{abstract}
+
+\tableofcontents
+
+\section{Usage}
+The file 'texlinks.sty' is provided ready, installation only requires
+putting it somewhere where \TeX\ finds it
+(which may need updating the filename data
+ base).\urlfoot{ukfaqref}{inst-wlcf}
+ % \footnote{\url{http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inst-wlcf}}
+
+Below the `\documentclass' line(s) and above `\begin{document}',
+you load 'texlinks.sty' (as usually) by
+\begin{verbatim}
+ \usepackage{texlinks}
+\end{verbatim}
+Package options and user commands are described near their definitions
+below in the implementation section.
+
+\section{Package File Header (Legalize)}
+
+\input{texlinks.doc}
+\end{document}
+
+VERSION HISTORY
+
+2011/01/24 for v0.1, very first
+2011/01/27 for v0.2, use \urlfoot{ukfaq}