Vertikalni mezera podruhe

Vítězslav Uhlíř vuhlir na aplis.cz
Čtvrtek Duben 5 17:43:01 CEST 2007


Zasilam *.xml i *. pdf, ve kterem je pekne videt rozdil mezi admonitions 
a ostatnimi prvky (tabs, lists...).
Prave nadpis u admonitions bych chtel dostat na uroven tech ostatnich, 
aby tak "nevycuhoval".

Pouzil jsem nasledujici nastaveni:
<xsl:attribute-set name="formal.title.properties">
  <xsl:attribute name="space-after.minimum">0pt</xsl:attribute> <!-- 
mezera mezi TITLE a tabulkou -->
  <xsl:attribute name="space-after.optimum">0pt</xsl:attribute>
  <xsl:attribute name="space-after.maximum">0pt</xsl:attribute>
</xsl:attribute-set>

a

<!-- Mezera mezi TITLE a seznamem -->
<xsl:attribute-set name="list.block.spacing">
  <xsl:attribute name="space-before.optimum">0pt</xsl:attribute>
  <xsl:attribute name="space-before.minimum">0pt</xsl:attribute>
  <xsl:attribute name="space-before.maximum">0pt</xsl:attribute>
</xsl:attribute-set>


Zkusme pouziti tohoto nic kloudneho neudela:
<xsl:attribute-set name="admonition.title.properties">
  <xsl:attribute name="space-after.minimum">0pt</xsl:attribute>
  <xsl:attribute name="space-after.optimum">0pt</xsl:attribute>
  <xsl:attribute name="space-after.maximum">0pt</xsl:attribute>
  <xsl:attribute name="space-before.optimum">0pt</xsl:attribute>
  <xsl:attribute name="space-before.minimum">0pt</xsl:attribute>
  <xsl:attribute name="space-before.maximum">0pt</xsl:attribute>
</xsl:attribute-set>

Takze asi neni implementovano ve stylech...?

Dekuji.
V. Uhlir




Další informace o konferenci Docbook