Re: space in front of footnotes?
Guenter Milde <[email protected]>
| Newsgroups | gmane.text.docutils.user |
|---|---|
| Message-ID | <[email protected]> |
On 2015-08-18, Gour wrote: > Guenter Milde <[email protected]> writes: >> However, you are free to set your own defaults in a system-wide or user- >> config file. >> http://docutils.sourceforge.net/docs/user/config.html#configuration-files > Using: > [restructuredtext parser] > trim_footnote_reference_space=yes > in ~/.docutils this works, but I’ve tried with this one: > [html4css1 writer] > footnote_references="superscript" > and it does not work. Any hint? Use the `Config File Syntax`__ in the config file? __ http://docutils.sourceforge.net/docs/user/config.html#configuration-file-syntax With :: [html4css1 writer] footnote-references: superscript and using the html4css writer (rst2html.py), it works here. With :: [writers] footnote-references: superscript it works also for rst2html5.py. > p.s. Even after subscribing to the mailing list, posting via Gmane does > not work. Any idea? It may require one additional confirmation step (telling Gmane that posting is OK). I don't recall the actual procedure but I use my news-reader via Gmane for reading and posting both docutils-user and docutils-devel. Günter ------------------------------------------------------------------------------ _______________________________________________ Docutils-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/docutils-users Please use "Reply All" to reply to the list.