Re: Para definition?

On Sat, 13 Nov 2021 at 15:18, Steven Pemberton <steven.pemberton@cwi.nl> wrote:
>
>
> > A plain text para - how to terminate please?
> Officially, something like:
>
> para: word+, lf.
> lf: #a.
>
> However, until I fix the lf bug in my implementation (working on it) it won't work.
>
> So I would suggest as a temporary fix:
>
> para: word+, lf.
> lf: ¶.

Gives

para: word+, (lf)?.
lf:�
**** Factor expected here
  17 lf:¶ .
        ^
�
**** Character "," expected
  17 lf:¶ .
         ^
 .

Which seems like multiple errors on the one line? Is it the pilcrow
(with/without space) then period that's
causing the problem?


regards



-- 
Dave Pawson
XSLT XSL-FO FAQ.
Docbook FAQ.

Received on Sunday, 14 November 2021 08:19:46 UTC