slive 2003/06/30 12:38:40 Modified: docs STATUS Removed: docs/manual/style/latex TODO Log: Merge the LaTeX todo list into the main docs STATUS file. Revision Changes Path 1.92 +30 -4 httpd-2.0/docs/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/docs/STATUS,v retrieving revision 1.91 retrieving revision 1.92 diff -u -d -b -u -r1.91 -r1.92 --- STATUS 28 Jun 2003 22:55:53 -0000 1.91 +++ STATUS 30 Jun 2003 19:38:40 -0000 1.92 @@ -89,9 +89,6 @@ - remove
elements. Use
andelements to get a similar effect. -* Autogeneration of PDF - - See manual/style/latex/TODO - * Improving the documentation of the documentations' build system itself (requirements, procedures) @@ -119,3 +116,32 @@ * Provide example solutions for the mapping of encodings, especially for .gz etc. (also in regard to our default configuration) + + +LaTeX Todo list +================== + +- Tables + Add to xml files. + +- Images + + A quick search makes me believe that pdftex will not handle gifs. + It probably will handle png. + +- Hundreds of other little problems with presentation, cross-referencing, + etc. + +- Fix build system + +- Cleanup xsl to make it more readable and add licenses. Almost everything + that is currently in latex.xsl should probably be moved to common.xsl. + There may be a license problem with the atbeginend.sty file, since + latex style files rarely have explict licenses. At worst, we can + drop this and manually adjust the relevant spacing. + +- Reduce the size of the pdf (both bytes and pages) in any way possible. + +- Speed up the XSLT tranform. + +- Translations. \ No newline at end of file