
数式環境(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}