summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dlfltxb/dlfltxbmarkup-showkeys.tex
diff options
context:
space:
mode:
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: