Command/wordright

From Wiki
Jump to navigation Jump to search


\wordright

Summary

On an otherwise left-aligned line, place some text at the very right, and end the paragraph.

Settings

\wordright[...]{...}
[...]right dimension
{...}content

Description

First, the paragraph is line-broken normally. The last line consists of two parts: call the 'normal' bit the left part, and the \wordright bit the wordright text.

The left part is placed flush left, even if the paragraph is middle-aligned or right-aligned. The wordright text is placed on the same line, but flush against the right. If there isn't enough space left on the line, the left part will still be aligned flush left, but the wordright text will be placed on the next line. \wordright ends the paragraph; any text that follows it will start a new paragraph.

Examples

Example 1

\setuppapersize[A7]
\setupwhitespace[big]

\starttext

\startalignment[normal]
    Normal justified text, bla bla bla, lorem ipsum dolor sit amet.
    No one loves pain for its own sake... \wordright{...right?}
\stopalignment

\thinrule

\startalignment[normal]
    Normal justified text, bla bla bla, lorem ipsum dolor sit amet.
    No one loves pain for its own sake... \wordright{...right?} New paragraph.
\stopalignment

\thinrule

\startalignment[middle]
    Centered. \\
    Left. \wordright{Right.}
\stopalignment

\stoptext

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: