Georg Baum wrote:
(please cc me if needed, the users list is enough for me)I did it this time, but will propably forget that in the future. Consider using the news <-> malilinglist gateway http://gamne.org if you don't want to subscribe. The group name is gmane.editors.lyx.devel.
Alright, will do that.
Please provide an example. What shall we do if we don't have one? This is probably a known problem with minipages.
Here's one, and it's actually worse with the new wiki-version of tex2lyx and lyx2lyx than before (Angus' snapshot two weeks ago), because now it doesn't compile from lyx (1.3) anymore (gives me 18 errors, two weeks ago it just produced overlap of the date and the minipages; compiles fine in latex):
\documentclass{article}
\begin{document}
\title{The\thanks{versions}}
\author{ \begin{minipage}[t]{6cm} \centering Schreiber\footnote{Goethe}\\[0.5cm] \rule[-3cm]{3cm}{3cm} \end{minipage}\hspace{1cm} \begin{minipage}[t]{6cm} \centering Wolters\footnote{Freie}\\[0.5cm] \rule[-3cm]{3cm}{3cm} \end{minipage}}
\date{2004}
\maketitle
\end{document}
The resulting lyx files are too long to paste here. Maybe the intermediate file for lyx-1.4 works with 1.4?
Also, maybe somebody could indicate what exactly the known problems with minipages are so that my testing is more useful, instead of reproducing known bugs over and over again.
Good luck debugging, Sven