 |
|
|
|
Actions
|
|
[ Date Prev][ Date Next][ Thread Prev][ Thread Next][ Date Index][ Thread Index]
Re: [vsipl++] [patch] Document div, mul, and sub elementwise functions
- To: VSIPL++ Developers List <vsipl++@xxxxxxxxxxxxxxxx>
- Subject: Re: [vsipl++] [patch] Document div, mul, and sub elementwise functions
- From: Mike LeBlanc <Mike@xxxxxxxxxxxxxxxx>
- Date: Wed, 6 Aug 2008 10:22:52 -0400
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@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>
|
|