
これについては既にいくつかのトピックがあることは承知していますが、それらは当てはまらないか、要求どおりに機能していないため、別のスレッドを開設したことをお詫びします。
私は本に KOMA スクリプトを使用しており、各「パート」ページに見栄えの良いエピグラフを含められるようにしたいと考えています。
私できないただし、他のスレッドで提案されているように、エピグラフ パッケージに簡単な変更をいくつか使用します。これは、章にエピグラフを使用しており、すべての変更が \epigraph パッケージ全体に適用されるためです。
\documentclass[
12pt,
a4paper,
DIV=8,
oneside,
]{scrbook}
\begin{document}
\part{Title of Part I}
% Nicely formatted quote to go below the title of the part
\end{document}
いつものように、ご協力ありがとうございます :)
答え1
KOMAスクリプトの組み込みコマンドを使用して\setpartpreamble
、\dictum
きれいにフォーマットされた引用:
\documentclass[
12pt,
a4paper,
DIV=8,
oneside,
]{scrbook}
\begin{document}
\setpartpreamble{%
\dictum[Sokrates]{The good success is nothing small,
but it starts with small things.}%
}
\part{Title of Part I}
% Nicely formatted quote to go below the title of the part
\end{document}
ディクタムの書式を変更するコマンドがいくつかあります。KOMA-Script マニュアル詳細については。
答え2
マニュアルには、これを行う方法が説明されています。texdoc epigraph
セクション2.5 パートページのエピグラフ。現在のパッケージ管理者は、特に次の場合にパッケージの改善を検討できるかもしれません。あなた私ではなく、彼に聞いてください。