<html><head></head><body bgcolor="#FFFFFF"><div>Hi Jason, Peter, and others<br></div><div><br>On 20/04/2013, at 5:10, "Vamos, Peter" <<a href="mailto:P.Vamos@exeter.ac.uk">P.Vamos@exeter.ac.uk</a>> wrote:<br><br></div><div></div><blockquote type="cite"><div>

<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">


<div class="BodyFragment"><font size="2"><span style="font-size:10pt;">
<div class="PlainText">Jason,<br>
<br>
> But I was interested in learning whether there was a LaTeX command like \DeclareMathOperator, except for binary relations (and which wasn't restricted to only being used in the preamble). </div></span></font></div></div></blockquote><div><br></div><div>What is the problem with the preamble restriction?</div><div>You define a macro, within the preamble, to do the kind of work that you want done, then use it within the body of your document source. This can certainly be done in TeX.</div><div><br></div><div>But you should not be fiddling with characters in your source, in non-standard ways. This will cause problems when you combine your work with others, for a collaborative effort, or in a journal publication. It is much better to define a macro that uses the characters unchanged, as a specialized pattern, that then is interpreted by a macro that is defined just once in your preamble.</div><div>My previous post showed how to do this. You (or your colleagues or journal production editor) can then tweak the macro expansion to suit their own circumstances, and have it apply to all instances in your LaTeX body. Changing the character, on the other hand, requires finding all instances and fixing these separately, or with a more complicated kind of macro.</div><div><br></div><br><blockquote type="cite"><div><div class="BodyFragment"><font size="2"><span style="font-size:10pt;"><div class="PlainText">Or maybe a pointer to some source about how LaTeX is told to interpret
 symbols in math mode… I guess I need to return to the TeXbook.<br>
<br>
Look in the TeXbook p. 154, 170 etc or The LaTex Companion  (2nd ed) pages 435, 525 and the tables thereof. In case you don't have access to these I attach the tables. In LaTeX you can also use \DeclareMathSymbol<br>
<br>
<rant> The most frequently encountered annoyance in mathematical typesetting I find in manuscripts and even in printed publications is the incorrect use of the | symbol i.e. not knowing the difference between \vert (or typing |) and say  \mid. </div></span></font></div></div></blockquote><div><br></div><div>Yes. One should not be thinking in terms of what the character is, but what it is used for.</div><div>Different usages dictate the amount of space between the specific character and the material that occurs on either side. This is best encoded within a macro, and it is the macro — named according to the usage — that should appear within the body source.</div><div>Hence using  \mid  as a delimiter, (say in set notation, or bra-ket binary forms) with | (or \vert ) have various other uses requiring it to be placed closer to surrounding characters.</div><br><blockquote type="cite"><div><div class="BodyFragment"><font size="2"><span style="font-size:10pt;"><div class="PlainText">The second most
 objectionable howler is… well I better stop here, I am already OT. </rant><br></div></span></font></div></div></blockquote><div><br></div>Not too far.<div><br><blockquote type="cite"><div><div class="BodyFragment"><font size="2"><span style="font-size:10pt;"><div class="PlainText">
<br>
Peter<br><br></div></span></font></div></div></blockquote><br></div><div>Hope this helps,</div><div><br></div><div>     Ross</div></body></html>