To access a section (or subsection), should I always put a \label after that section or is there any way to access that specific section without using \ref in another place?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
| show 5 more comments |
|
You need to use a The |
|||||||||||||
|
|
If you are seeking a method for referring to the current section number without using
|
|||||
|

\labeland\refdon't work in your case. – Lev Bishop Feb 13 '11 at 18:52\labelis just too much for me, since I have to put that everywhere... Well, if there's a simpler way, I would do the simpler one, wouldn't you? :) – zfm Feb 14 '11 at 21:06section{something}\label{here}then doingref{here}somewhere else... Since I write a lot of sections (and subsection), I am too lazy to write that\labelin all sections... – zfm Feb 14 '11 at 21:58