[OS X TeX] numbering

George Gratzer gratzer at me.com
Thu May 20 14:47:16 EDT 2010


Seemed logical, but...

This command seems to have no effect at all.

GG

On 2010-05-20, at 12:22 PM, Alan Munn wrote:

> 
> On May 20, 2010, at 12:48 PM, George Gratzer wrote:
> 
>> Thank you Allan, I have never heard of this package.
>> 
>> Here is a related question:
>> 
>> I have my theorems numbered within chapters:
>> 
>> \theoremstyle{plain}
>> \newtheorem{theorem}{Theorem}[chapter]
>> 
>> but the result is not what I expected. Theorems are numbered 1 - 94 in Chapter I (which is fine), but they are displayed as
>> 
>> Theorem 6.94
>> 
>> where 6 is the section number.
>> 
>> I really would like
>> 
>> Theorem I.94
>> 
>> where I is the chapter number (roman cap).
>> 
>> And
>> 
>> Theorem II.7
>> 
>> in Chapter II.
>> 
>> How do I do this?
>> 
> 
> \renewcommand{\thetheorem}{\Roman{chapter}.\arabic{theorem}}
> 
> 
> Make sure it's after the \counterwithout command. (Assuming this question follows up on your wanting all the theorems sequentially numbered and not restarting each chapter.)
> 
> 
> Alan
> 
> -- 
> Alan Munn
> amunn at gmx.com
> 
> 
> 
> 
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
> 




More information about the MacOSX-TeX mailing list