[OS X TeX] PrettyRef
Alain Schremmer
Schremmer.Alain at verizon.net
Wed Mar 9 18:06:09 EST 2005
Aaron Jackson wrote:
> On Mar 9, 2005, at 3:02 PM, Alain Schremmer wrote:
>
>>>> I just started using PrettyRef and I like it but I have to keep
>>>> track of the label numbers on paper. Is the place where LaTeX
>>>> keeps track of the label numbers accessible?
>>>
> Number? I'm not sure what it is that you need, but you shouldn't have
> to keep track of any numbers. Maybe you can give an example of what
> you are talking about to make it more clear.
I do think I am not doing this right. Here is the example of what I did.
\documentclass[11pt]{book}
\usepackage{prettyref}
\begin{document}
\chapter{First}
\section{little first}\label{sec:3}
\section{little second}
\section{little third}\label{sec:2}
\chapter{Second}
\section{little first}\label{sec:1}
\section{little second}
A whole lot of text, see \prettyref{sec:1}, more text see
\prettyref{sec:2}, even more text see \prettyref{sec:3}.
\end{document}
The problem I have is that the next day I can't remember what the last
number I used was (here it is 3.) Here is the aux file.
\relax
\@writefile{toc}{\contentsline {chapter}{\numberline {1}First}{1}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {1.1}little first}{1}}
\newlabel{sec:3}{{1.1}{1}}
\@writefile{toc}{\contentsline {section}{\numberline {1.2}little second}{1}}
\@writefile{toc}{\contentsline {section}{\numberline {1.3}little third}{1}}
\newlabel{sec:2}{{1.3}{1}}
\@writefile{toc}{\contentsline {chapter}{\numberline {2}Second}{3}}
\@writefile{lof}{\addvspace {10\p@ }}
\@writefile{lot}{\addvspace {10\p@ }}
\@writefile{toc}{\contentsline {section}{\numberline {2.1}little first}{3}}
\newlabel{sec:1}{{2.1}{3}}
\@writefile{toc}{\contentsline {section}{\numberline {2.2}little second}{3}}
I can see where the \newlabels are and I can see my numbers, 1, 2, 3.
The trouble is that I have split my near 200 page source into a dozen
pieces with, therefore, a dozen aux files.
So, using numbers must be wrong but Companion2ed did not help. At least
not me.
Hope it makes sense.
Regards
--schremmer
--------------------- Info ---------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
More information about the MacOSX-TeX
mailing list