1 | <!--#############################################################################
|
---|
2 | | $Id: TODO,v 1.11 2003/06/29 08:31:10 j-devenish Exp $
|
---|
3 | |- #############################################################################
|
---|
4 | | $Author: j-devenish $
|
---|
5 | |
|
---|
6 | | PURPOSE:
|
---|
7 | + ############################################################################## -->
|
---|
8 |
|
---|
9 | SHORT
|
---|
10 |
|
---|
11 | 20030418 - JD
|
---|
12 | * Hyperlinks in QandA
|
---|
13 | * Support for regular typeface characterset within verbatim (for literallayout
|
---|
14 | support -- see test_article).
|
---|
15 | * Fix \maketitle to reduce space waste in articles.
|
---|
16 |
|
---|
17 | 20030418 - RCAS
|
---|
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
|
---|
21 | part / chapter ...
|
---|
22 |
|
---|
23 | 200303XX - JD
|
---|
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.
|
---|
27 |
|
---|
28 | * Tables, tables, tables, always tables... Anyone?
|
---|
29 | * Bibliography
|
---|
30 | * bibliomixed is not supported
|
---|
31 | * Manage .bst files ?
|
---|
32 |
|
---|
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
|
---|
37 |
|
---|
38 | * Math
|
---|
39 | * Improve support for MathElems tags (customized DTD)
|
---|
40 | * Improve support for tm and inlinetm (embedded LaTeX Math)
|
---|
41 | * Start MathML support
|
---|
42 | * Lists
|
---|
43 | * Ordered lists are mapped to enumerate, regardless of 'continues'
|
---|
44 |
|
---|
45 | * Index : basic support. Only ONE index per LaTeX Document.
|
---|
46 | Support for several see/seealso
|
---|
47 |
|
---|
48 | * Footnote: if possible, improve upon the existing \catcode kludge
|
---|
49 | for \urls within \footnotes.
|
---|
50 |
|
---|
51 | * Tables/figures: look into whether page-spanning floats are possible
|
---|
52 | when using two-column <article>s. Add Q&A about this.
|
---|
53 |
|
---|
54 | LONG
|
---|
55 | * Update localisation.
|
---|
56 |
|
---|
57 | * Overhaul handling of titles.
|
---|
58 |
|
---|
59 | * Index support.
|
---|
60 |
|
---|
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.)
|
---|
63 |
|
---|
64 | RCAS: Done. See xsl/sample/chunking
|
---|
65 | Depends on Norman Walsh chunker.xsl.
|
---|
66 |
|
---|
67 | * Document latex.* variables (see vars.mod.xsl).
|
---|
68 |
|
---|
69 | * Better support of everything :)
|
---|
70 |
|
---|
71 | * Package.. rpm/deb/tgz
|
---|
72 | RCAS: rpm & tar.gz ok.
|
---|
73 | RCAS: .deb pending (check debian mailing lists for a mantainer.)
|
---|
74 |
|
---|
75 | * Add autoconf/automake
|
---|
76 | * Detect jdk if required.
|
---|
77 | * Detect xslt processors.
|
---|