Navigation : Top/chapter, section, subsection等のカスタマイズ

chapter, section, subsection等のカスタマイズ

LaTeX

サンプル

\def\section#1{\par
 \stepcounter{section}
 \vspace*{0.5\baselineskip}
 \noindent% \hskip 1zw
 {\large
 \sffamily \thechapter.\thesection \hskip 0.1zw   {\gtfamily #1}} \par	% 10pt
 }
\def\subsection#1#2{\par
 \stepcounter{subsection}
 {\noindent
 \rmfamily\sffamily (#1)   {\gtfamily #2}} \par }