LaTeX only breaks after dashes (even though unicode suggests optional
line breaks also before em dashes).

(cherry picked from commit 1371dbb240)
This commit is contained in:
Juergen Spitzmueller 2017-12-17 09:19:26 +01:00
parent c527035b70
commit f337a55327

View File

@ -297,10 +297,10 @@
<item row="11" column="1"> <item row="11" column="1">
<widget class="QCheckBox" name="dashesCB"> <widget class="QCheckBox" name="dashesCB">
<property name="toolTip"> <property name="toolTip">
<string>By default, a line break can occur after en- and em-dashes and before em-dashes. Checking this box prevents that.</string> <string>By default, a line break can occur after en- and em-dashes. Checking this box prevents that.</string>
</property> </property>
<property name="text"> <property name="text">
<string>Disallow l&amp;ine breaks at dashes</string> <string>Disallow l&amp;ine breaks after dashes</string>
</property> </property>
</widget> </widget>
</item> </item>