[OS X TeX] numbering
George Gratzer
gratzer at me.com
Fri May 21 10:30:32 EDT 2010
Dear Alan,
Problem solved. I have a style file inherited from three other books, always modified. It is very long as it contains not only the user defined commands but also the book design.
I searched it for all relevant commands but could not find the reason for the errant behaviour.
Turned out that the offending commands were in the source file!
I now use the chngcntr package, thanks for the tip.
GG
On 2010-05-20, at 2:52 PM, Alan Munn wrote:
> On May 20, 2010, at 2:47 PM, George Gratzer wrote:
>> On 2010-05-20, at 12:22 PM, Alan Munn wrote:
>>>
>>> \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.)
>
>> Seemed logical, but...
>>
>> This command seems to have no effect at all.
>>
>> GG
>>
>
> But then you need to show exactly what you're doing. The following works for me:
>
> \documentclass{book}
> \usepackage{amsmath,amsthm}
> \theoremstyle{plain}
> \newtheorem{theorem}{Theorem}[chapter]
> \usepackage{chngcntr}
> \counterwithout{theorem}{chapter}
> \renewcommand{\thetheorem}{\Roman{chapter}.\arabic{theorem}}
>
> \begin{document}
> \chapter{A chap}
> \section{A section}
>
> \begin{theorem}
> \[ \pi
> \]
> \end{theorem}
>
> \chapter{Another chap}
> \begin{theorem}
> \[
> \pi^{2}
> \]
> \end{theorem}
> \end{document}
>
> Alan
>
>> 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
>>>
>>
>> ----------- 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
>>
>
> --
> 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