z***t 发帖数: 121 | 1 请问,Latex中,如何另起一段? 如何在两段之前留一行空格?
谢谢 |
s***a 发帖数: 1676 | 2 \newline
or
\vspace{10pt}
【在 z***t 的大作中提到】 : 请问,Latex中,如何另起一段? 如何在两段之前留一行空格? : 谢谢
|
z***t 发帖数: 121 | 3 那
\bigskip
\smallskip是用来干什么的? |
T*******n 发帖数: 493 | 4
Leave a blank line in your LaTeX source file, or say \par.
\setlength{\parskip}{\bigskipamount}
This will automatically add a \bigskip between paragraphs.
【在 z***t 的大作中提到】 : 请问,Latex中,如何另起一段? 如何在两段之前留一行空格? : 谢谢
|
T*******n 发帖数: 493 | 5 Those are vertical spacing commands that depend on the current font size.
\bigskip is usually the same as the current \vspace{\baselineskip}.
\medskip is sually the same as 0.5*\bigskip.
\smallskip is usually the same as 0.25*\bigskip.
【在 z***t 的大作中提到】 : 那 : \bigskip : \smallskip是用来干什么的?
|