Changes

Jump to navigation Jump to search
2 bytes removed ,  11:53, 27 April 2013
no edit summary
=== Prevent hyphenation locally ===
There are two ways to prevent a word from being hyphenated: the traditional {{tex|hbox}} and the more natural command {{cmd|nothyphenatedunhyphenated}}.
<texcode>
\hbox{myfragileword} % old-fashioned
\nothyphenatedunhyphenated{myfragileword} % MkIV, since 2013-04-21
</texcode>

Navigation menu