[Date Prev][Date Next][Subject Prev][Subject Next][
Date Index][
Subject Index]
Re: NB...BB blocks that did break and shouldn't
- Subject: Re: NB...BB blocks that did break and shouldn't
- From: "Kenneth B. Frank" kfrank@xxxxxxxx
- Date: Thu, 27 Mar 1997 23:18:10 -0500
Tim Baehr wrote: "More on stuff after the semicolon in a style: You
can't have a carriage return there."
Not so. What you can't have is text after the carriage return. The way
text styles work is that text, as opposed to commands, cannot break a
line. Any text after the line break is thrown away. A CR can end a
text style however, and for example we use it to create styles for
chapter headings where the style might look like this
<;Article CR>. Whenever used, this would look like
this:
Article ICR
If I put anything in that style after the CR it would not appear.
K.