Jannick Asmus wrote: > is it possible to indicate changes of the document in track mode in the > pdf by a vertical bar in the margin area?
With pdflatex output:
\usepackage[pdftex]{changebar}
\renewcommand{\lyxadded}[3]{{\cbstart\color{lyxadded}{}#3\cbend}}
\renewcommand{\lyxdeleted}[3]{{\cbstart\color{lyxdeleted}\sout{#3}\cbend}}
Jürgen
