Sometimes, LaTeX breaks the word ".NET", leaving the dot on the previous line and putting "NET" on the next line. Can I force it to put all four characters either at the first line or at the second line?
Asked
Active
Viewed 46 times
1
\mbox{.NET}. In some cases, adding\usepackage{microtype}improves the situation too. – Feb 05 '15 at 07:48\mbox{.NET}(as suggested in How can I make a pair of words stick together in line breaks?) or via\newcommand{\dotNET}{\mbox{.NET}}and then use\dotNET{}. – Werner Feb 05 '15 at 07:48.andN, so there's probably something else in your setup. Can you try providing a minimal example? – egreg Feb 05 '15 at 08:10