使用点值定义行距
我必须写一篇论文,主席声称字体大小为 12pt,行距为 15pt(似乎不是 \onehalfspacing)。
谁能告诉我如何使用 15pt 值定义间距?
致以诚挚的问候和感谢! 菲利普
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以通过更改
\baselineskip
值来精确设置行间距。请注意,您必须在
document
环境中使用此命令才能使其生效。You can set the line spacing exactly by altering the
\baselineskip
value.Note that you have to use this command inside the
document
environment in order for it to have an effect.