>>>>> "Frank" == Frank Steinhauer <[EMAIL PROTECTED]> writes:
Frank> (changed) marker can't be removed by Undo: When coming back to Frank> the original version, the marker should go away. Yes, I do not know how difficult this would be. Frank> LaTeX-Preamble: Users should be able to rearrange the order of Frank> \usepackage commands. I need to use the package apacite, but Frank> that must be included AFTER babel. So I have to export the Frank> LaTeX file, change the order, and build the (needed) PDF by Frank> hand. It is unfortunately difficult to provide a good UI for such a feature. However there is a workaround: just do \usepackage{babel} \usepackage{apacite} The second invocation of babel will be ignored. JMarc