Brecht Wyseur wrote:

> Hi all,
> 
> I am wondering if one can export a .lyx document with notes/comments
> included. This would be quite convenient for reviewing lyx-written
> documents/papers, to make sure that non-lyx users can address these
> comments. At first glance, there does not seem to be any comment
> exporting function available...
> 
> With normal latex files, non-lyx users can still see the comments (%),
> but Lyx does not include comments when exporting to tex. The nicest
> feature would be to have the comments included in the text (smaller, in
> italic, possibly even in some box), when exporting to pdf ;-).
> 
> Any solution for this?

Yes. Use comments, not notes. LyX has both, and the only difference (apart
from the different display on screen) is that notes do not get exported
to .tex, but comments do get exported (not with %, but in a comment
environment).

If you want to make these comments visible in the pdf, just write something
like

\renewenvironment{comment}{\begingroup\small}{\endgroup}

to the preamble (untested).


Georg

Reply via email to