mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-06 10:42:33 +00:00
Tweaking of table size in namespace chapter and PDF page margins to try to reduce overlapping of text
This commit is contained in:
parent
26cf6f5528
commit
025ab4ce1a
@ -545,11 +545,15 @@ List<OpenIDAttribute> attributes = token.getAttributes();</programlisting>The
|
|||||||
<literal><http></literal> element, so the syntax has changed slightly in
|
<literal><http></literal> element, so the syntax has changed slightly in
|
||||||
3.0.</para></note>The filters, aliases and namespace elements/attributes which create
|
3.0.</para></note>The filters, aliases and namespace elements/attributes which create
|
||||||
the filters are shown in <xref linkend="filter-stack"/>. The filters are listed in the order
|
the filters are shown in <xref linkend="filter-stack"/>. The filters are listed in the order
|
||||||
in which they occur in the filter chain. <table xml:id="filter-stack"><title>Standard Filter
|
in which they occur in the filter chain.
|
||||||
Aliases and Ordering</title><tgroup cols="3" align="left"><thead><row><entry
|
<table xml:id="filter-stack"><title>Standard Filter Aliases and Ordering</title>
|
||||||
align="center">Alias</entry><entry align="center">Filter Class</entry><entry
|
<tgroup cols="3" align="left">
|
||||||
align="center">Namespace Element or
|
<colspec colnum="1" colname="col1" colwidth="2*"/>
|
||||||
Attribute</entry></row></thead><tbody><row><entry>
|
<colspec colnum="2" colname="col2" colwidth="2*"/>
|
||||||
|
<colspec colnum="3" colname="col3" colwidth="1*"/>
|
||||||
|
<thead><row><entry align="center">Alias</entry><entry align="center">Filter Class</entry><entry align="center">Namespace Element or Attribute</entry></row>
|
||||||
|
</thead>
|
||||||
|
<tbody><row><entry>
|
||||||
CHANNEL_FILTER</entry><entry><literal>ChannelProcessingFilter</literal></entry><entry><literal>http/intercept-url@requires-channel</literal></entry></row><row><entry>
|
CHANNEL_FILTER</entry><entry><literal>ChannelProcessingFilter</literal></entry><entry><literal>http/intercept-url@requires-channel</literal></entry></row><row><entry>
|
||||||
CONCURRENT_SESSION_FILTER</entry><entry><literal>ConcurrentSessionFilter</literal>
|
CONCURRENT_SESSION_FILTER</entry><entry><literal>ConcurrentSessionFilter</literal>
|
||||||
</entry><entry><literal>session-management/concurrency-control</literal></entry></row><row><entry>
|
</entry><entry><literal>session-management/concurrency-control</literal></entry></row><row><entry>
|
||||||
|
@ -27,8 +27,6 @@
|
|||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/docbook.xsl"/>
|
||||||
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/highlight.xsl"/>
|
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/fo/highlight.xsl"/>
|
||||||
|
|
||||||
<xsl:param name="fop1.extensions" select="1"/>
|
|
||||||
|
|
||||||
<!-- xsl:param name="draft.watermark.image" select="'images/draft.png'"/ -->
|
<!-- xsl:param name="draft.watermark.image" select="'images/draft.png'"/ -->
|
||||||
<xsl:param name="paper.type" select="'A4'"/>
|
<xsl:param name="paper.type" select="'A4'"/>
|
||||||
|
|
||||||
@ -41,6 +39,9 @@
|
|||||||
<xsl:param name="page.margin.bottom" select="'1cm'"/>
|
<xsl:param name="page.margin.bottom" select="'1cm'"/>
|
||||||
<xsl:param name="title.margin.left" select="'0cm'"/>
|
<xsl:param name="title.margin.left" select="'0cm'"/>
|
||||||
|
|
||||||
|
<xsl:param name="page.margin.inner" select="'2cm'"/>
|
||||||
|
<xsl:param name="page.margin.outer" select="'2cm'"/>
|
||||||
|
|
||||||
<!--###################################################
|
<!--###################################################
|
||||||
Header
|
Header
|
||||||
################################################### -->
|
################################################### -->
|
||||||
@ -191,12 +192,12 @@
|
|||||||
Extensions
|
Extensions
|
||||||
################################################### -->
|
################################################### -->
|
||||||
|
|
||||||
<!-- These extensions are required for table printing and other stuff
|
<!-- These extensions are required for table printing and other stuff -->
|
||||||
<xsl:param name="use.extensions">1</xsl:param>
|
<xsl:param name="use.extensions">1</xsl:param>
|
||||||
<xsl:param name="tablecolumns.extension">0</xsl:param>
|
<xsl:param name="tablecolumns.extension">0</xsl:param>
|
||||||
<xsl:param name="callout.extensions">1</xsl:param>
|
<xsl:param name="callout.extensions">1</xsl:param>
|
||||||
<xsl:param name="fop.extensions">1</xsl:param>
|
<xsl:param name="fop1.extensions">1</xsl:param>
|
||||||
-->
|
|
||||||
<!--###################################################
|
<!--###################################################
|
||||||
Paper & Page Size
|
Paper & Page Size
|
||||||
################################################### -->
|
################################################### -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user