Tagged Questions
14
votes
4answers
425 views
A problem with thmtools and cleveref
I am trying to use thmtools and cleveref and I am getting a quite peculiar error. Here's a minimal example.
\documentclass{article}
\usepackage{thmtools}
\usepackage{cleveref}
...
4
votes
2answers
575 views
`ntheorem` and `thmtools` seem incompatible
I am preparing the setup of the theorem environments for my thesis. I want to do this right before I have say 200 of those environments in my document, since changing them will likely break things at ...
4
votes
1answer
843 views
Problem with hyperref / cleveref / thmtools
The following is a (fairly) minimal example:
\documentclass{book}
\usepackage{amsmath}
\usepackage{amsthm}
\usepackage{thmtools}
\declaretheoremstyle[
spaceabove=6pt, spacebelow=6pt,
...