Am Sonntag, 4. Dezember 2005 18:22 schrieb Martin Vermeer: > On Sun, Dec 04, 2005 at 06:01:39PM +0100, Georg Baum wrote: > > What is the problem with ERT? What you type in ERT should appear exactly > > like that in the .tex file. Is that not the case? > > Not if you type <enter> and end up with multiple paragraphs. They appear > in .dvi as a single par.
That is not the goal (but it is like that in 1.3). The goal is that the contents of an ERT box appears 1:1 in the .tex file, so you need two times enter to create a paragraph in dvi. Otherwise you can't split lengthy commands over multiple lines. Georg