Questions tagged [zref-clever]
Questions regarding the `zref-clever` package.
23 questions
1
vote
2
answers
48
views
In `zref-clever` global options ovverride local ones
Some global options to zref-clever override a local one. This seems to contradict the documentation which says "zcsetup has local effects, so it can be issued inside the respective environments ...
5
votes
1
answer
68
views
Under `zref-clever`, command to retrieve name strings of a given reference type?
I’m using zref-clever, and looking for a way to explicitly retrieve the various name strings associated to a given reference type — so I can write e.g. \zcrefgetstring{theorem}{Name-pl} and get “...
0
votes
0
answers
34
views
Equation numbering with \pause and showonlyrefs
I have a tex file:
\documentclass{beamer}
\usepackage{zref-clever,mathtools}
\mathtoolsset{showonlyrefs}
% Numbering an equation when using \pause and showonlyrefs
% https://tex.stackexchange.com/a/...
0
votes
0
answers
35
views
Jump by \zcref is one line below the target
I have a tex file:
\documentclass{beamer}
\usepackage{amsthm,zref-clever}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\usepackage{mathtools}
\mathtoolsset{showonlyrefs}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\hypersetup{
...
1
vote
0
answers
119
views
How to format the zref-clever's separator?
This question is from this link. Since cleveref was last updated in 2018, I am trying to do the same with zref-clever:
\documentclass{beamer}
\usepackage{hyperref}
% \usepackage{cleveref}
% \...
1
vote
1
answer
65
views
Wrong jump to proof environment: patch for amsthm not work for keytheorems
I have a tex file where I use keytheorems to create proof environment:
\documentclass[11pt]{amsart}
\usepackage{lipsum,zref-clever,mathtools,fullpage,amssymb}
\zcsetup{cap=true,comp=false,sort=false}
\...
1
vote
2
answers
101
views
\hyperref does not give a correct jump
I have a tex file
\documentclass[11pt]{amsart}
\usepackage{lipsum,zref-clever,mathtools,fullpage}
\zcsetup{cap=true,comp=false,sort=false}
\usepackage[hypertexnames=false]{hyperref}
\hypersetup{
...
1
vote
1
answer
64
views
zref-clever: format of a list of cross-references
I have a tex file
\documentclass{amsart}
\usepackage{zref-clever}
\zcsetup{cap=true,comp=false,sort=false}
\zcRefTypeSetup{equation}{
Name-sg=,
Name-pl=,
}
\usepackage[hypertexnames=false]{...
0
votes
1
answer
78
views
How use keytheorems with zref-clever
The following, with some irrelevant changes, is from https://tex.stackexchange.com/a/752203/13492:
\documentclass{article}
\usepackage{amsmath,amsthm}
\usepackage[svgnames]{xcolor}
\usepackage[...
4
votes
1
answer
82
views
Using zref-clever and enumitem together
MWE:
\documentclass{article}
\usepackage{zref-clever,enumitem}
\begin{document}
\begin{enumerate}
\item\label{item1} First item
\item[(B)]\label{item2} Second item
\item \label{item3} Third item
...
1
vote
1
answer
108
views
zref-clever: \zcref gives wrong reference type inside modified align environment
I have a tex file
\documentclass{amsart}
\usepackage{amsthm,amssymb,zref-clever,mathtools}
\zcsetup{cap=true,comp=false,sort=false}
\zcRefTypeSetup{equation}{
Name-sg=,
name-sg=,
}
\...
1
vote
1
answer
65
views
hyperref: ref type in black and numbering in blue
I have a tex file
\documentclass{article}
\usepackage{amsthm,mathtools}
\usepackage[hypertexnames=false]{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=blue
}
\usepackage{zref-clever}
\zcsetup{...
5
votes
2
answers
229
views
Theorem list references with zref-clever
For a long time, I have been using this excellent solution by Mico, combined with this other excellent solution by Ulrike, to create clever references to theorems with listed substatements. But with ...
2
votes
2
answers
104
views
Reset a counter with the tools of zref-clever
Unless there is some undetected problem, the following MWE does mostly what I want to achieve.
Features
enumeration of theorems and lemmas by a common counter and single number
step has its own ...
4
votes
1
answer
69
views
Subsection by zref-clever
I have a tex file
\documentclass{memoir}
\usepackage{mathtools,amsthm,zref-clever}
\zcsetup{cap=true}
\usepackage[notcite,notref]{showkeys}
\usepackage[hypertexnames=false]{hyperref}
\hypersetup{
...