11
votes
3answers
63 views

What to consider when naming labels to prevent errors?

This question is inspired by Umlauts in label and a quote from an answer to How to automatically add \! in subscripts? However the best is to avoid _ in labels. I already name all my labels with ...
31
votes
1answer
598 views

Difference between ref, varioref and cleveref. Decision for a thesis

How can one make a quick decision what the best "ref" for a thesis in pdflatex with hyperref is? After a few hours reading I do not know more than ref is used by everyone who does not know about ...
0
votes
0answers
38 views

What is the best method or package for referencing a subfigure? [duplicate]

Possible Duplicate: subcaption vs. subfig: Best package for referencing a subfigure I'd like to reference a part of a figure, 1(a) for example, within a body of text. I've been using the ...
4
votes
1answer
209 views

Shortcut commands for referencing floats

I always include the following commands in the preamble of my latex documents to make sure I refer to floats consistently in the text. I was wondering if the community had any thoughts about this, is ...
0
votes
2answers
435 views

Best practices for cross-references with hyperref

I want to reference some parts of my document. At the moment I read that there are several options. When clicking on a cross-reference one should get to the right part of the document. The first ...
12
votes
5answers
786 views

Which equations should be numbered?

Is the best practice to number all equations, or just those that will be referred to?
2
votes
2answers
578 views

How can I reference a table/figure/section in another document?

I am writing documentation that includes three documents for different audiences: Public Staff Developers In the Developers document, I would like to reference a table or section in the Staff ...