summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/memoir/memsty.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-06 22:27:23 +0000
committerKarl Berry <karl@freefriends.org>2015-03-06 22:27:23 +0000
commit59459b17c1b5c64a74bb926836393d379e64493e (patch)
tree6acd41ce2dbf02014116cdbaa79153266ae115c4 /Master/texmf-dist/doc/latex/memoir/memsty.sty
parent6112f0a2130c0874c8926a94609f23f3d3d7636f (diff)
memoir (6mar15)
git-svn-id: svn://tug.org/texlive/trunk@36449 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/memoir/memsty.sty')
-rw-r--r--Master/texmf-dist/doc/latex/memoir/memsty.sty7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/memoir/memsty.sty b/Master/texmf-dist/doc/latex/memoir/memsty.sty
index c5a23dc52c8..5abe01f7c3d 100644
--- a/Master/texmf-dist/doc/latex/memoir/memsty.sty
+++ b/Master/texmf-dist/doc/latex/memoir/memsty.sty
@@ -574,6 +574,13 @@ chapterstyle. It is one of several styles that come as part of the
\global\c@subsection=\savesubseccnt
\global\c@footnote=\saveftncnt}
+\newenvironment{demochap*}[2][\onelineskip]{
+ \let\DCcaption\caption
+ \renewcommand\caption[1]{\DCcaption{##1. This style requires the
+ \Lpack{graphicx} package}}
+ \begin{demochap}[#1]{#2}}{\end{demochap}}
+
+
%%% comma separated in-line items
\let\litemize\itemize \let\endlitemize\enditemize
\renewenvironment{litemize}{\renewcommand{\item}{\unskip, }}{}