4 Sep 2005 00:23
Re: Images as tables
Felix Wiemann <Felix.Wiemann <at> gmx.net>
2005-09-03 22:23:00 GMT
2005-09-03 22:23:00 GMT
David Goodger wrote: > Alan G Isaac wrote: > >> In LaTeX, tables and figures are specific examples of >> floats, which support numbering. Is this abstraction >> relevant to docutils? > > Yes, it is, sort-of. The "float"-ness of LaTeX tables and figures > refers (IIRC) to the ability of the contents to float to one end or > the other of the page, or to the next page, for good pagination. > Docutils doesn't care about floating-vs-stationary; that's a back-end > rendering issue. It's normally not possible (unfortunately, maybe) to render figures as "floating" (the LaTeX way) because the document author may assume that the figure is rendered where it appears in the source. > In Docutils, formal figures and tables and examples are all examples > of sequences -- there's a sequence counter and title/caption > embellishment associated. BTW, for uniformity it would probably be a good idea to use the "title" node for figures. > The "image as table" that Dima described is a prime example of how the > "formal table" directive should support arbitrary content. -1. Use the following construct instead::(Continue reading)
RSS Feed