On Sun, Feb 11, 2007 at 09:23:15PM -0600, Bo Peng wrote: > Dear list, > > Does anyone see the white space to the left of the navigation bar and > status bar using beamer? How can I get rid of it? I have tried > linux/tetex, windows/miktex, and > I can not get rid of this ugly white bar. Attached is what I get from > tex/latex/beamer/solutions/conference-talks/conference-ornate-20min.en.lyx. > > This looks to me like a paper size problem but setting A4 etc does not > help. Any help is appreciated.
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: $ diff ~/beamer14.tex ~/beamer15.tex 1c1 < %% 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/. 4c4 < \usepackage{times} --- > \usepackage{mathptmx} 6c6,7 < \usepackage[latin1]{inputenc} --- > \usepackage[latin9]{inputenc} > \usepackage{dvipost} 38a40,44 > \dvipostlayout > \dvipost{osstart color push Red} > \dvipost{osend color pop} > \dvipost{cbstart color push Blue} > \dvipost{cbend color pop} -- Enrico