Juergen Spitzmueller wrote: > Juergen Spitzmueller wrote: >> http://bugzilla.lyx.org/show_bug.cgi?id=1290 >> >> This patch is on bugzilla for a while, but since there's no discussion I >> thought I'd bring it up here. > > really no objections? > > Juergen.
Really simple question (more complex solution? follows) Most of these switch left for right. Eg + if (noTrivlistCentering()) + os << "\\begin{raggedright}"; + else + os << "\\begin{flushleft}"; However, some don't + if (noTrivlistCentering()) + os << "\\par\\end{raggedright}"; + else + os << "\\par\\end{flushright}"; Do you mean that to happen? -- Angus