TODO * kurzes TOC als dritte variante * numerierung (html: keine numbers fuer refmanual, pdf: nach parts geordnet) * license-links * alph. list of refpages: header automatisch Manual_tools/TO_DO ================== -- Bug Fixes -- Feature Requests -- Projects Bug Fixes ============================================================================ FIXED: -- HTML: An enum without type name makes the HTML cnverter create a cross link from 'enum' to 'enum', which is nonsens ;-), see for example: http://www.cgal.org/Members/Manual_test/LAST/Polyhedron/Polyhedron_ref/Class_Polyhedron_incremental_builder_3.html#Enum_enum -- TeX, HTML: In the HTML manual, concepts and classes/functions are not visually distinguishable : same font (italic) and same color. In the PS/PDF, they are : italic font for classes/functions, and normal font for concepts. The HTML manual should be consistent. -- HTML: During the HTML conversion, a subdirectory in /usr/tmp is used to hold all temporary files. However, latex_to_html.css seems to show up occasionally in /usr/tmp directly, which it shouldn't. -- DOC: The current manual for the tools didn't actually convert to HTML nicely itself. Has that already been changed? ==> looks acceptable now. however, not perfect (see \begin{advanced}) ADDED: -- HTML: Proper IMG tags in XHTML need quotes around the filename, i.e. , and not . When copying GIF images, the HTML converter detects only IMG tags with proper quoted filenames, but since HTML allows the filename without quotes, we should either allow those as well, or issue an error message. -- PDF: page numbering known to acroread does not match the page numbers of the document. Reason is that the table of contents gets its own numbering before the rest, which shifts the page numbers. -- HTML: Label/ref pairs are encoded with [ref: prefixes until the cc_anchor.... pass creates the hyperlinks. A leftover [ref:...] tag thus indicates a missing \label statement, which could be detected in a postprocessing step (maybe in the cc_anchor_footer.stage_3 rules?) and issue a proper warning. -- HTML: Cross links from \label \ref pairs currently use in the HTML converter a GIF image of an arrow for the reference. Since we have now all necessary counters, we could switch to the proper number definitions as in LaTeX (i.e. Section 5, Equation 3, etc.). Looks better. Needs probably a glance at how the \label is implemented in LaTeX, i.e., which counter it picks. Seems to work: -- TeX, HTML: In Subdivision_surfaces_3 a problem showed up with template template parameters in functions, they seem to not working. Check the example \ccFunction{template