<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 8, 2012, at 3:19 PM, Richard Seguin wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">It worked! I immediately typeset using the MinionPro package and MnSymbol, and it looks beautiful! As a bonus, the greek characters and italic text are of perfect weight. Skimming through about 180 pages I only noticed one problem:<span class="Apple-converted-space"> </span><br><br>\DeclareMathOperator{\AUT}{\widetilde{Aut}\mspace{1mu}}<br>…<br><br>$\AUT (\scr{X})$<br><br>puts a capital C over Aut rather than a wide tilde. But, for example, $\widetilde{\psi}$ works as expected. I'll explore this later tonight after dinner. If there is a bug in MnSymbol or MinionPro, there may be a workaround.<br></span></blockquote></div><br><div>Richard,</div><div><br></div><div>That may be because, as far as I recall, \DeclareMathOperator is (or was) an AMS addition and it has not been perfectly emulated in MnSymbol. I believe you can work around this with the functionally equivalent</div><div><br></div><div>\newcommand{\AUT}{\widetilde{\operatorname{Aut}}\mspace{1mu}}</div><div><br></div><div>Michael</div></body></html>