Hello, Trying to debug exportation from LyX to MsWord through Tex4ht, I've found this bug (?) in the LaTeX generated by LyX.
I'll paste a very simple example below. The LaTeX below compiles but the 'First Paragraph' is not correctly indented. The solution is to insert an empty line between \end{quotation} and First paragraph to force LaTeX understand that it must create a new paragraph after the end of the quotation. I was wondering why Lyx is not generating this empty line after quotation, quote, itemize, enumerate environments ? Cheers, Charles %% LyX 1.4.0pre2 created this file. For more info, see http://www.lyx.org/. %% Do not edit unless you really know what you are doing. \documentclass[french]{article} \usepackage[T1]{fontenc} \usepackage[latin1]{inputenc} \makeatletter \usepackage{babel} \addto\extrasfrench{\providecommand{\og {\leavevmode\flqq~}\providecommand{\fg {\ifdim\lastskip>[EMAIL PROTECTED] \makeatother \begin{document} This is the start \begin{quotation} This is a quotation \end{quotation} First paragraph Second paragraph \end{document} -- http://www.kde-france.org