-
I did a quick fix for the GITTA project. The problem seems to be with the automatic numbering in core/presentation/print/elml.xsl in lines 1289 and 1294. I changed in both lines level="any" to level="single". After these changes, the footnote numbers start with 1 at each page and are numbered incrementally within the page.
NB. I only did limited testing since we don't have too many lessions with...
2009-07-08 14:22:26 UTC in eLML - eLesson Markup Language
-
The problem persists with eLML 5.11. The table is located in module "SpatialQueries", starting at line 5103 ("topologische Beziehungen"). Ok, I didn't now I can change those settings just for the project.
2009-03-11 10:31:45 UTC in eLML - eLesson Markup Language
-
Joel,
I tested the procedure as follows: I took our module SpatialQueries and converted the first three diagrams to SVG. Our original source files were in Flash, so I had to go Flash -> Adobe Illustrator -> Save As -> SVG -> SVG Version 1.1.
Then I changed the filename extensions in the SpatialQueries.fo from jpg to svg and run Apache FOP. I attached the corresponing pages of the resulting...
2009-03-10 21:22:41 UTC in eLML - eLesson Markup Language
-
When one wants to display certain graphics such as a diagram, or a map, it makes sense to embed them as vector drawing, i.e. SVG. At the moment, these drawings are filtered when the document is converted to a PDF (only the placeholder is shown).
It would be good to have a way to declare that an SVG document shows static content and therefore should be included as image into the PDF. I propose...
2009-03-09 13:10:30 UTC in eLML - eLesson Markup Language
-
When eLML tables are transformed to FO, the fo:table element receives the attribute keep-together="always". As a consequence, long tables are not split onto the next page when they reach the end of the page, but the rest of the content disappears at the bottom of the page.
As a resolution of this problem, I propose to omit keep-together in the fo:table definition. In some cases it may now...
2009-03-09 12:55:37 UTC in eLML - eLesson Markup Language