Well, I don&#39;t get error messages, but I don&#39;t get the expected result.<br>And I neither get the &quot;→&quot; glyphs!!!<br clear="all">Nicolas<br>
<br><br><div class="gmail_quote">On Sun, Jun 21, 2009 at 5:43 PM, Ed Morehouse <span dir="ltr">&lt;<a href="mailto:emorehouse@wesleyan.edu">emorehouse@wesleyan.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">Nicolas Vaughan &lt;nivaca@...&gt; writes:<br>
<br>
&gt;<br>
&gt;<br>
&gt; Can you send a minimal example/Nicolas<br>
<br>
</div>here you go:<br>
<br>
\documentclass{article}<br>
<br>
\usepackage{xltxtra}<br>
\defaultfontfeatures{Mapping=tex-text, Scale=MatchLowercase}<br>
\setromanfont{Latin Modern Roman}<br>
<br>
\usepackage[math-style=TeX]{unicode-math}<br>
\setmathfont{Cambria Math}<br>
<br>
\UnicodeMathSymbol{&quot;0003A}{\colon}{\mathrel}{colon}% default:\mathpunct<br>
\UnicodeMathSymbol{&quot;0007C}{\vert}{\mathrel}{vertical bar}% default: \mathord<br>
<br>
\begin{document}<br>
<br>
        the colon and vertical bar below should have relation spacing,<br>
        which is fairly wide and symmetrical.<br>
        \\<br>
        for comparison, vertical ellipsis (&quot;022EE) is also a very narrow glyph<br>
        but is declared a relation by default,<br>
        so should have the same spacing:<br>
        $$<br>
                f : X → Y \quad ⟹ \quad f ^{-1} : 2 ^Y → 2 ^X = B ⟼ \{x ∈ X | f (x) ∈ B\}<br>
        $$<br>
        $$<br>
                f ⋮ X → Y \quad ⟹ \quad f ^{-1} ⋮ 2 ^Y → 2 ^X = B ⟼ \{x ∈ X ⋮ f (x) ∈ B\}<br>
        $$<br>
\end{document}<br>
<br>
<br>
<br>
</blockquote></div><br>