Tagged Questions
7
votes
2answers
105 views
wrong page with pageref if using thmtools
I don't know if the following issue is related to any other question already asked. My issue and minimal looks very simple.
\documentclass{book}
\usepackage{hyperref}
\usepackage{amsthm}
...
4
votes
3answers
346 views
thmtools: how to put xrefs in argument to thm environment?
I'm using thmtools for defining several environments for theorems, lemmas, etc.
Among these is an environment for corollaries. (I give the full definition of this environment at the end of this ...