1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
%%
%% The LaTeX Companion, 3ed
%%
%% Example 11-2-37 on page II-151 in "Fine-tuning tag placement".
%%
%% 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{279.0pt}
% Shorten the vertical size of the example ...
\AtBeginDocument{%
\setlength\abovedisplayskip{.2\abovedisplayskip}%
\setlength\belowdisplayskip{.7\belowdisplayskip}%
}
%StartShownPreambleCommands
\usepackage{amsmath}
%StopShownPreambleCommands
\begin{document}
\begin{align}
\lvert I_2 \rvert &=
\left\lvert \int_{0}^T \psi(t)
\left\lbrace
u(a, t) - \int_{\gamma(t)}^a \frac {d\theta} k(\theta, t)
\int_{a}^\theta c (\xi) u_t (\xi, t) \,d\xi
\right\rbrace dt
\right\rvert \notag \\
&\le C_6
\Biggl\lvert
\left\lvert f \int_\Omega
\left\lvert
\widetilde{S}^{-1,0}_{a,-} W_2(\Omega, \Gamma_l)
\right\rvert \
\right\rvert
\left\lvert
\lvert u \rvert \overset{\circ}{\to} W_2^{\widetilde{A}}
(\Omega; \Gamma_r,T)
\right\rvert
\Biggr\rvert
\end{align}
A line of text after the equation \ldots
\end{document}
|