<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
You can say:<br>
<br>
\def\hboxR#1#{%<br>
  \getarg{#1}%<br>
  }<br>
\def\getarg#1#2{%<br>
  \hbox#1{\beginR#2\endR}%<br>
  }<br>
<br>
Best,<br>
Paul<br>
<br>
Vafa Khalighi a écrit :
<blockquote
 cite="mid:x2vb5215f01004092211z2bc274f6v732679566db0e4a1@mail.gmail.com"
 type="cite">
  <div dir="ltr">I ask my question as an example<br>
  <br>
I can say \hbox to 10pt{This is a test.}<br>
  <br>
Now I want to define the macro \hboxR, so that when I say<br>
  <br>
\hboxR to 10pt{This is a test.}<br>
  <br>
it actually means<br>
  <br>
\hbox to 10pt{\beginR This is a test\endR}<br>
  <br>
Can \hboxR be defined like what I described?<br clear="all">
  <br>
Thanks<br>
-- <br>
Best wishes,<br>
Vafa Khalighi<br>
  </div>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
TeX FAQ: <a class="moz-txt-link-freetext" href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a>
Mailing list archives: <a class="moz-txt-link-freetext" href="http://tug.org/pipermail/texhax/">http://tug.org/pipermail/texhax/</a>
More links: <a class="moz-txt-link-freetext" href="http://tug.org/begin.html">http://tug.org/begin.html</a>

Automated subscription management: <a class="moz-txt-link-freetext" href="http://tug.org/mailman/listinfo/texhax">http://tug.org/mailman/listinfo/texhax</a>
Human mailing list managers: <a class="moz-txt-link-abbreviated" href="mailto:postmaster@tug.org">postmaster@tug.org</a></pre>
</blockquote>
</body>
</html>