
수학 환경(예: 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}