Angus Leeming wrote: > Really simple question (more complex solution? follows) > > Most of these switch left for right. Eg > + if (noTrivlistCentering()) > + os << "\\begin{raggedright}"; > + else > + os << "\\begin{flushleft}";
this is correct. > However, some don't > + if (noTrivlistCentering()) > + os << "\\par\\end{raggedright}"; > + else > + os << "\\par\\end{flushright}"; this is false. > Do you mean that to happen? no, I was mixing up things. Thanks. Juergen.