Michael Gerz wrote:
> Georg Baum schrieb:
>>> This is due to the following line in the .lyx file:
>>>
>>> \output_changes true
>>>
>>> Simply uncheck "Document->Change Tracking->Show Changes in Output"
>>> and everything is ok. I dont know why this is not a problem in 1.4.x.
>>> Indeed, 1.4.x seems not using dvipost in this case:
>>>
>> That means that we have a file format problem. Why was the file format
>> not changed when the dvipost change was made? I remember vaguely having
>> discussed this with Michael, but IIRC the result was the he wanted to
>> check if a file format change was needed. Michael, do you remember the
>> outcome?
>>
> The conclusion at that time was that there is no need for a file format
> change.
Why? Can you point me to the relevant posting? I don't find it anymore.
> Could someone please rephrase what the exact problem is?
The problem is that the beamer templates (before Enrico changed
\output_changes to false) had an additional white bar to the left if output
with 1.5. They do not have this bar if output with 1.4.
See for comparison the relevant diff of the Userguide (the textcomp change
comes from the insetlatexaccent replacement and is OK).
This is not OK and we need to do a fileformat change subsequently. Can you
please tell me again what you changed exactly in change tracking?
This subsequent file format change will break some documents using change
tracking produced with 1.5svn, but that is the price you have to pay if you
introduce changes without a file format change. I know that in this case we
decided that a chage was not needed (which was obviously wrong), but this
decision took several weeks, and that is far too long.
For the future I suggest that we are really strict about this stuff: No
file format change is committed without lyx2lyx support and bumping the
version number. Otherwise the pressure to do the lyx2lyx stuff is gone and
it will not happen or happen too late.
Georg
--- UserGuide-245.tex 2007-02-14 09:48:22.000000000 +0100
+++ UserGuide-259.tex 2007-02-14 09:48:12.000000000 +0100
-%% LyX 1.4.4svn created this file. For more info, see http://www.lyx.org/.
+%% LyX 1.5.0svn created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
\documentclass[12pt,english,bibtotoc,BCOR7mm]{scrbook}
\usepackage[T1]{fontenc}
@@ -7,6 +7,8 @@
\setcounter{tocdepth}{3}
\usepackage{array}
\usepackage{rotating}
+\usepackage{dvipost}
+\usepackage{textcomp}
\usepackage{graphicx}
\usepackage{amssymb}
\IfFileExists{url.sty}{\usepackage{url}}
@@ -107,6 +109,11 @@
\usepackage{babel}
\makeatother
+\dvipostlayout
+\dvipost{osstart color push Red}
+\dvipost{osend color pop}
+\dvipost{cbstart color push Blue}
+\dvipost{cbend color pop}
\begin{document}
\title{The \LyX{} User's Guide}