<div class="gmail_quote">2009/8/6 Andrew Moschou <span dir="ltr">&lt;<a href="mailto:andmos@gmail.com">andmos@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

Give it some time so that I (or another faster person) can work out the appropriate definitions for these.<br>
</blockquote></div><br><br>Here they are:<br><br><div style="margin-left: 40px; font-family: courier new,monospace;">


\makeatletter<br><br></div><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\newcommand\xl@sh@ft[1]{%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">  \dimen@ #1%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">  \multiply\dimen@\m@ne</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">   \kern\strip@pt\fontdimen\@ne\font\dimen@}</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">

<br></p>

<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\newcommand{\existential}{%</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">  \ensuremath{\mathord{%</p>


<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">    \ifnum\XeTeXcharglyph&quot;018E&gt;0%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">      \mbox{\char&quot;018E}%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \else</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">      \reflectbox{E}%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \fi}}}</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"><br></p>

<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\newcommand{\universal}{%</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">  \ensuremath{\mathord{%</p>


<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \setbox\z@\hbox{A}%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \dimen@\ht\z@</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \advance\dimen@\dp\z@</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \ltx@sh@ft\dimen@</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \raise\dimen@\hbox{\rotatebox{180}{\box\z@}}%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \xl@sh@ft\dimen@}}}</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"><br></p>

<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\newcommand{\definitedescription}{%</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">

  \ensuremath{\mathord{%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \setbox\z@\hbox{$\iota$}%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \dimen@\ht\z@</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \advance\dimen@\dp\z@</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \ltx@sh@ft\dimen@</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \raise\dimen@\hbox{\rotatebox{180}{\box\z@}}%</p>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">     \xl@sh@ft\dimen@}}}</p><p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;"><br></p>

<p style="margin: 0px 0px 0px 40px; text-indent: 0px; font-family: courier new,monospace;">\makeatother</p><p style="margin: 0px; text-indent: 0px;"><br></p><p style="margin: 0px; text-indent: 0px;">Copy and paste that into your document (or a new file and make reference to that file in your document). Then you can use \universal, \existential and \definitedescription (or you can choose other names). Note that you will need to load the graphicx package with \usepackage{graphicx}.<br>

</p><br>For reference, they are derived from my metalogo package, which borrows from xltxtra.<br><br>Andrew<br>