On 21 May 2015 at 00:42, Andrew Myers <[email protected]> wrote: > How can I change the position of footnotes in html? When I render this > document the footnote is inserted as a new row between rows 4 and 5. This > looks really ugly. > I would be happy with either 1) the footnote being below the table or 2) the > footnote being at the bottom of the page. Inserting it into the middle of > the table is just > not useful. Generating a pdf via dblatex does the correct thing. I > generate the html with the command: > > a2x -L -f xhtml file.adoc >
This is controlled by the docbook xslt toolchain used by the a2x command. You could look at the references in FAQ #3 to see if there are any parameters that influence it. Xhtml generated by asciidoc itself "does the right thing" (but by embedded Javascript IIRC). Cheers Lex > a2x --version > a2x 8.6.9 > > = Computing Link Tolerance > Author <[email protected]> > > == Transitive Link Tolerance > > .Constraint Bounds > [options="header,footer", cols="3*^"] > |======================= > |Constraint | Min Bound | Max Bound > |Group Within `X`| `-X` > footnote:[This is valid for any given pair in a group, not for the whole > group taken together.] | `X` > |Sequence Within `X` | `0.0` | `X` > |After By `X` [to `Y`] | `X` | `Y` or `∞` > |Same Orient | `0.0°` | `0.0°` > |Orient From `X°` to `Y°` | `X°` | `Y°` > |======================= > > > Thanks, > Andrew > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/asciidoc. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/asciidoc. For more options, visit https://groups.google.com/d/optout.
