Re: [問題] 章節 目錄 section title上下空白太多

作者: olaf242 (意圖是認真 包裝要有趣)   2016-11-05 22:51:03
※ 引述《JingYi09 (敬懿)》之銘言:
: 我是使用article.cls
: 發現我的section subsection subsubsection 這些title的上下空白處太多
: 有想過用\vspace{-0.3cm} 來調可是不漂亮
: 後來查到使用
: \usepackage[compact]{titlesec}
: \titlespacing{\section}{0pt}{*0}{*0}
: \titlespacing{\subsection}{0pt}{*0}{*0}
: \titlespacing{\subsubsection}{0pt}{*0}{*0}
: 來調整
: 可是完全沒有改變~"~
我最近有類似問題,
(使用 XeLatex, \documentclass{book}
chapter & content 標題上下空白太多)
找到文件
mirrors.ctan.org/macros/latex/contrib/titlesec/titlesec.pdf
在第5頁3.3節前
Notes:
\titlespacing does not work with either \chapter and \part
unless you change its title format as well by means of \titleformat,
the simple settings, or \titleclass.
Arguments in \titlespacing must be dimensions;
然後另外找到以下,也試了可行
\titleformat{\chapter}[display]
{\normalfont\huge\bfseries}
{\chaptertitlename\ \thechapter}
{20pt}
{\raggedright\Huge} %這五行需加在\titlespacing前
\titlespacing*{\chapter}{0pt}{0pt}{40pt}

Links booklink

Contact Us: admin [ a t ] ucptt.com