Dear all I should break a line to correct for an "Overfull \hbox ..." error. How can I achieve this, so that the line before the manual line break remains justified. Example: Original text "Abb. 1. Männchen von Megarhyssa rixator, einer charakteristischen Schlupf- wespe von im Holz lebenden Pflanzenwespen. R. Burri. Während der " The word "Schlupf" cannot be hyphenated any further and therefore "Schlupfwespe" should be put on the next line. However, the above line above becomes raggedright with standard commands, e.g. \crlf. So, how can I force the word "Schlupfwespe" to the next line so that the the entire paragraph remains justified? The command should be the equivalent to LaTeX's \linebreak command. Any suggestions welcome. Regards Hannes
Am 06.09.2010 um 16:58 schrieb Hannes Baur:
Dear all
I should break a line to correct for an "Overfull \hbox ..." error. How can I achieve this, so that the line before the manual line break remains justified.
Example:
Original text "Abb. 1. Männchen von Megarhyssa rixator, einer charakteristischen Schlupf- wespe von im Holz lebenden Pflanzenwespen. R. Burri. Während der "
The word "Schlupf" cannot be hyphenated any further and therefore "Schlupfwespe" should be put on the next line. However, the above line above becomes raggedright with standard commands, e.g. \crlf. So, how can I force the word "Schlupfwespe" to the next line so that the the entire paragraph remains justified? The command should be the equivalent to LaTeX's \linebreak command.
Any suggestions welcome.
\setupcations[align=stretch] % align={stretch,verytolerant} Wolfgang
Am 2010-09-06 um 18:24 schrieb Wolfgang Schuster:
Original text "Abb. 1. Männchen von Megarhyssa rixator, einer charakteristischen Schlupf- wespe von im Holz lebenden Pflanzenwespen. R. Burri. Während der "
The word "Schlupf" cannot be hyphenated any further and therefore "Schlupfwespe" should be put on the next line. However, the above line above becomes raggedright with standard commands, e.g. \crlf. So, how can I force the word "Schlupfwespe" to the next line so that the the entire paragraph remains justified? The command should be the equivalent to LaTeX's \linebreak command.
\setupcations[align=stretch] % align={stretch,verytolerant}
should read \setupcaptions for a single case you could try \hbox{Schlupfwespe} Greetlings from Lake Constance! Hraban --- http://www.fiee.net/texnique/ http://wiki.contextgarden.net https://www.cacert.org (I'm an assurer)
participants (4)
-
Arthur Reutenauer
-
Hannes Baur
-
Henning Hraban Ramm
-
Wolfgang Schuster