On Tue, June 10, 2014 10:21 pm, Geert Bormans geert@xxxxxxxxxxxxxxxxxxx
wrote:
> I am facing the challenge of adding marginal notes to a PDF document using
> FO.
> I am using Antenna House for this task (though switching to RenderX
> for this would be an option)
>
> The actual note is a number (element "no") inside a paragraph (element
> "p")
...
> - next issue: the number should be right aligned for the odd pages
> and left aligned for the even pages
Antenna House, as an extension, allows fo:float within fo:change-bar-begin
[1], so use that with 'change-bar-placement="outside".
You can use 'text-align="outside"' [3] to align the numbers to the outside
of the page.
You may also be able to use Antenna House's float extension [2], but it's
not clear to me whether or not 'sidenote' applies only to CSS.
Regards,
Tony Graham tgraham@xxxxxxxxxx
Consultant http://www.mentea.net
Chair, Print and Page Layout Community Group @ W3C XML Guild member
-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- --
Mentea XML, XSL-FO and XSLT consulting, training and programming
[1] http://antennahouse.com/xslfo/extension.htm#fo.change-bar-begin
[2] http://antennahouse.com/xslfo/float-extension.htm
[3] http://www.w3.org/TR/xsl/#text-align
|