%%
%% The LaTeX Companion, 3ed
%%
%% Example 11-4-14 on page II-169 in "amsmath, esint, wasysym --- Multiple integral signs".
%%
%% Copyright (C) 2022 Frank Mittelbach
%%
%% It may be distributed and/or modified under the conditions
%% of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%%
%% See https://www.latex-project.org/lppl.txt for details.
%%

\documentclass{tlc3examargin}
\pagestyle{empty}
\setcounter{page}{6}
\setlength\textwidth{147.0pt}

 % Shorten the vertical size of the example ...
 \AtBeginDocument{%
   \setlength\abovedisplayskip{.3\abovedisplayskip}%
   \setlength\belowdisplayskip{.3\belowdisplayskip}%
 }
 % slightly fake the example by making \quad smaller than normal
 \renewcommand\quad{\hspace{.8em}}

%StartShownPreambleCommands
\usepackage[intlimits]{amsmath,esint} % order is important!
%StopShownPreambleCommands

\begin{document}
\begin{gather*}
 \int_a^b     \quad   \iint_a^b               \quad
 \iiint_a^b   \quad   \iiiint_a^b             \quad
 \oint_a^b    \quad   \idotsint_a^b
\\[5pt]
 \oiint_a^b            \quad  \varoiint_a^b   \quad
 \sqint\nolimits_a^b   \quad  \sqiint_a^b     \quad
 \landupint_a^b \quad \landdownint\nolimits_a^b
\\[5pt]
 \ointclockwise_a^b                           \quad
 \ointctrclockwise\nolimits_a^b               \quad
 \varointclockwise\nolimits_a^b               \quad
 \varointctrclockwise_a^b  \quad  \fint_a^b
\end{gather*}
\end{document}