>>>>> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes:
Juergen> Janus Sandsgaard wrote: >> I use comment ("insert note") feature a lot in LyX. Would it be >> difficult to make it possible to output these comments to PDF/print >> as well? I imagine some kind of grey boxes (or balloons) in the >> margin with the notes. Juergen> I have just uploaded a little style file to the wiki, which Juergen> can be used to insert "annotations" (the yellow post-it's Juergen> known from Acrobat) into PDFs, given that you are using Juergen> pdflatex. Juergen> http://wiki.lyx.org/FAQ/PDF#pdfannot Juergen> You have to use ERT (\pdfremark{Hello World}), so it's not Juergen> quite what you're looking for, and the annotations also won't Juergen> be printed (unless you have Acrobat professional, I think) Juergen> but maybe it is of some use nevertheless. A hack to make it work in LyX could be to do \renewcommand{\marginpar}[1]{\pdfremark{#1}} and then use Margin notes. JMarc