summaryrefslogtreecommitdiff
path: root/lltxb-dtxstyle.tex
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-21 14:11:33 +0200
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-05-21 14:11:33 +0200
commit6ae09a2795872820c7848ea496940cbabceeb204 (patch)
treebfda4f4269127d3bb0dd9896576be01ce4630e12 /lltxb-dtxstyle.tex
parentb320f701d278e908732ec71dc03e6da4877465c3 (diff)
downloadluatexbase-6ae09a2795872820c7848ea496940cbabceeb204.tar.gz
cctb: add doc for stacks
Diffstat (limited to 'lltxb-dtxstyle.tex')
-rw-r--r--lltxb-dtxstyle.tex9
1 files changed, 9 insertions, 0 deletions
diff --git a/lltxb-dtxstyle.tex b/lltxb-dtxstyle.tex
index 2ccba83..89c1ac0 100644
--- a/lltxb-dtxstyle.tex
+++ b/lltxb-dtxstyle.tex
@@ -34,6 +34,15 @@
\newcommand \pk {\textsf}
\newcommand \cmdname {\texttt}
+% compact version of itemize
+\newenvironment{itemize*}{%
+ \itemize
+ \setlength\itemsep{0pt}%
+ \setlength\parskip{0pt}%
+}{%
+ \enditemize
+}
+
% no so nice, but anyway...
\newenvironment{qcode}{%
\quote \ttfamily \catcode`\_=12\relax \obeylines