<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">That redefinition of \label seems not to be robust — see my comment to <a href="https://tex.stackexchange.com/a/511212/13492" class="">https://tex.stackexchange.com/a/511212/13492</a> .<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 6 Oct2019, at 3:06 PM, Piet van Oostrum <<a href="mailto:piet-l@vanoostrum.org" class="">piet-l@vanoostrum.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Murray Eisenberg <<a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a>> writes:<br class=""><br class=""><blockquote type="cite" class="">From George Grätzer’s “More Math into LaTeX” (or earlier versions of it), I adopted the convention of using as label names phrases of the form “type:description”, e.g.:<br class=""><br class=""><span class="Apple-tab-span" style="white-space:pre">      </span>\label{thm:law-lare-numbers}<br class=""><span class="Apple-tab-span" style="white-space:pre">   </span>\label{eq:prod-of-sums}<br class=""><br class="">For a book, I’m using, among many other packages, babel and crossreftools. Recently I’ve discovered that the “french” option to babel gives a conflict with mnay commands from crossreftools when label names include colons. (The trouble is caused by babel-french.ldf, where the colon is made an active character along with semicolon, exclamation mark, and question mark.)<br class=""><br class="">I could replace those colons by hyphens, but then that destroys the visual distinction between the type of object (theorem, equation, etc.) being labeled and the description, including hyphens, of the particular object of that type.<br class=""><br class="">The colon was, for me, the perfect separator to use, as it nicely separates the two parts of the label names yet is not obtrusive.<br class=""><br class="">Do you have any recommendation for what character to use —  one that is suitable for the purposes my use of it as author yet is safe in that it is unlikely to be made active by some package and thereby cause the same clash as the colon?<br class=""><br class="">I considered the vertical bar “|” but am concerned that something could make it active as well as that it is somewhat obtrusive.<br class=""><br class="">(For reference, please see <a href="https://tex.stackexchange.com/questions/511030/another-babel-french-incompatibility-with-crossreftools" class="">https://tex.stackexchange.com/questions/511030/another-babel-french-incompatibility-with-crossreftools</a> and the other posts it references.)<br class=""></blockquote><br class="">I posted this solution on stackexchange:<br class=""><br class="">\edef\myoldcatcode{\the\catcode`\:}<br class="">\let\myoriglabel\label<br class="">\def\label{\catcode`\:=11 \mynewlabel}<br class="">\def\mynewlabel#1{\myoriglabel{#1}\catcode`\:=\myoldcatcode}<br class=""><br class="">-- <br class="">Piet van Oostrum <<a href="mailto:piet-l@vanoostrum.org" class="">piet-l@vanoostrum.org</a>><br class="">WWW: <a href="http://piet.vanoostrum.org/" class="">http://piet.vanoostrum.org/</a><br class="">PGP key: [8DAE142BE17999C4]<br class=""></div></div></blockquote></div><br class=""><div class="">
---<br class="">Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;">                       </span><a href="mailto:murrayeisenberg@gmail.com" class="">murrayeisenberg@gmail.com</a><br class="">503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;">     </span>Home (240)-246-7240<br class="">Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;">  </span>Mobile (413)-427-5334<br class=""><br class="">

</div>
<br class=""></body></html>