On Wed, 6 Nov 2002, Alfonso Gazo wrote:

> Hi,
> 
> Is there any way to print the Lyx notes (not marginal notes or
> footnotes, but Lyx notes) of the document?
> 
> --
> Alfonso
> 

Check out this thread, it's basically about modifying the lyx-script in 
order to convert the note environment into a margin environment.

http://marc.theaimsgroup.com/?l=lyx-users&m=102747712138781&w=2 

The solution I'm using is based on the Comment environment instead, 
where I use
\usepackage{comment}
\includecomment{comment}
in the preamble which will print the comments.


I've also made an additional environment which I use to put notes in my 
thesis with stuff that I'll eventually replace with "real" text.

You can find that environment in this catalog:
http://www.md.kth.se/~chr/lyx/outline_notes/

(you'll need to move outline.inc to your catalog .lyx/layouts and modify 
your .lyx/layouts/stdlayouts.inc so that it includes outline.inc)

If I don't want these notes to appear in the output, I put:
\excludecomment{contentCmt}
in the preamble

/Christian

-- 
Christian Ridderstr�m, +46-8-790 91 37           http://www.md.kth.se/~chr
Mechatronics lab, Dept. of Machine Design        http://www.md.kth.se



Reply via email to