Pete Phillips <[EMAIL PROTECTED]> schrieb:
> We use the Change control ability to print out versions where we can see
> what we have changed since the last edition.
> Previously, as well as showing the changes in a different colour,
> changebars came out in the margins. Recently (not sure what version
> though) this has stopped.
> Is there something that can be added to the preamble to switch
> changebars back on ?
Yes.
If you know a bit about latex, you can either export to latex or use
View>Source (complete source [x]) to find out the commands defined/used
by LyX and redefine them with \renewcommand in the LaTeX preamble.
Günter
====================
This is how you do it in Latex:
In the document preamble, put:
\usepackage[outerbars]{changebar}
\changebarsep=1.5mm \setcounter{changebargrey}{1} %toset the distance
of the changebar from the text, and set the color of the bar
In the latex document, indicate changes by:
\cbstart
...changed text...
\cbend