調整數學部分和文字之間的邊距

調整數學部分和文字之間的邊距

如何調整數學環境(如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}

相關內容