為什麼這篇latex section用法鄉民發文收入到精華區:因為在latex section用法這個討論話題中,有許多相關的文章在討論,這篇最有參考價值!作者olaf242 (意圖是認真 包裝要有趣)看板LaTeX標題Re: [問題] 章節 目錄 sec...
※ 引述《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}
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 36.230.230.123
※ 文章網址: https://www.ptt.cc/bbs/LaTeX/M.1478357466.A.263.html
※ 編輯: olaf242 (36.230.230.123), 11/05/2016 23:19:02