
¿Cómo se puede ajustar el margen entre un entorno matemático (como align*) y el texto que viene después? Por ejemplo, quiero el siguiente look.
pero la configuración predeterminada me da
\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}