Questions tagged [showkeys]
The {showkeys} package overlays the names of labels and references where they appear in the document.
42 questions
1
vote
1
answer
37
views
Wrap long `showlabels` labels in the margin with `informs4`
I would like to display longer labels for sections, theorems, and equations in the margin with line breaks so they do not extend outside the margin, when using the informs4 document class.
...
0
votes
3
answers
125
views
Adding equation, figure etc. labels as watermarks
When compiling a draft version of a book it is easier to keep track of the many labels used for equations, figures etc. by adding a box that displays the reference name. To do this I have created the ...
0
votes
1
answer
95
views
Showkeys showing called self-reference despite notref option
Showkeys, with the notref option called, should not display the label when \eqref{} is used. However, when the reference is a self-reference (that is calling the label of the current equation ...
0
votes
0
answers
95
views
Is it possible to back-reference the labels?
The backref option in hyperref package is useful to display where the references are cited. But this only works for \cite.
Is it possible to do something similar for \label?
A desirable realization is ...
1
vote
1
answer
167
views
Labels or keys of tcbtheorems in a section
I'm sure a lot of people asked this already, but I'm not able to find the correct answer.
I want to keep track of my label/keys that I was giving a tcbtheorem. I don't know the best practise to ...
0
votes
0
answers
61
views
Error from interactions between equation environments, \eqref, showkeys, hyperref, and seqsplit
I got an error which I was able to trim down to the following minimal working example:
\documentclass{article}
\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{showkeys}
\usepackage{seqsplit}
\...
2
votes
0
answers
93
views
Conflict between hyperref and showkeys with autoref
maybe this is a stupid question but I would like to know why the \autoref{} of hyperref package conflicts with the showkeys package (to allow in draft mode to see the labels) even when passing the ...
1
vote
1
answer
34
views
Using the `showkeys` package adds two new pages after the `\part` page to show only the label key
The following example creates 5 pages. Page 1 contains the \part, page 3 only shows the \part's \label, and page 5 shows the \chapter.
If I do not load showkeys then naturally, only 3 pages are ...
1
vote
1
answer
223
views
Display and wrap long labels in the margin with `showkeys` or `showlabels` with the `informs3` document class
I would like to display longer labels given to sections, theorems, and equations in the margin with line breaks so they do not extend outside the margin. I tried the two answers to this question, but ...
0
votes
1
answer
159
views
! Missing \endcsname inserted while using showkeys [closed]
Using showkeys of my MikTeX 2.9, the code below
\documentclass{article}
\usepackage{showkeys}
\begin{document}
section \ref{sec:methods} section \ref{methods}
\section{Methods}
\label{...
6
votes
2
answers
394
views
Why does `xstring`s `\StrBefore` work, but not `\IfBeginWith`?
I'm currently using the package showkeys to debug the labels in my document. Using the command \renewcommand{\showkeyslabelformat}[1]{...} one can customise the display of the labels. I want to handle ...
3
votes
1
answer
352
views
Showkeys and eqref prints undesired labels in equation
The following MWE produces an undesirable result, shown below:
\documentclass[11pt, a4paper, twoside]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{amsmath}
\usepackage[...
2
votes
2
answers
317
views
Add newlines to label-displays in `showkeys` package
I'm using the package showkeys to display labels in my LaTeX file. All my labels are of the form type:name:details. Since my labels tend to get very long (lemma:the_name_of_the_lemma:...) I'd like to ...
0
votes
1
answer
105
views
amsthm: combination of title and label gives problem
After years I have had this problem I discovered today the direct cause, but I would like to understand why it happens and how I avoid the error.
I still can't make a MEW and that is the reason why I ...
0
votes
0
answers
201
views
Why cleveref changes show keys in equations and theorems environments?
I think my question is not very clear, the reason is that I am not sure which package gives the problem:
When I label an equation as \label{eq:abc}, on the right of the equation I obtain:
{eq:abc} --...