Elservier 上有的杂志要求投稿必须是双倍行距
Type the whole manuscript with double line spacing
Laxtex文档中加上如下的语句就可以了.
Add at the beginning:
\usepackage{setspace}
Then switch between different spacing options with:
\doublespacing
\singlespacing
\onehalfspacing
For other sizes use the \setstretch command like this:
\setstretch{1.8}
或者用 \linespread{1.6}, 这个也可以改变行距,参数1.6是可以调整的,但不知道多少对应双倍行距.
Latex双倍行距设置
最新推荐文章于 2024-06-12 15:41:17 发布