Re: OK TeXperts... tweaking \item
- From: gualnews@xxxxxxxxx
- Date: 30 May 2007 12:03:54 -0700
On May 30, 6:44 pm, J Davis <texasAUti...@xxxxxxxxx> wrote:
On May 30, 4:41 am, gualn...@xxxxxxxxx wrote:
On May 30, 7:12 am, Werner <wgrundli...@xxxxxxxxx> wrote:
You should be able to do the same with the enumitem package:
\usepackage{enumitem}
There is some examples in the package documentation, available on CTAN
from
http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=enumitem
Werner
If the OP just wants it for selected item entries, then one may simply
do something like:
\usepackage{pifont}
\newcommand{\solitem}{\item[\stepcounter{enumi}\ding{220}\kern2pt
\theenumi]}
Then one can intersperse \solitem with the other \item entries.
Gual
This is *close* to what I want, however:
1. The period immediately following the numbered item is gone.
2. The alignment of the numbers seems to be off on the \solitem
usages, i.e. the period following each number are no longer aligned
horizontally.
Suggestions?
TIA,
John
Sorry. I didn't check. The following works:
\usepackage{pifont}
\renewcommand{\theenumi}{\arabic{enumi}.}
\renewcommand{\labelenumi}{\theenumi}
\newcommand{\solitem}{\item[\stepcounter{enumi}\ding{220}\kern2pt
\theenumi]}
Gual
.
- References:
- OK TeXperts... tweaking \item
- From: J Davis
- Re: OK TeXperts... tweaking \item
- From: Werner
- Re: OK TeXperts... tweaking \item
- From: gualnews
- Re: OK TeXperts... tweaking \item
- From: J Davis
- OK TeXperts... tweaking \item
- Prev by Date: Re: Problems printing sub ranges from YAP
- Next by Date: overlapping math symbols
- Previous by thread: Re: OK TeXperts... tweaking \item
- Next by thread: Glossary acronyms eat spaces
- Index(es):
Relevant Pages
|