Author: wyoung
Date: Tue May 18 04:15:04 2010
New Revision: 2644
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=2644&view=rev
Log:
Small tweaks to DocBook inline math presentation styling
Modified:
trunk/doc/html/userman/tangentsoft.css
trunk/doc/userman/common.xsl
Modified: trunk/doc/html/userman/tangentsoft.css
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/html/userman/tangentsoft.css?rev=2644&r1=2643&r2=2644&view=diff
==============================================================================
--- trunk/doc/html/userman/tangentsoft.css (original)
+++ trunk/doc/html/userman/tangentsoft.css Tue May 18 04:15:04 2010
@@ -30,6 +30,11 @@
DIV.footnote > P {
font-size: 85%;
+}
+
+EM.phrase {
+ /* Georgia's great, but oldstyle numerals make math hard to read */
+ font-family: "Times", "Times New Roman", serif;
}
H1, H2, H3, H4, H5, H6, DIV.navheader > TABLE > TBODY > TR > TH {
Modified: trunk/doc/userman/common.xsl
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/doc/userman/common.xsl?rev=2644&r1=2643&r2=2644&view=diff
==============================================================================
--- trunk/doc/userman/common.xsl (original)
+++ trunk/doc/userman/common.xsl Tue May 18 04:15:04 2010
@@ -4,11 +4,12 @@
transformations. -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
- <xsl:param name="section.autolabel" select="1"/>
- <xsl:param name="section.autolabel.max.depth" select="2"/>
- <xsl:param name="toc.section.depth" select="2"/>
+ <xsl:param name="section.autolabel" select="1"/>
+ <xsl:param name="section.autolabel.max.depth" select="2"/>
+ <xsl:param name="toc.section.depth" select="2"/>
- <!-- allow faking <mathphrase> in DocBook 4.4 and earlier -->
+ <!-- Hack to let us get <mathphrase>-like behavior in DB 4.3 -->
+ <!-- From: http://www.sagehill.net/docbookxsl/Math.html -->
<xsl:template match="phra...@role = 'math']">
<xsl:call-template name="inline.italicseq"/>
</xsl:template>
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits