1 <!--#############################################################################
2 | $Id: TODO,v 1.11 2003/06/29 08:31:10 j-devenish Exp $
3 |- #############################################################################
4 | $Author: j-devenish $
7 + ############################################################################## -->
13 * Support for regular typeface characterset within verbatim (for literallayout
14 support -- see test_article).
15 * Fix \maketitle to reduce space waste in articles.
18 * Refactor code regarding authors and authorgroups in a single named tempalte.
19 * Test articles in books -> book/article and the author/authorgroup prcessing
20 * Start support por partinfos/chapterinfos and to be able to output a ToC per
24 * There also needs to be some way of handling character entities like
25 — (or their Unicode equivalents). It is a pity that XPath
26 doesn't have functions for regular expression substitution.
28 * Tables, tables, tables, always tables... Anyone?
30 * bibliomixed is not supported
33 * Qanda is not supported at all (but patch supplied by S.B. 13 Mar 2003)
34 RCAS: Added basic support.
35 A QandASet has several QandADivs that have several QandAEntries.
36 See xsl/sample/test_qanda
39 * Improve support for MathElems tags (customized DTD)
40 * Improve support for tm and inlinetm (embedded LaTeX Math)
41 * Start MathML support
43 * Ordered lists are mapped to enumerate, regardless of 'continues'
45 * Index : basic support. Only ONE index per LaTeX Document.
46 Support for several see/seealso
48 * Footnote: if possible, improve upon the existing \catcode kludge
49 for \urls within \footnotes.
51 * Tables/figures: look into whether page-spanning floats are possible
52 when using two-column <article>s. Add Q&A about this.
55 * Update localisation.
57 * Overhaul handling of titles.
61 * Add chunking, so each chapter/part/etc... is created on a separate .tex file
62 and manage the \input. (Also: automation of cover file generation.)
64 RCAS: Done. See xsl/sample/chunking
65 Depends on Norman Walsh chunker.xsl.
67 * Document latex.* variables (see vars.mod.xsl).
69 * Better support of everything :)
71 * Package.. rpm/deb/tgz
72 RCAS: rpm & tar.gz ok.
73 RCAS: .deb pending (check debian mailing lists for a mantainer.)
75 * Add autoconf/automake
76 * Detect jdk if required.
77 * Detect xslt processors.