Tagged Questions
16
votes
3answers
985 views
What is the difference in citing/referencing with or without tilde?
I've seen examples referencing a table as follows:
Table~\ref{table:overview} shows an overview of all the elements.
What is the use of the tilde in front of \ref or \cite and when do you have to ...
11
votes
3answers
6k views
Reference name of description list item in LaTeX
(Repost from Stack Overflow)
I'd like to refer to a description list item by name instead of number. To that effect, I've added labels to each item, but when referencing them I only get the name of ...