>>>>> "John" == John Ya-ya <[EMAIL PROTECTED]> writes:
John> Ok, I have an addendum to this... On 16-Apr-99 John Ya-ya
John> wrote:
>> I am working on several documents which use margin notes to show
>> the date on which particular information was entered. A few of
>> these notes print successfully, but now I have encountered one or
>> more which will not. When I
John> I have determined how to bypass this, although not why
John> it occurs. For some reason, that line will not allow me to have
John> a margin note in it if I'm using the style, "Paragraph".
John> However, if I change the style to "Paragraph*", it works just
John> fine. The note prints as expected, and so does the rest of the
John> document. It's still puzzling, but at least now I can get
John> usable output. :/
This error is indeed related to one of LaTeX' weird restrictions, whih
says that a footnote or margin note cannot be in the text of a
section, in particular since this text will be copied to the table of
contents (which is why paragraph* works: it does not appear in TOC)
and having the note there makes LaTeX feel strange. There is already
some code in LyX to work around this problem with footnotes, and I was
not aware that margin notes suffered from this too...
I'll try to have a look at it but don't hold your breath: this is
really tricky stuff.
JMarc