summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/bracketkey
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-09-26 23:28:51 +0000
committerKarl Berry <karl@freefriends.org>2009-09-26 23:28:51 +0000
commit1ac2916f920bece57cb4bbf657e686147f27d4c9 (patch)
tree81de3da74505864408252dcbffa5749374b3b943 /Master/texmf-dist/doc/latex/bracketkey
parent3ba97cfb6b13172c9087ba57a49fe8266002cbfb (diff)
new latex package bracketkey 1.0 (24sep09)
git-svn-id: svn://tug.org/texlive/trunk@15476 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bracketkey')
-rw-r--r--Master/texmf-dist/doc/latex/bracketkey/Malva.tex46
-rw-r--r--Master/texmf-dist/doc/latex/bracketkey/README45
2 files changed, 91 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bracketkey/Malva.tex b/Master/texmf-dist/doc/latex/bracketkey/Malva.tex
new file mode 100644
index 00000000000..ae42ab02211
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bracketkey/Malva.tex
@@ -0,0 +1,46 @@
+%% Malva.tex
+%
+% An example for the bracketkey package (C. Heibl)
+%
+\documentclass[11pt, spanish]{article}
+\usepackage[a5paper]{geometry}
+\usepackage{bracketkey} % load bracketkey.sty
+%
+%%% BEGIN DOCUMENT
+\begin{document}
+%
+\pagestyle{empty}
+%
+% header of key (alternatively you could use: \keytitle{Malva})
+\vspace{3ex}
+\noindent\textbf{Clave para las especies chilenas de \textit{Malva}}\footnote{A. Marticorena, Malvaceae. In: C. Marticorena \& R. Rodr\'iguez (eds.). Flora de Chile 2(3): 22-105, Editorial Universidad de Concepci\'on, Chile.}
+\vspace{1ex}
+%
+% the key environment:
+\begin{key}{M.~}
+\leadONE{}{Br\'acteas del cal\'iculo unidas}
+\name{}{2}{}
+\leadTWO{Br\'acteas del cal\'iculo libres}
+\name{}{3}{}
+\leadONE{}{Br\'acteas lanceoladas, m\'as cortas que el c\'aliz; flores en general solitarias, raro 2-3}
+\name{}{assurgentiflora}{(Kellogg) M.F.Ray}
+\leadTWO{Br\'acteas del cal\'iculo anchas, ovadas, excediendo el c\'aliz; flores usualmente agrupadas}
+\name{}{dendromorpha}{M.F.Ray}
+\leadONE{1}{Hojas superiores laciniadas}
+\name{}{moschata}{L.}
+\leadTWO{Hojas superiores lobadas}
+\name{}{4}{}
+\leadONE{}{Br\'acteas del cal\'iculo lineares}
+\name{}{5}{}
+\leadTWO{Br\'acteas del cal\'iculo ovadas}
+\name{}{6}{}
+\leadONE{}{Mericarpos lisos}
+\name{}{neglecta}{Wallr.}
+\leadTWO{Mericarpos rugosos }
+\name{}{parviflora}{L.}
+\leadONE{4}{P\'etalos de 5-15 mm de largo, pedicelos de casi el largo del c\'aliz }
+\name{}{nicaeensis}{All.}
+\leadTWO{P\'etalos de 16-25 mm de largo, pedicelos 3-4 veces m\'as largos que el c\'aliz}
+\name{}{sylvestris}{L.}
+\end{key}
+\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/bracketkey/README b/Master/texmf-dist/doc/latex/bracketkey/README
new file mode 100644
index 00000000000..d5638e7ae47
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/bracketkey/README
@@ -0,0 +1,45 @@
+bracketkey 1.0 -- A LaTeX class for producing bracketed identication keys
+
+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
+ 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 bracketkey is explained below. See also the example in
+Malva.tex for how to use bracketkey.
+
+1. Use \begin{key}{<text>} and \end{key} to define the
+ bracketkey environment.
+
+2. The second argument of \begin key can be used to pass
+ an abbreveated (genus) name to the 'name' command.
+
+3. The two alternatives of each couplet are defined by:
+
+ \leadONE{<backref>}{<text>} and
+
+ \leadTWO{<text>}.
+
+ <backref> is an integer which refers to the previous couplet
+ number, in case that the current and the previouos couplet
+ numbers are not consecutive.
+
+4. Each 'lead' command is followed by a 'name' command:
+
+ \name{<text>}{<text|integer>}{<text>}
+
+ <text> in the first argument is set in boldface. It can be used
+ for taxon ranks which do not require italized writing.
+
+ <text> in the second argument is set in italics. It typically
+ takes names of genus rank and below. Alternatively, <integer>
+ refers to the next couplet.
+
+ <text> in the third argument is set "as is". It can be used to provide
+ authority names.
+
+
+Please email commentaries, questions, etc. to heibl at lmu.de.