
答え1
これには新しい環境を定義できますchapterapstract
。
\documentclass{book}
\usepackage{mwe}
\newenvironment{chapterabstract}{%
\par\nobreak\noindent
\textbf{\textit{Abstract}\hrulefill}\par\nobreak
\small
\noindent\ignorespaces
}{%
\par\nobreak\normalsize
\vskip-\ht\strutbox\noindent
\textbf{\hrulefill}%
}
\begin{document}
\chapter{Example Chapter}
\begin{chapterabstract}
\lipsum[1]
\end{chapterabstract}
\section{Example Section}
\lipsum
\end{document}
注: この非常に単純な定義は 1 つの列でのみ機能し、不要なページ区切りを防ぐことはできません。