我基本上無法在 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}