gpt4 book ai didi

latex - 在 LaTeX 中删除\chapter 之前的间距

转载 作者:行者123 更新时间:2023-12-04 04:49:34 25 4
gpt4 key购买 nike

关闭。这个问题是off-topic .它目前不接受答案。












想改善这个问题吗? Update the question所以它是 on-topic对于堆栈溢出。

8年前关闭。




Improve this question




我正在使用书本风格来撰写研究报告,并想知道如何删除章节标题前的顶部垂直空间。我需要这个用于“抽象”页面。我希望它比标准章节更接近顶部。

最佳答案

这是 Stefan 建议使用 titlesec 包的一些示例代码。 titleformat 命令将所有内容保留为默认值,但您需要包含它(我认为)以使 titlespacing 更改起作用。第二个 titlespacing 命令设置回默认值,假设您只想更改第一章的间距:

\documentclass{book}

\usepackage{titlesec}

\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}{\chaptertitlename\ \thechapter}{20pt}{\Huge}

% this alters "before" spacing (the second length argument) to 0
\titlespacing*{\chapter}{0pt}{0pt}{40pt}

\begin{document}

\chapter{One}
% this changes "before" spacing back to its default of 50pt
\titlespacing*{\chapter}{0pt}{50pt}{40pt}
First sentence of chapter.

\chapter{two}
First sentence of chapter.

\chapter{three}
First sentence of chapter.

\end{document}

关于latex - 在 LaTeX 中删除\chapter 之前的间距,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3279194/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com