Search found 1 match

by ghodsi
Tue Dec 20, 2011 11:12 pm
Forum: Page Layout
Topic: Problem with new custom List Environment
Replies: 1
Views: 1371

Problem with new custom List Environment

Dear All,

I would like to write a list environment that only writes the non-empty items, but with the same label that would have appeared if that item was non-empty.

This is what I have:
\documentclass{book}

\newcounter{mnum}
\newenvironment{mlist}{\setcounter{mnum}{0} % 1) 2) 3)
\begin{list ...