[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Aw: [bug #46914] .ce sometimes ignores right margin
From: |
Carsten Kunze |
Subject: |
Aw: [bug #46914] .ce sometimes ignores right margin |
Date: |
Sun, 17 Jan 2016 08:06:54 +0100 (CET) |
Hello,
> A line centered with .ce can sometimes extend past the right margin.
> Adding
> enough text eventually causes the line to be broken so it correctly stays
> within the margins. The bug is illustrated in the second centered example
> below.
I'm surprised that the line gets automatically broken at all.
CSTR54 says:
"Center the next N input text lines
within the current (line‐length
minus indent). If N=0, any residual
count is cleared. A break occurs
after each of the N input lines.
If the input line is too long, it
will be left adjusted."
So I expect a line break only for input line breaks.
Overlong lines are left adjusted. Try to use ".ad c" instead.
Carsten