<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On , at 2015 Dec 12,11:34 PM, Victor Ivrii wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 12, 2015 at 10:58 PM, Alain Schremmer <span dir="ltr"><<a href="mailto:schremmer.alain@gmail.com" target="_blank">schremmer.alain@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">When referring to a numbered newenvironment, I have the fancyref "notorious FAQ problem" namely "I get a section number".<br>
<br>
Right now, for \label{Agreement:sign}, \ref{Agreement:sign} returns the chapter.section number instead of, say, Agreement 4.<br>
<br>
What is it that I am missing?<br>
<br>
Hopeful regards<br>
--schremmer<br>
<br></blockquote><div><br></div><div>How do you introduce your \newenvironment? Is there \refstepcounter in its definition?</div></div></div></div></blockquote></div><div><br></div><div><div>\newcounter{agr}</div><div>\newenvironment{AGREE}{</div><div><span class="Apple-tab-span" style="white-space:pre">       </span>\textsf{\bfseries{AGREEMENT}</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>\refstepcounter{agr}</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>\thechapter .\theagr</div><div><span class="Apple-tab-span" style="white-space:pre">         </span>.</div><div><span class="Apple-tab-span" style="white-space:pre">            </span>\hspace{2.5mm}</div><div><span class="Apple-tab-span" style="white-space:pre">               </span>}</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>\sffamily</div><div><span class="Apple-tab-span" style="white-space:pre">    </span>}</div><div><br></div><div><br></div></div><div>I would like fancyref to pick up \theagr the way it does with figures and tables. (As usual, not understanding fancyref.pdf, I have much tried and erred but to no avail. )</div><div><br></div><div>@Gerhardt</div><div>Thanks, but at this point, I would rather not use newtheorem because that would force me to change too many already existing environments.</div><br><div>--schremmer</div></body></html>