Wednesday, November 29, 2017

Re: STYLE: whitespace at end of input line

Jan Stary <hans@stare.cz> writes:

> The offending portion is:
>
> .Bd -literal
> $ ecurve 7 0 3
>
> * *
> * *
> **
> * *
> **
> **
> .Ed
>
> I can just delete the trailing whitespace and the reader will see the same,
> but the whitespace actually has a meaning here: it's a 7x7 ascii bitmap
> of an elliptic curve (y^2 = x^3 + 3 over Z_7).

Can you draw a box around it? E.g.

+-------+
| * * |
| * * |
| ** |
| * * |
| ** |
| ** |
+-------+

Allan

No comments:

Post a Comment