Prepare docs for 0.23; tag "legacy_ids" setting as provisional.
latex2e: Allow footnotes to be more easily customizable
There is support for "--latex-footnotes" in Docutils 0.23 (rc1 is just out) so maybe we can close this ticket as outdated.
Yes, there is native support for abbreviations in Docutils with the "abbreviation" role (alias "ab") and <abbreviation></abbreviation> Document-Tree element. The HTML writers convert it to an <abbr> element (cf. the test output for Text Level Semantics and the source). However, there is currently no way to specify the expansion (the "title"). rST inline roles syntax is not suited for cases requiring 2 arguments (here, the title and the abbreviation). Unfortunately, there is no clear solution: ht...
Yes, there is native support for abbreviations in Docutils with the "abbreviation" role (alias "ab") and <abbreviation> Document-Tree element. The HTML writers convert it to an <abbr> element (cf. the test output for Text Level Semantics and the source). However, there is currently no way to specify the expansion (the "title"). rST inline roles syntax is not suited for cases requiring 2 arguments (here, the title and the abbreviation). Unfortunately, there is no clear solution: https://docutils....
Define public API and backwards compatibility policy.
LaTeX writer: improve rendering of unreferenced footnotes.
LaTeX writer: Fix footnote references in titles.