From: Ryszard K. <ry...@bi...> - 2005-09-29 14:33:45
|
Hello Tom, > The problem is a little bit more subtle than this, I think. But > substituting \include for \input seems to make the problem go away over > here. This is a problem, since they are supposed to be synonyms, but > try that, and I'll keep testing. This helps, indeed. Thanks for your help! Unfortunately, I have found another problem in version 2.9, with paragraphs this time. Look at this document: \documentclass[12pt]{article} \begin{document} \xmlattributes*{table}{border="1"; width="80\%"} \begin{tabular}{ll} A & A~long paragraph in a~column. A~long paragraph continued... \par even further. \\ \end{tabular} When \par is: 1. removed 2. moved one line up 3. added in the empty line then each time we obtain different and rather unexpected results. Can you help with this as well? Greetings Rysiek \end{document} |