Am 20.11.2011 18:07, schrieb Georg Baum:
I suggest to postpone this until the backporting stops.
OK.
I made a few simple
changes that should allow some more conditions, so you could commit your
patch without the hack.
Thanks. The support for Spreadsheets and chess diagrams is in. For the PDFpages I need some more
time as the option handling is not yet finished.
--------
We now have the regression in tex2lyx that the preamble has no longer newlines. Take the attached
example. As you can see the \usepackage calls are consecutive and thus are hurting the eyes of the
reader. Can you please have a look?
regards Uwe
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[latin9]{inputenc}
\usepackage{color}
\usepackage{array}
\usepackage{longtable}
\usepackage{calc}
\usepackage{hhline}
\usepackage{ifthen}
\usepackage{pdfpages}
\usepackage{multirow}
\usepackage[ps,mover]{lyxskak}
\newcommand{\lyxdot}{.}
\begin{document}
\loadgame{D:/LyXSVN/lyx-devel/lib/examples/iecc05}\showboard
\def\inputGnumericTable{}\input{D:/LyXSVN/lyx-devel/lib/examples/longsheet.gnumeric}
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
\end{document}