0

This definitely seems like an answered question somewhere, but how can I make a single line break in the latex source code correspond to a line break in the text?

For example, I'd like

\documentclass{article}
\begin{document}
Sentence 1
Sentence 2
\end{document}

to produce

enter image description here

as opposed to

\documentclass{article}
\begin{document}
Sentence 1

Sentence 2
\end{document}

with the extra line break.

0 Answers0