Google Code Exporter
Google Code Exporter
``` Ok, I need to think this, maybe in a couple of days there will be code :-) ``` Original comment by `roberto.alsina` on 18 May 2009 at 6:15
``` Ok, you can now have rst2html-style inline footnotes with --inline-footnotes, or with the inline_footnotes config file option. Committed in r549 I will keep the issue open because the real...
``` I think the correct solution for this is: 1) Implement per-page footers 2) See if the footnote fits in the page. If it doesn't split them into two footnotes...
``` I guess what's annoying is that if the frame were formatted with the footnotes inline, or at least immediately following, then the frame should be OK if you then...
``` Idea: a frame that can be consumed at both ends. When a flowable is added into the frame, it can "choose" to go to the top or the bottom....
``` In r2116 I started implementing this. * Added --real-footnotes option * WHen that option is given, the build *will* be multipass * After the first pass, the footnotes will...
``` As of r2132, it now "sinks" the footnotes to the bottom of the page. For some reason, though, the footer is floating above the final footnote. ``` Original comment...
``` It seems to be fixed and everything working in r2136 ``` Original comment by `roberto.alsina` on 19 Apr 2010 at 1:38 - Changed state: **Fixed**
``` Reopening: It has a bad interaction if the flowable after the footnote splits to the next page, the footnote follows it. Added test case in r2140 ``` Original comment...
``` The meta directive seems to not generate anything useful in the doctree after I pass the document through docutils.core.publish_doctree so this data seems to just be lost before rst2pdf...