$page-style
$page-style — Select the page style.
Parameter:
{}page-style
Defined in:
param.xsl
Used in:
param.xsl
Synopsis
|$page-style as xs:string := 'article'
Description
This value selects the page style. The page style is reflected
in the class attribute on the root
html element.
It is then used by the CSS stylesheets.
A page style of “value” will be added to
the class attribute as “value-style”.
The CSS print stylesheets support two styles:
article and book. The book style
places new components on a right-hand page and adjusts the inner margin
for binding.