[texhax] Formatting \subsubsection

Uwe Lueck uwe.lueck at web.de
Tue Jul 1 10:01:52 CEST 2014


>> Is it possible to change the \subsubsection in amsbook so that the
>> vertical space after the subsubsection be as big as desired?

> I strongly suspect the answer is no

Hasn't my suggestion showed that the answer is yes?

\ProvidesFile{amsbk.tex}[2014/06/30]
\documentclass{amsbook}
\makeatletter
%\def\section{\@startsection{section}{1}%
%  \z@{.7\linespacing\@plus\linespacing}{.5\linespacing}%
%  {\normalfont\bfseries\centering}}
\def\subsection{\@startsection{subsection}{2}%
  \z@{.5\linespacing\@plus.7\linespacing}{.3\linespacing}%
  {\normalfont\bfseries\centering}}
\def\subsubsection{\@startsection{subsubsection}{3}%
  \z@{.3\linespacing\@plus.5\linespacing}{.2\linespacing}%
  {\normalfont\itshape\centering}}
\makeatother
\begin{document}
\chapter{AMS}
\section{Section}
\subsection{Subsection} Subsection.
\subsubsection{Subsubsection} Subsubsection.
\end{document}

PDF outcome attached.
(Won't reach Mike, my site's mails bounce at his site.)

Best,

    Uwe.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: amsbk.pdf
Type: application/pdf
Size: 49331 bytes
Desc: not available
URL: <http://tug.org/pipermail/texhax/attachments/20140701/9e0463e2/attachment-0001.pdf>


More information about the texhax mailing list