<div dir="ltr">Is that what you want? (replace \blindtext by the real content)<div><br></div><div><div>\documentclass[12pt]{article}</div><div><br></div><div>\usepackage{enumitem}</div><div>\usepackage{blindtext}</div><div>
\begin{document}</div><div>\begin{enumerate}[label={\arabic*}]<br></div><div>\item\label{boo} \blindtext</div><div>\item\label{doo}<br></div><div>\begin{enumerate}[label={\Alph*}]</div><div>\item\label{soo} \blindtext</div>
<div>\item\label{too} \blindtext</div><div><br></div><div>\end{enumerate}</div><div>\item\label{poo} \blindtext</div><div><br></div><div>\end{enumerate}</div><div><br></div><div>Item \ref{doo}\ref{soo} means that </div><div>
<br></div><div><br></div><div>\end{document}</div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Dec 29, 2013 at 10:31 AM, Jerry <span dir="ltr"><<a href="mailto:jerry@seibercom.net" target="_blank">jerry@seibercom.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I don't know id this is the right place to ask this question, but it is<br>
as good as any to start with. I am trying to learn how "LaTeX" and use<br>
it as a possible replacement for MS Word. In the following example, I<br>
am trying to create proper references to items in numbered lists. I<br>
don't explain things to well, so I apologize in advance.<br>
<br>
I am using the "varioref" package to create labels and references. I<br>
need to get items create with<br>
<br>
\begin{enumerate}<br>
\item bla bla bla<br>
\end{enumerate}<br>
<br>
referenced correctly.<br>
<br>
In the following example I need to get the label named in line 11<br>
correctly referenced on line 13.<br>
<br>
\begin{enumerate}<br>
\item this is item 1<br>
\item This is item 2<br>
  \begin{enumerate}<br>
  \item this is item 2A<br>
  \item This is item 2B<br>
  \end{enumerate}<br>
\item This is item 3<br>
\item this is item 4<br>
  \begin{enumerate}<br>
  \item This is item 4A \label{itm:4A}<br>
  \end{enumerate}<br>
\item This is item 5 which is suppose to reference \vref{itm:4A}<br>
\end{enumerate}<br>
<br>
The problem is that (1) it only prints out "A"  and not "item 4A". I<br>
added this to the preamble, but it doesn't help.<br>
<br>
\labelformat{enumi}{item~#1}<br>
\labelformat{enumii}{item~#1}<br>
\labelformat{enumiii}{item~#1}<br>
\labelformat{enumiiii}{item~#1}<br>
<br>
This may not seem like a huge problem, but these lists are used in<br>
legal documents and can be quite lengthy and several levels deep. I<br>
need the reference to be more precise than just printing out a vague<br>
letter or number that can refer to several placed in the section.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Jerry<br>
_______________________________________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/texhax/</a><br>
More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org">postmaster@tug.org</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><br>Victor Ivrii</div>
</div>