Questions tagged [showkeys]

The {showkeys} package overlays the names of labels and references where they appear in the document.

The {showkeys} package overlays the names of labels and references where they appear in the document. This is usually needed only for debugging, and the format and appearance of the printed keys can be controlled.

38 questions
8
votes
1 answer

Showkeys package with very small margins

Hi I am working on an appendix which has very large tables. Since I have these tables , I have narrowed the margins as much as possible so that they fit properly. I am also using the showkeys package to cross-reference easily the appendix with the…
MathUser
  • 105
0
votes
0 answers

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…
0
votes
1 answer

! Missing \endcsname inserted while using showkeys

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{sec:methods} \end{document} yields weird…
user78499