]> granicus.if.org Git - apache/commitdiff
Merge the LaTeX todo list into the main docs STATUS file.
authorJoshua Slive <slive@apache.org>
Mon, 30 Jun 2003 19:38:40 +0000 (19:38 +0000)
committerJoshua Slive <slive@apache.org>
Mon, 30 Jun 2003 19:38:40 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100415 13f79535-47bb-0310-9956-ffa450edef68

docs/STATUS
docs/manual/style/latex/TODO [deleted file]

index 4a507b03e74df6d56e5ec0289828c1ba632dac60..c3d603e373bcc35a2ccbe44017cff19c1f93a703 100644 (file)
@@ -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 <pre> elements. Use <br /> and <indent> 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 <columnspec> 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 (file)
index f167e5c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Some things that need to be done with the LaTeX transforms:
-
-- Tables
-  Add <columnspec> 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