<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
--></style>
</head>
<body class='hmmessage'>
<SPAN lang=DE>
Try the folowing code:<BR>
&nbsp;<BR>
\documentclass{article}<BR>
\usepackage{times} <BR>
&nbsp;<BR>
\begin{document}<BR>
%\newcommand{\d1}{abc}\d1 %errors <BR>
&nbsp;<BR>
\makeatletter<BR>
\let\nDef\@namedef<BR>
\let\nUse\@nameuse<BR>
\makeatother<BR>
&nbsp;<BR>
\nDef{d1}{\Large\bf abc}<BR>
\nUse{d1}<BR>
&nbsp;<BR>
\newcount\cA \cA = 101<BR>
&nbsp;<BR>
\nDef{d\the\cA}{\Large\it abc}<BR>
&nbsp;<BR>
\nUse{d\the\cA}<BR>
&nbsp;<BR>
\nUse{d101}<BR>
&nbsp;<BR>
\end{document}<BR>
&nbsp;<BR>
&nbsp;<BR>
Guido Herzog<BR>
</SPAN><BR>&nbsp;<BR>&gt; From: hospes.primus@verizon.net<BR>&gt; To: news3@nililand.de; xetex@tug.org<BR>&gt; Date: Tue, 9 Feb 2010 05:39:18 -0500<BR>&gt; Subject: Re: [XeTeX] Fine tune selecting alternate glyphs<BR>&gt; <BR>&gt; Thanks -- I should not type things like this late at night!<BR>&gt; <BR>&gt; David<BR>&gt; <BR>&gt; ----- Original Message ----- <BR>&gt; From: "Ulrike Fischer" &lt;news3@nililand.de&gt;<BR>&gt; To: &lt;xetex@tug.org&gt;<BR>&gt; Sent: Tuesday, February 09, 2010 4:12 AM<BR>&gt; Subject: Re: [XeTeX] Fine tune selecting alternate glyphs<BR>&gt; <BR>&gt; <BR>&gt; &gt; Am Tue, 09 Feb 2010 00:24:36 -0500 schrieb David J. Perry:<BR>&gt; &gt;<BR>&gt; &gt;&gt; LaTeX \newcommand feature to make this even shorter, something like:<BR>&gt; &gt;&gt; \newcommand{\d1}{\addfontfeature{Alternates=1}δ}<BR>&gt; &gt;&gt; Now whenever you type \d1<BR>&gt; &gt;<BR>&gt; &gt; You can't use numbers in a command name like this!<BR>&gt; &gt;<BR>&gt; &gt; Try it out:<BR>&gt; &gt;<BR>&gt; &gt; \documentclass{article}<BR>&gt; &gt; \usepackage[T1]{fontenc}<BR>&gt; &gt;<BR>&gt; &gt; \begin{document}<BR>&gt; &gt; %\newcommand{\d1}{abc}\d1 %errors<BR>&gt; &gt;<BR>&gt; &gt; Def: \newcommand{\m1}{abc}<BR>&gt; &gt;<BR>&gt; &gt; Test: \m1<BR>&gt; &gt;<BR>&gt; &gt; \end{document}<BR>&gt; &gt;<BR>&gt; &gt; Use e.g. roman letters to denote numbers \di, \dii ....<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; -- <BR>&gt; &gt; Ulrike Fischer<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt;<BR>&gt; &gt; --------------------------------------------------<BR>&gt; &gt; Subscriptions, Archive, and List information, etc.:<BR>&gt; &gt; http://tug.org/mailman/listinfo/xetex<BR>&gt; &gt; <BR>&gt; <BR>&gt; <BR>&gt; <BR>&gt; --------------------------------------------------<BR>&gt; Subscriptions, Archive, and List information, etc.:<BR>&gt; http://tug.org/mailman/listinfo/xetex<BR>                                               <br /><hr />Hotmail macht’s dir leicht: <a href='http://redirect.gimas.net/?n=M1001HM' target='_new'>Versende vorgeschriebene Neujahrsgrüße</a></body>
</html>