Tagged Questions

2
votes
2answers
345 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
361 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
0answers
14 views

Beamer Poster Theorem style without boxes [migrated]

I'm making a poster using beamer and when I use \begin{theorem} and \begin{proof} it makes the theorems and proofs in a box just like a block title would be. I understand this is the default setting ...
0
votes
4answers
125 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} ...