Básicamente no puedo ir a un nuevo párrafo sangrado en LaTeX. Estoy escribiendo en WinEdt y cuando dejo una línea vacía entre dos párrafos, también genera una línea vacía en la salida. Pero no quiero una línea vacía entre los dos, quiero un texto sangrado.
Solía usarlo \\
, pero algunos colegas me dijeron que lo evitara. Entonces, ¿cómo crea LaTeX automáticamente un nuevo párrafo con sangría?
Editar: copio el código aquí.
\documentclass[parskip=half]{scrbook}
\begin{document}
I basically cannot go to a new indented paragraph in LaTeX. I'm writing in WinEdt and when I leave en empty line between two paragraphs, it also generates an empty line at the output. But I don't want an empty line between the two, I want an indented text.
I used to use this but some colleagues told me to avoid this. So how does LaTeX automatically make a new indented paragraph
\end{document}
Respuesta1
Usar
\documentclass[parskip=off]{scrbook}