TeX版 - 【请教】Singlespace的行距是多少inch? |
|
|
|
|
|
b******y 发帖数: 2729 | 1 \baselinestretch{1.0} ?
谢谢。 | g*********r 发帖数: 124 | 2 0.2 倍的 fontsize
【在 b******y 的大作中提到】 : \baselinestretch{1.0} ? : 谢谢。
| T*******n 发帖数: 493 | 3 Depends on the current font size.
You can query the leading(*) by giving the following command in your file:
\showthe\baselineskip
(*) "lead" as in the metal used to make lettertypes, not as in "leader".
In typography "leading" means line spacing.
【在 b******y 的大作中提到】 : \baselinestretch{1.0} ? : 谢谢。
| p****o 发帖数: 1340 | 4 u don't need to know the exact measurement. it is recommended to use
setspace package.
\usepackage{setspace}
\doublespacing
\begin{singlespace}
...
\end{singlespace}
【在 b******y 的大作中提到】 : \baselinestretch{1.0} ? : 谢谢。
|
|
|
|
|
|
|