Search found 4 matches
- Mon Oct 27, 2008 7:19 pm
- Forum: General
- Topic: Changing enumerated lists and citing images
- Replies: 4
- Views: 3683
Re: Changing enumerated lists and citing images
Thank you so much Juanjo. That was exactly what I wanted. I've had a go and managed to get it working in my documents. You mentioned that you would be willing to explain the basics of the code and, if don't mind, I'd love to know whats going on. Once again, thank you so much. I can't thank you ...
- Wed Oct 22, 2008 11:56 am
- Forum: General
- Topic: Changing enumerated lists and citing images
- Replies: 4
- Views: 3683
Changing enumerated lists and citing images
Ok, I've managed to fix the first problem. Not sure if it's the 'correct' way to do it but it does what I want. In case anyone has the same problem, here's what I ended up with:
\renewcommand\theenumi{\arabic{enumi}}
\renewcommand\theenumii{\arabic{enumii}}
\renewcommand\theenumiii{\arabic{enumiii ...
\renewcommand\theenumi{\arabic{enumi}}
\renewcommand\theenumii{\arabic{enumii}}
\renewcommand\theenumiii{\arabic{enumiii ...
- Wed Oct 22, 2008 11:34 am
- Forum: General
- Topic: Changing enumerated lists and citing images
- Replies: 4
- Views: 3683
Changing enumerated lists and citing images
I have asked the first question in another post but as I now have another question, it'd probably be best to start a new thread.
Firstly, I have an enumerated list with several enumerated lists nested within. I want my first level to remain as standard (i.e. just the number). I want my second level ...
Firstly, I have an enumerated list with several enumerated lists nested within. I want my first level to remain as standard (i.e. just the number). I want my second level ...
- Thu Oct 09, 2008 11:12 am
- Forum: General
- Topic: Changing how a cross-reference is printed
- Replies: 9
- Views: 8883
Changing how a cross-reference is printed
I have a similar question to the OP. I want my first level to remain as standard (i.e. just the number). I want my second level to be the number of the first level '.' incrementing number for the second level and so on. Basically, I want the three levels to be numbered like sections, subsections and ...