各种长度参数
参数名称 | 含义 | 默认值 |
---|---|---|
\parindent | 首行缩进 | 15.0pt |
\leftskip | 左缩进 | 15.0pt |
\rightskip | 右缩进 | 15.0pt |
\baselineskip | 基本行距 | 12.0pt (字号10pt的1.2倍) |
\parskip | 段间距 | 0.0pt plus 1.0pt |
\lineskip | 见下图 | |
\lineskiplimit | 见下图 |
各种长度单位
参考《Ishort 6.02》表5.6
可参考:https://blog.csdn.net/gsgbgxp/article/details/129693747
如何查看当前文档各种长度参数
在latex中可以通过命令 \the
输出各种参数,如下面的代码
The \texttt{
\textbackslash parindent} is \the\parindent. \par
The \texttt{
\textbackslash leftskip} is \the\leftskip.\par
The \texttt{
\textbackslash rightskip} is \the\rightskip.\par
\vspace{
2ex}
The approximate font size is \the\fontdimen6\font.\par
\vspace{
2ex