
Como ajustar a margem entre um ambiente matemático (como alinhar*) e o texto que vem depois? Por exemplo, eu quero o seguinte visual
mas as configurações padrão me dão
\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}