Generalthmtools | Failure after Update

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Enedrox
Posts: 8
Joined: Mon Mar 07, 2011 6:23 am

thmtools | Failure after Update

Post by Enedrox »

Hi,

I have recently updated the packages of my installation, and for some reason thmtools is causing error. I am running MikTeX 2.9 on Windows 7 (64-bit) if it is of any importance, and below should replicate the error. In any case, I have also attached the log.

Code: Select all

\documentclass[a4paper,twoside,11pt,final]{article}

\usepackage{amsthm}
\usepackage{thmtools}

\declaretheoremstyle[
	headfont=\normalfont\bfseries,
	thmbox=M
	]{thmstyle}
\declaretheorem[style=thmstyle,
	refname={theorem,theorems},
	Refname={Theorem,Theorems}]{Theorem}

\begin{document}

This is not the theorem

\begin{Theorem}[Triangle Inequality]
\[
	|x| + |y| \geq |x+y|
\]
\end{Theorem}

\end{document}
I have tried doing some research, but could not find any satisfactory answers. The closest I got was that it could be due to an incompatibility between thmtools and kvsetkeys... If that is the case, what can I do about it? How can I revert back an update?

Thanks!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Enedrox
Posts: 8
Joined: Mon Mar 07, 2011 6:23 am

Re: thmtools | Failure after Update

Post by Enedrox »

So, does has anyone been able to replicate this issue?

Is it an issue with the packages? If so, how does one find and install old packages?
Post Reply