Text Formatting ⇒ single-double letter words and line breaking
single-double letter words and line breaking
is there a way to forbid TeX break lines right after "a" or "of"?
Of course, I do put "~" after such words often, but I also often
forget to do so.
Maybe there is a dictionary of words that are forbidden to
appear at the end of a line?
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: single-double letter words and line breaking
\renewcommand{\a}{a \nolinebreak}
\renewcommand{\of}{of \nolinebreak}
and then use \a in case this would be breaked at the end of a lineor \of, also write normal print it and in the cases once you have the new commands you only have to write a \ in front of the word...