On 05/10/2011 04:31 AM, Ken wrote: > Hi. I recently discovered the fixme package and fixme.module. > > I have installed the package via MikTex and I have placed the > fixme.module in the layouts folder: > C:\Documents and Settings\Ken\Application Data\lyx16\layouts > > Now "Insert > Custom Insets > FxNote" allows me to insert a note which > is displayed in the margin when the document is compiled to pdf. > > My questions are: > (1) how can I change the document from "draft" to "final" so that the > notes are not printed in the pdf document? > Document>Settings>Document Class>Options: Enter "final" (though that should be the default).
> (2) is it possible/easy to add an icon to the toolbar so that I can > quickly insert an FxNote (just as easily as a normal note) with a > single click? Or is it possible to add a keyboard shortcut? > Both of these can be done. You just need to know the "LFUN" for doing this operation. It should be displayed in the status bar when you insert an FxNote. (It will be something like: flex-insert fxnote.) Now go to Tools>Preferences>Editing>Shortcuts. Click New. Enter the LFUN and select a shortcut. Getting a toolbar button is slightly more complicated. You would need to copy the stdtoolbars.ui file into your local directory and modify it. There's some info at the beginning of the file about how to do this. Richard
