문제

i have to write a paper where the chair claims a font size of 12pt AND a line-spacing of 15pt (which seems 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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top