Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 6b3585ea67ce3e79c9049b5b33294cdd > files > 816

docbook-style-dsssl-doc-1.79-16.mga7.noarch.rpm

<RefEntry id="X25min-leadingX25">
<!-- This file is generated automatically from the DSSSL source. -->
<!-- Do not edit this file! -->
<?html-filename min-leading.html>

<RefMeta>
  <RefEntryTitle>%min-leading%</RefEntryTitle>
  <RefMiscInfo Role="file">dbparam.dsl</RefMiscInfo>
</RefMeta>

<RefNameDiv>
  <RefName>%min-leading%</RefName>
  <RefPurpose>Minumum leading between lines</RefPurpose>
</RefNameDiv>

<RefSynopsisDiv><Title>Synopsis</Title>
<Synopsis>
%min-leading%
</Synopsis>
</RefSynopsisDiv>

<RefSect1><Title>Description</Title>

<para>
The <literal>%min-leading%</literal> parameter specifies the smallest amount of leading
to allow between lines.  The default value, <literal>#f</literal>, has the side-effect
that leading cannot change.  This means that graphics that appear in
a paragraph are truncated if they are taller than the current leading.
By setting this parameter to some small value, we get stretchable
space between lines.</para>


</RefSect1>
<RefSect1><Title>Source Code</Title>

<ProgramListing>
(define %min-leading%
  ;; Minumum leading between lines
  2pt)
</ProgramListing>
</RefSect1>

</RefEntry>