Hello,
I'm using cross references. When I use \label{sec:method} and quote \ref{sec:method}, the result is the number of the section.
How can I get the title of the section as an output (without the number)?
General ⇒ cross-reference referencing to name and not number
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10345
- Joined: Mon Mar 10, 2008 9:44 pm
cross-reference referencing to name and not number
Hi wuntzt,
the titleref package provides that feature. If you need hyperref, use nameref instead.
Stefan
the titleref package provides that feature. If you need hyperref, use nameref instead.
Stefan
LaTeX.org admin
Re: cross-reference referencing to name and not number
Great, thank you!