기본적으로 LaTeX에서는 새로운 들여쓰기된 단락으로 이동할 수 없습니다. 저는 WinEdt에서 글을 쓰고 있는데 두 단락 사이에 빈 줄을 남겨두면 출력에도 빈 줄이 생성됩니다. 하지만 나는 둘 사이에 빈 줄을 두는 것이 아니라 들여쓰기된 텍스트를 원합니다.
저는 예전에 사용했었는데 \\
몇몇 동료들이 이것을 피하라고 하더군요. 그렇다면 LaTeX는 어떻게 새로운 들여쓰기 단락을 자동으로 만들까요?
편집: 여기에 코드를 복사합니다.
\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}
답변1
사용
\documentclass[parskip=off]{scrbook}