From: Bob Stayton Date: Wed, 9 Jul 2003 22:18:56 +0000 (+0000) Subject: Superscript and subscript now use vertical-align instead of X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6815e8834cf74ff723f4f35747c330bbfe9fe83;p=docbook-dsssl Superscript and subscript now use vertical-align instead of baseline-shift when fop.extensions is set. --- diff --git a/xsl/fo/inline.xsl b/xsl/fo/inline.xsl index e234b9987..a63c3d6f9 100644 --- a/xsl/fo/inline.xsl +++ b/xsl/fo/inline.xsl @@ -133,7 +133,15 @@ - + + + + super + + + super + + @@ -142,7 +150,15 @@ - + + + + sub + + + sub + +