1. 程式人生 > >Latex雙倍行距設定

Latex雙倍行距設定

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是可以調整的,但不知道多少對應雙倍行距.