summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-05-19 16:06:11 +0000
committerKarl Berry <karl@freefriends.org>2007-05-19 16:06:11 +0000
commitc11a0850e29ea8d9ffdb5696efc582fad8e57793 (patch)
tree300bd861c8a6e10ac06031fd70f8abd1ba073efd /Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
parent71199f0d5b9772184cc792bfe50790505a6180cb (diff)
new latex bundle dlfltxb (17may07)
git-svn-id: svn://tug.org/texlive/trunk@4314 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex')
-rw-r--r--Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex29
1 files changed, 29 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
new file mode 100644
index 00000000000..7449c59615b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
@@ -0,0 +1,29 @@
+\documentclass[a4paper,twocolumn]{memoir}
+\setlrmarginsandblock{2.5cm}*1
+\checkandfixthelayout
+\newoutputstream{showkeys}
+\openoutputfile{\jobname.keys}{showkeys}
+\addtostream{showkeys}{\protect\begin{description}}
+\newcommand\felineMarkupDescription[5]{%
+ \addtostream{showkeys}{\protect\item[#1] #2 }%
+}
+\usepackage[loadsampleconfig]{dlfltxbmarkup}
+%\usepackage{dlfltxbmarkup}
+\usepackage{calc,enumitem}
+\setdescription{style=nextline,font=\ttfamily}
+\addtostream{showkeys}{\protect\end{description}}
+\closeoutputstream{showkeys}
+\pagestyle{plain}
+\addtolength\columnsep{1cm}
+\setlength\columnseprule{0.4pt}
+\begin{document}
+\raggedright
+\twocolumn[\section*{Key descriptions for the current setting of the
+ \texttt{dlfltxbmarkup} package}]
+\input{\jobname.keys}
+\end{document}
+
+%%% Local Variables:
+%%% mode: latex
+%%% TeX-master: t
+%%% End: