Tagged Questions
1
vote
1answer
45 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}
...
10
votes
2answers
158 views
Counting the total number of theorems
I have:
\usepackage{amsthm}
\newtheorem{problem}{Problem}
....
\begin{problem}...\end{problem}...
...
\begin{problem}...\end{problem}...
In the first page of the document, how can I know the number ...
2
votes
1answer
3k views
pdfTeX warning: destination with same identifier has been already used, duplicate ignored (weird behavior)
Here is a minimal example:
\documentclass{amsart}
\usepackage{amsthm}
\usepackage[pdftex]{hyperref}
\newtheoremstyle{myexercise}{\baselineskip}{\baselineskip}{}{}{\bfseries}{.}{ ...