[vsipl++] [patch] Document div, mul, and sub elementwise functions

Mike LeBlanc Mike at CodeSourcery.com
Wed Aug 6 14:22:52 UTC 2008


On Aug 6, 2008, at 9:59 AM, Jules Bergmann wrote:

> I agree the output looks ugly.  How long would a fix take?  If it is  
> a couple of hours, go for it.  Otherwise, let's punt until another  
> year, as Mark suggests.

I have the following changes and they seem to do what Stefan  
predicted.  Will this do?

mike at cugel:~/csl-docbook$ svn diff
Index: xsl/fo/csl.xsl
===================================================================
--- xsl/fo/csl.xsl	(revision 216979)
+++ xsl/fo/csl.xsl	(working copy)
@@ -342,5 +342,7 @@
   /article nop
  </xsl:param>

+<xsl:param name="funcsynopsis.style">ansi</xsl:param>
+
  </xsl:stylesheet>

Index: xsl/html/csl.xsl
===================================================================
--- xsl/html/csl.xsl	(revision 216979)
+++ xsl/html/csl.xsl	(working copy)
@@ -47,4 +47,6 @@
       are displayed in their intrinsic size instead.  -->
  <xsl:param name="ignore.image.scaling">1</xsl:param>

+<xsl:param name="funcsynopsis.style">ansi</xsl:param>
+
  </xsl:stylesheet>




More information about the vsipl++ mailing list