开发者

Define linespacing using a Point-Value

开发者 https://www.devze.com 2023-01-07 06:44 出处:网络
i have to write a paper where the chair claims a font size of 12pt AND a line-spacing of 15pt (which seems 开发者_JS百科not to be \\onehalfspacing).

i have to write a paper where the chair claims a font size of 12pt AND a line-spacing of 15pt (which seems 开发者_JS百科not to be \onehalfspacing).

Can anyone tell me how to define the spacing using the value 15pt?

Best regards and thanks! Philipp


You can set the line spacing exactly by altering the \baselineskip value.

\setlength{\baselineskip}{15pt}

Note that you have to use this command inside the document environment in order for it to have an effect.

0

精彩评论

暂无评论...
验证码 换一张
取 消