In LaTeX, we can say something like:
"See equation \ref{eq} on page \pageref{eq}..."
Is there any way to do:
"See equation \ref{eq} in chapter \chapterref{eq}..."
|
In LaTeX, we can say something like:
Is there any way to do:
|
||||
| show 2 more comments |
|
You can do this with the
|
|||||||||||||
|
|
As meep.meep already posted the
The |
|||||||||
|
|
Produces:
To edit how hyperref references appear, see answers to this question
The LaTeX wikibook has details on various cross-referencing options. |
|||||
|
|
You can solve this using the package
EDIT: I just noted, that if you also have a |
|||||
|
|
I can see two somewhat manual ways to do it:
However, you have to take care of the format (eg. you'd have to type 2) Storing the adequate value of
|
||||
|
|
|
You can use labels to sections and subsections, then refer to them like you'd refer to any other float, see below:
|
|||
|
|
The
This gives:
|
||||
|
|
Put these commands in the preamble:
then the text looks something like
etc... |
|||||
|
\chapterrefreturn? The number or the name of the chapter? – Martin Scharrer♦ Mar 16 '11 at 14:34