TODO 1.2 KB

1234567891011121314151617181920212223242526272829
  1. TODO list for vorbis spec docbook conversion.
  2. * Get the figures working in pdf. Jade seems to be doing something
  3. (suboptimal) with <graphic>, and nothing at all with <imageobject>.
  4. * Proof against html original and remove it.
  5. * Reset all those nested lists of decoding structions in docbook. They
  6. don't wrap properly in the printed version, and they don't look so
  7. good. Easy but tedious.
  8. * Set remaining auxiliary material.
  9. * Get vector versions of the figures from Monty and/or create them anew.
  10. We need eps versions for the printable version. Optionally, have the
  11. makefile run them through ghostscript to create the pngs for the html
  12. version if the docbook processor isn't smart enough to do so.
  13. * Get the equations working. We should have one version, either latex or
  14. mathml from which both the html and print versions are generated. Latex
  15. source is in the alt tags in the document.
  16. * Normalize variable naming. The current spec uses brackets to indicated
  17. values decoded from the bitstream. In html and pdf we can use tt font
  18. to indicate this, so the [] is redundant. Remove them from scalars and
  19. either keep them for vectors, or set the vectors bold tt. Note that
  20. this requires resetting the already tt sections.