Tagged Questions
2
votes
2answers
353 views
How to number nonconsecutive addenda in LaTeX without disrupting original Theorem numbering?
I am writing a thesis heavy with Definitions, Theorems, Lemmas and the like. I need to give a basic definition of a concept, and then later in the thesis expand on this definition as more parameters ...
1
vote
2answers
372 views
Problem with theorem decimal numbering in LaTeX
Below is the beginning of my LaTeX code. When I compile, theorem numbers do not show the decimal point. For example, the output shows Theorem 11 instead of Theorem 1.1. How can I fix this ?
...
0
votes
4answers
141 views
cleveref fails for theorem environments sharing the same counter
I want to number all theorems and corollaries on the same (section) counter. But when I do this, cleveref names them both 'theorem'. Here is a minimal example:
\documentclass{amsart}
...