我有一份包含对齐格式文本的文档。我的文本用于解释有关连字符的一些内容。这就是为什么我给出的一些示例不应自动连字符以适应对齐格式。这就是为什么我使用\mbox{}
以下方式围绕不应连字符的文本:
However, in rare cases also compounds of three nouns are hyphenated. For example \mbox{``Brand- und Explosionsschutzbeauftragten''} is incorrectly resolved to ``\mbox{Brandbeauftragten} und \mbox{Explosionsschutzbeauftragten''}, ``Strom- und \mbox{Wärmeerzeugungsanlagen''} to ``\mbox{Stromanlagen} und\mbox{Wärmeerzeugungsanlagen''}, or ``Konflikt- und \mbox{Problemlösungskompetenz''} to ``\mbox{Konfliktkompetenz} und \mbox{Problemlösungskompetenz}''. In these cases, the hyphen does not substitute only the last but the last two nouns of the regular noun.
然而,这会导致这样的格式:
我如何才能调用一种格式,例如在“und”后面跟一个换行符。我可以容忍一行中的单词之间有较大的空格,但我不能容忍任何自动连字符或扩展对齐格式的边界。谢谢你的帮助。
答案1
\sloppy
允许空白延伸至比默认 ( \fussy
) 设置更大的范围,