Tagged Questions
8
votes
2answers
103 views
How remove indention in theorem environment?
How is it possible to remove the indention at the beginning of the theorem text?
\documentclass{article}
\usepackage{amsthm}
\usepackage{thmtools}
\declaretheorem[thmbox=L]{boxtheorem L}
...
4
votes
1answer
290 views
Horizontal spacing issue in \listoftheorems using amsthm + thmtools
I am using the command \listoftheorems with packages amsthm and thmtools. The problem is that the theorem's head and its optional title overlap. How can I make this space bigger to avoid overlapping?
...