Search found 2 matches
- Thu Oct 06, 2011 6:32 pm
- Forum: Text Formatting
- Topic: Changing Enumerate style in environment
- Replies: 3
- Views: 2396
Re: Changing Enumerate style in environment
Sorry about that, I will make sure to do that next time. Anyways, the code worked perfectly, thanks! I'm curious though - what's the difference between renewcommand and renewcommand*? I don't think I've ever seen the latter
- Wed Oct 05, 2011 7:12 am
- Forum: Text Formatting
- Topic: Changing Enumerate style in environment
- Replies: 3
- Views: 2396
Changing Enumerate style in environment
I'm wondering if it's possible/easy to change the style of enumeration in the middle of the environment. Right now trying to do something like:
\begin{enumerate}
\theenumi}{3.\arabic{enumi}
\item
\theenumi}{5.\arabic{enumi}
\item
With the hope of producing something to the effect of
3.1
5.2
I ...
\begin{enumerate}
\theenumi}{3.\arabic{enumi}
\item
\theenumi}{5.\arabic{enumi}
\item
With the hope of producing something to the effect of
3.1
5.2
I ...