Search found 6 matches

by kitsune
Thu Apr 08, 2010 6:00 am
Forum: Text Formatting
Topic: Centering inparaenum (from paralist)
Replies: 1
Views: 2304

Centering inparaenum (from paralist)

I want to center ever \begin{inparaenum} ... \end{paraenum} that appears in my document. Is there a way to do with without going

Code: Select all

\begin{center}
\begin{inparaenum}
\item 1
\item 2
\item 3
\item 4
\item 5
\end{inparaenum}
\end{center}
every time?
by kitsune
Thu Apr 08, 2010 5:39 am
Forum: Text Formatting
Topic: Two questions with the enumitem package
Replies: 4
Views: 3192

Re: Two questions with the enumitem package

Thanks! I got it to work with your solution! :D
by kitsune
Wed Apr 07, 2010 5:33 pm
Forum: Text Formatting
Topic: Two questions with the enumitem package
Replies: 4
Views: 3192

Re: Two questions with the enumitem package

Thank you! The horizontal line part works!

For the page break problem, I do not want one item to be split onto two pages. (Each item is small enough to fit on one page.) Having multiple items on one page is fine. Is there a way to do that?
by kitsune
Wed Apr 07, 2010 4:48 am
Forum: Text Formatting
Topic: Two questions with the enumitem package
Replies: 4
Views: 3192

Two questions with the enumitem package

I'm current using enumitem to make a list.

1.) Each item consists of multiple paragraphs. I want each item to stay on one page. Is this possible? (I think it might have something to do with penalties but I can't get it to work.)

2.) How can I add a horizontal line to separate the items?

Thanks!
by kitsune
Mon Feb 15, 2010 3:16 am
Forum: Text Formatting
Topic: Not restarting the numbering?
Replies: 2
Views: 1487

Re: Not restarting the numbering?

I got it to work! Thank you for your help!
by kitsune
Thu Feb 11, 2010 7:25 pm
Forum: Text Formatting
Topic: Not restarting the numbering?
Replies: 2
Views: 1487

Not restarting the numbering?

I want to use \begin{enumerate} at different places in my file. I want it to be so that the numbering does not restart at 1 each time, but instead picks off where the previous enumerate left off. How can I do this?