summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bracketkey
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-02-22 00:09:16 +0000
committerKarl Berry <karl@freefriends.org>2010-02-22 00:09:16 +0000
commit72065e8744a9375ec9921de71bb2e3ace90b5e19 (patch)
tree5426ef69e5ebc56684c05929191d182fd3afe280 /Master/texmf-dist/doc/latex/bracketkey
parente43672ef61c88845b65eb341464d38d7289c50b2 (diff)
bracketkey update (20feb10)
git-svn-id: svn://tug.org/texlive/trunk@17129 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bracketkey')
-rw-r--r--Master/texmf-dist/doc/latex/bracketkey/Malva.pdfbin0 -> 82282 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bracketkey/bracketkey.pdfbin0 -> 223085 bytes
-rw-r--r--Master/texmf-dist/doc/latex/bracketkey/bracketkey.tex67
3 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bracketkey/Malva.pdf b/Master/texmf-dist/doc/latex/bracketkey/Malva.pdf
new file mode 100644
index 00000000000..589032fcf01
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bracketkey/Malva.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bracketkey/bracketkey.pdf b/Master/texmf-dist/doc/latex/bracketkey/bracketkey.pdf
new file mode 100644
index 00000000000..21ba1cd9fa8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bracketkey/bracketkey.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/bracketkey/bracketkey.tex b/Master/texmf-dist/doc/latex/bracketkey/bracketkey.tex
new file mode 100644
index 00000000000..85e8dbd0143
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bracketkey/bracketkey.tex
@@ -0,0 +1,67 @@
+\documentclass[parskip=half, pagesize=auto, version=last]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage{microtype}
+\usepackage{hyperref}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \textsf{bracketkey} package\thanks{This manual corresponds to \textsf{bracketkey}~v1.0, dated~2009/09/24.}}
+\subtitle{A \LaTeX\ class for producing bracketed identication keys}
+\author{Christoph Heibl}
+\date{2009/09/24}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+This work may be distributed and/or modified under the
+conditions of the \LaTeX\ Project Public License, either version~1.3
+of this license or (at your option) any later version.
+The latest version of this license is in
+\url{http://www.latex-project.org/lppl.txt}
+and version~1.3 or later is part of all distributions of \LaTeX\ %
+version~2005/12/01 or later.
+
+The use of \textsf{bracketkey} is explained below. See also the example in
+\texttt{Malva.tex} for how to use \textsf{bracketkey}.
+%
+\begin{enumerate}
+\item Use \verb+\begin{key}{<text>}+ and \verb+\end{key}+ to define the
+ \texttt{bracketkey} environment.
+
+\item The second argument of \verb+\begin key+ can be used to pass
+ an abbreveated (genus) name to the `\texttt{name}' command.
+
+\item The two alternatives of each couplet are defined by:
+
+ \verb+\leadONE{<backref>}{<text>}+~~and \\
+ \verb+\leadTWO{<text>}+.
+
+ \verb+<backref>+ is an integer which refers to the previous couplet
+ number, in case that the current and the previouos couplet
+ numbers are not consecutive.
+
+\item Each `\texttt{lead}' command is followed by a `\texttt{name}' command:
+
+ \verb+\name{<text>}{<text|integer>}{<text>}+
+
+ \verb+<text>+ in the first argument is set in boldface. It can be used
+ for taxon ranks which do not require italized writing.
+
+ \verb+<text>+ in the second argument is set in italics. It typically
+ takes names of genus rank and below. Alternatively, \verb+<integer>+
+ refers to the next couplet.
+
+ \verb+<text>+ in the third argument is set ``as is''. It can be used to provide
+ authority names.
+\end{enumerate}
+
+Please email commentaries, questions, etc. to \texttt{heibl at lmu.de}.
+
+\end{document}