From: Joshua Slive Date: Mon, 30 Jun 2003 19:38:40 +0000 (+0000) Subject: Merge the LaTeX todo list into the main docs STATUS file. X-Git-Tag: pre_ajp_proxy~1492 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=51c56ba0d3161baa691ad6df593e29aa950d480a;p=apache Merge the LaTeX todo list into the main docs STATUS file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100415 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/STATUS b/docs/STATUS index 4a507b03e7..c3d603e373 100644 --- a/docs/STATUS +++ b/docs/STATUS @@ -1,5 +1,5 @@ Apache HTTP Server 2.1 Documentation Status File. -Last modified: $Date: 2003/06/28 22:55:53 $ +Last modified: $Date: 2003/06/30 19:38:40 $ For more information on how to contribute to the Apache Documentation Project, please see http://httpd.apache.org/docs-project/ @@ -89,9 +89,6 @@ Documentation improvements - remove
 elements. Use 
and elements 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 @@ Documentation improvements * 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 diff --git a/docs/manual/style/latex/TODO b/docs/manual/style/latex/TODO deleted file mode 100644 index f167e5c863..0000000000 --- a/docs/manual/style/latex/TODO +++ /dev/null @@ -1,26 +0,0 @@ -Some things that need to be done with the LaTeX transforms: - -- 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