数式セクションとテキスト間の余白を調整する

数式セクションとテキスト間の余白を調整する

数式環境(align*など)とその後のテキストの間の余白を調整するにはどうすればよいでしょうか?たとえば、次のような見た目にしたいのです。 ここに画像の説明を入力してください

しかし、デフォルトの設定では

ここに画像の説明を入力してください

\documentclass{article}
\usepackage{amsmath}

\begin{document}

map
\begin{equation*}
\Phi ( u) ( t) := u_{ 0}  + \int_{ t_{ 0} }^{ t} F( u( t') ) \, dt '.
\end{equation*}
Observe from (1.8) that a strong solution is nothing more

\end{document}

関連情報