Docbook 5 (docbook-xsl-ns) を使用しており、Apache FOP で PDF を生成しています。すべてのテキストを左に移動したいと考えています。どうすればいいですか?
ソース XML は次のとおりです。
<section>
<title>Usage</title>
<programlisting>mvn archetype:generate -DarchetypeGroupId=cz.csob.javor -DarchetypeArtifactId=javor-archetypes-subcomponent -DarchetypeVersion=X.Y.Z</programlisting>
<para>During the subcomponent project generation you will be asked for the following properties:</para>
<itemizedlist>
<listitem>
<para><emphasis>parent-component-id</emphasis> - ID of the parent component, should be the name of the directory the parent component project is placed in</para>
</listitem>
<listitem>...
ありがとう。