答案1
这个 MWE 显示了问题:
\documentclass{article}
\begin{document}
\section{Smoothed Peridynamics for the Extremely Large Deformation and Cracking
Problems: Unification of peridynamics and SPH}
SPH is a meshless method, meaning that there is no grid used to approximate a
function value or function derivative at a specific point. In SPH method, domain is
defined with group of particles and desired value of a field is approximated with
the help of interaction between particles. This interaction is achieved by a
smoothing function that determines the weight of neighboring particles of the main
particle. With weighted sum of neighboring particles, the value of a field at main
particle can be approximated. which forms the basis of SPH method.
\end{document}
(尽管突出的部分与默认边距略有不同)
这是一个titlesec
使用包的简单解决方案:
\documentclass{article}
\usepackage[raggedright]{titlesec}
\begin{document}
\section{Smoothed Peridynamics for the Extremely Large Deformation and Cracking
Problems: Unification of peridynamics and SPH}
SPH is a meshless method, meaning that there is no grid used to approximate a
function value or function derivative at a specific point. In SPH method, domain is
defined with group of particles and desired value of a field is approximated with
the help of interaction between particles. This interaction is achieved by a
smoothing function that determines the weight of neighboring particles of the main
particle. With weighted sum of neighboring particles, the value of a field at main
particle can be approximated. which forms the basis of SPH method.
\end{document}
所有章节标题都不会完全对齐,而且也不太可能突出到右侧。