On Sat, Nov 10, 2001 at 10:31:32PM +0100, Egbert J.W. Boers wrote:

> No, you don't understand what I mean. I have a text which contains a lot of 
> Notes -- yes, inserted using Insert->Note... . But now I want to be able to 
> print the document, with all the inserted Notes printed in the margin besides 
> the text. Of course, if that was all I  wanted, I should have used 
> Insert->Marginal note..., but my notes are just meant as a reminder for me, 
> in the text, that I still have to do something there, and are not meant to be 
> there in the final version. 

a hacky thing :

cat myfile.lyx | sed 's+Note+Marginal+' >myfileprint.lyx

then print the 2nd. It just changes note insets to marginal for the output file

regards
john

-- 
"I know I believe in nothing but it is my nothing"
        - Manic Street Preachers

Reply via email to