Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • Thank you, works fine. The idea was, to have symetric or asymetric columns and to fill the unused space as good as possible. It's much more easier with \raggedright, without and without \hyphenation it seems to be impossible, But that will be another question. Commented Mar 1, 2021 at 23:04
  • @MatthiasBorck-Elsner ?? ragged or justified text would make no difference here. You are specifying all three widths as \picwidth but you could make them whatever width you like, such as making them + 2 \colsep add up to \hsize Commented Mar 1, 2021 at 23:52
  • Yes, in this example I had all columns defined equal. Next step may be \beforepicwidth=0.6\picwidth \afterpicwidth=0.6\picwidth or x.x\picwidth. Adding up with \hsize I did not try yet. Commented Mar 2, 2021 at 0:00