0
votes
1answer
68 views

Problems using cleveref with ntheorem [closed]

I'm using ntheorem and cleveref to make my life easier. The problem is that the produced references look like: If I use \cref : ?? [theorem][22][4]4.22 If I use \autoref, but cleveref is loaded : ?? ...
3
votes
2answers
116 views

problems with hyperref when \thethm points to undefined reference

Consider the following three minimal examples. I do not understand why the first doesn't work while the second and third is fine. Can anyone tell me? Hyperref seems to have problems when \thethm is ...
3
votes
1answer
123 views

How do I determine the name of the counter associated with a theorem-like environment

(A question related to this one and leading up to this one.) Suppose I'm using ntheorem. I would like to have a command which determines the name (not the value) of the counter associated with a ...
1
vote
1answer
253 views

Equation-reference with cleveref

I am using cleveref, which seems to be working fine, except for my equation references, which are referenced as ??. My equation is: \begin{equation}\label{ex2eqn} Y_{t} = \epsilon_t + 1.8Y_{t-1} + ...
8
votes
2answers
510 views

autoref names messed up when defining certain ntheorem theoremstyles

I define a theorem style pretty innocuously, to get things looking a bit more like amsthm theorems. But - my \autoref{}s become messed up with optional arguments of theorem environments. ...
0
votes
2answers
312 views

ntheorem + autoref + aliascnt cause TeX to exceed grouplimit capacity

I'm using MikTeX 2.9. When processing the following: \documentclass{article} \usepackage{hyperref} \usepackage[hyperref]{ntheorem} \usepackage{aliascnt} \newtheorem{lemma}{Lemma} ...