<div>Thanks.</div><div> </div><div>It works perfectly !<br clear="all">-----<br>Cordialement,<br>Wilfried Kirschenmann<br><br>"An expert is a person who has made all the mistakes that can be made in a very narrow field."<b><br>

</b>Niels Bohr - <i>Danish physicist (1885 - 1962)</i><br>
<br><br></div><div class="gmail_quote">On Mon, Sep 19, 2011 at 10:30, Paul Isambert <span dir="ltr"><<a href="mailto:zappathustra@free.fr">zappathustra@free.fr</a>></span> wrote:<br><blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">

Le 19/09/2011 10:14, Wilfried Kirschenmann a écrit :<div class="im"><br>
<blockquote style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;" class="gmail_quote">
Hi,<br>
I would like to write a command \toRight{#1} allowing me to align a piece of thext to be flushed the right at the end of a justified paragraph, creating a nex line of necessary.<br>
</blockquote>
<br></div>
\def\toRight#1{{\unskip\<u></u>nobreak\hfil\penalty50<br>
    \hskip2em\hbox{}\nobreak\hfil #1<br>
    \parfillskip=0pt \finalhyphendemerits=0 \par}}<br>
<br>
Explained in the _TeXbook_, page 106:<br>
<br>
    If a line break occurs at the \penalty50, the \hskip2em will disappear and the empty<br>
    \hbox will occur at the beginning of a line, followed by \hfil glue. This yields two lines<br>
    whose badness is zero; the fi rst of these lines is assessed a penalty of 50. But if no line<br>
    break occurs at the \penalty50, there will be glue of 2 em plus 2 fil between the review<br>
    and the name; this yields one line of badness zero. TeX will try both alternatives,<br>
    to see which leads to the fewest total demerits. The one-line solution will usually be<br>
    preferred if it is feasible.<br>
<br>
(The `review' is your paragraph and the `name' is your argument to \toRight.)<br>
<br>
Best,<br>
Paul<br>
______________________________<u></u>_________________<br>
TeX FAQ: <a href="http://www.tex.ac.uk/faq" target="_blank">http://www.tex.ac.uk/faq</a><br>
Mailing list archives: <a href="http://tug.org/pipermail/texhax/" target="_blank">http://tug.org/pipermail/<u></u>texhax/</a><br>
More links: <a href="http://tug.org/begin.html" target="_blank">http://tug.org/begin.html</a><br>
<br>
Automated subscription management: <a href="http://tug.org/mailman/listinfo/texhax" target="_blank">http://tug.org/mailman/<u></u>listinfo/texhax</a><br>
Human mailing list managers: <a href="mailto:postmaster@tug.org" target="_blank">postmaster@tug.org</a></blockquote></div><br>