I want to adhere to the traditional '80 character' line length limit in my .tex source file.
How do I do a new line in the source but not in the document output?
|
I want to adhere to the traditional '80 character' line length limit in my How do I do a new line in the source but not in the document output? |
|||||
|
|
From the TeXbook, p. 25
Remember also that spaces are ignored at the start of a line and that a sequence of spaces is equivalent to one. However, a blank line will count as an end of paragraph command. |
|||
|
|
|
It helps to use linebreaks wisely: Indent your LaTeX source for readability, split lines at punctuation or into phrases. That way most changes involve shuffling lines around, which is easier than snipping and pasting between lines. |
|||
|
|