~ubuntu-branches/ubuntu/trusty/docbook-xsl-doc/trusty

« back to all changes in this revision

Viewing changes to doc/fo/equation.number.properties.html

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert (dale)
  • Date: 2011-11-19 14:03:57 UTC
  • mfrom: (1.2.1) (7.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20111119140357-sbxpl2jntwg50joy
Tags: 1.76.1-1
* New upstream release.
* debian/control (Vcs-Browser, Vcs-Svn): Adjusted for unstable.
  (Standards-Version): Bumped to 3.9.2.
  (Conflicts): Changed to breaks to fix conflicts-with-version.
  (Recommends): Weaken to Suggests (closes: #623949). Only suggest the
  virtual packages.
* debian/rules (override_dh_installdocs): Added a comment about this unusal
  piece of code.
* debian/patches/series: Added.
* debian/source/format: Added for format 3.0 (quilt).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"><title>equation.number.properties</title><link rel="stylesheet" type="text/css" href="../reference.css"><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="../index.html" title="DocBook XSL Stylesheets: Reference�Documentation"><link rel="up" href="propsets.html" title="Property Sets"><link rel="prev" href="equation.properties.html" title="equation.properties"><link rel="next" href="table.properties.html" title="table.properties"><link rel="copyright" href="copyright.html" title="License"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">equation.number.properties</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="equation.properties.html">Prev</a>�</td><th width="60%" align="center">Property Sets</th><td width="20%" align="right">�<a accesskey="n" href="table.properties.html">Next</a></td></tr></table><hr></div><div class="refentry" title="equation.number.properties"><a name="equation.number.properties"></a><div class="titlepage"></div>
 
2
 
 
3
<div class="refnamediv"><h2><span class="refentrytitle">equation.number.properties</span></h2><p>
 
4
equation.number.properties
 
5
 &#8212; Properties that apply to the <code class="sgmltag-element">fo:table-cell</code> containing the number
 
6
of an <a href="http://docbook.org/tdg5/en/html/equation.html"><code class="sgmltag-element">equation</code></a> that does not have a title.
 
7
</p></div>
 
8
 
 
9
<div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2>
 
10
<a name="equation.number.properties.frag"></a><pre class="programlisting">&lt;xsl:attribute-set name="equation.number.properties"&gt;
 
11
  &lt;xsl:attribute name="text-align"&gt;end&lt;/xsl:attribute&gt;
 
12
  &lt;xsl:attribute name="display-align"&gt;center&lt;/xsl:attribute&gt;
 
13
&lt;/xsl:attribute-set&gt;</pre>
 
14
</div>
 
15
<div class="refsection" title="Description"><a name="id36235066"></a><h2>Description</h2>
 
16
<p>Properties that apply to the fo:table-cell containing the number
 
17
of an equation when it has no title. The number in an equation with a
 
18
title is formatted along with the title, and this attribute-set does not apply.</p>
 
19
</div>
 
20
</div><div class="navfooter"><hr><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="equation.properties.html">Prev</a>�</td><td width="20%" align="center"><a accesskey="u" href="propsets.html">Up</a></td><td width="40%" align="right">�<a accesskey="n" href="table.properties.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">equation.properties�</td><td width="20%" align="center"><a accesskey="h" href="../index.html">Home</a></td><td width="40%" align="right" valign="top">�table.properties</td></tr></table></div></body></html>
 
21