Tagged Questions
1
vote
1answer
42 views
Alternative numbering for theorem
I am using thmtools as a front end to amsthm and I have a definition environment as follows.
\declaretheorem[
style=mydefinitionstyle,
name=Definition,
numberwithin=chapter
]{definition}
...
7
votes
2answers
89 views
Cleveref and named theorems
Is it possible with Cleverref to reference not only the number of an environment but the "name" (the thing that is passed to it in square brackets?
In the following example I want to replace the line ...
4
votes
1answer
62 views
Using amsthm to number examples - how do I account for altered examples (i.e. 1', 1'', etc.)
I have sought long and hard for a solution to this and experimented with a combination of http://tex.stackexchange.com/a/43351 and http://tex.stackexchange.com/a/443, but could not get it to work.
I ...
0
votes
0answers
400 views
Cross-referencing with amsthm and cleveref [closed]
I have to reference lemmas and theorems I have created using amsthm, but I want the actual word (e.g"Lemma" or "Theorem") to show up whenever I reference them. \ref didn't do the trick, as that only ...
2
votes
1answer
638 views
\eqref in italic math environnment
When using the amsthm package with the \eqref command, things may not be correct. When the main font of a theorem is italic, the \eqref is non-italic while \ref is italic. Please, see the provided ...
33
votes
6answers
5k views
How do I repeat a theorem number?
Often in my papers I want to mention theorems in the introduction that are introduced in more detail and proved in a later section.
I'd like to include the statement of these theorems twice over, ...