diff --git a/modules/relational-algebra.xml b/modules/relational-algebra.xml index 744be7d..756f3c1 100755 --- a/modules/relational-algebra.xml +++ b/modules/relational-algebra.xml @@ -5,6 +5,8 @@ Note that relational operators that are identical to their normal usage (e.g., intersect, union, minus) are defined in mathematical-symbols.xsl. Duplicating them here (with different names) seems unnecessary. Perhaps a namespace? + Relational symbols in LaTeX require the relalg package. + The "strip" mode forms of the templates are for use in the context of an HTML element (so the mode is only relevant to the HTML formats). Embedding HTML markup inside the <title> element causes the markup to appear verbatim in the window title, i.e., <title><em>foo</em> bar will appear in the window title as "foo bar", not "foo bar". Putting the stylesheet into strip mode means that it will only output text nodes unless otherwise specified for a particular element. Generally the "strip" templates will simply call-template to the original, unless the original contains markup that needs to be eliminated (e.g., see space below). The downside of this approach, of course, is that you need "strip" mode templates for quite a lot of things, but that can't really be helped. @@ -267,7 +269,7 @@