Blob Blame History Raw
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>hyphenation.format</title><link rel="stylesheet" type="text/css" href="manual.css" /><meta name="generator" content="DocBook XSL Stylesheets V1.76.1" /><link rel="home" href="index.html" title="DocBook to LaTeX Publishing" /><link rel="up" href="apas15.html" title="Miscellaneous" /><link rel="prev" href="footnote.as.endnote.html" title="footnote.as.endnote" /><link rel="next" href="linenumbering.scope.html" title="linenumbering.scope" /></head><body><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center">hyphenation.format</th></tr><tr><td width="20%" align="left"><a accesskey="p" href="footnote.as.endnote.html">Prev</a> </td><th width="60%" align="center">Miscellaneous</th><td width="20%" align="right"> <a accesskey="n" href="linenumbering.scope.html">Next</a></td></tr></table><hr /></div><div class="refentry" title="hyphenation.format"><a id="hyphenation.format"></a><div class="titlepage"></div><div class="refnamediv"><h2><span class="refentrytitle">hyphenation.format</span></h2><p><em class="parameter"><code>hyphenation.format</code></em> — Predefined formats to hyphenate</p></div><div class="refsynopsisdiv" title="Synopsis"><h2>Synopsis</h2><pre class="programlisting">
      &lt;xsl:param name="hyphenation.format"&gt;monoseq,sansseq&lt;/xsl:param&gt;
</pre></div><div class="refsection" title="Description"><a id="idm1273352"></a><h2>Description</h2><p>This parameter replaces the parameter
    <em class="parameter"><code>monoseq.hyphenation</code></em> and its role is more general.
    It contains a comma separated list of the predefined inline
    formats that must be agressively hyphenated. It means that all the
    elements rendered with these formats are then hyphenated.</p><p>The predefined formats that can be hyphenated when contained in the
    list are:
    </p><div class="variablelist"><dl><dt><span class="term">monoseq</span></dt><dd><p>Monospaced font.</p></dd><dt><span class="term">sansseq</span></dt><dd><p>Sans serif like font.</p></dd><dt><span class="term">boldmonoseq</span></dt><dd><p>Bold monospaced font.</p></dd><dt><span class="term">italicmonoseq</span></dt><dd><p>Italic monospaced font.</p></dd></dl></div><p>
    </p><p>If one wants no hyphenation at all, he must set the parameter to
    "nohyphen". In this case dblatex tries to avoid overfull boxes (words in
    the margins) but keeps the words splittable only on their natural
    hyphenation points which can end up to no hyphenation at all for literal
    words like URLs or technical terms.</p></div><div class="refsection" title="See Also"><a id="idm1882024"></a><h2>See Also</h2><p><em class="parameter"><code>monoseq.hyphenation</code></em></p></div></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="footnote.as.endnote.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="apas15.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="linenumbering.scope.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">footnote.as.endnote </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> linenumbering.scope</td></tr></table></div></body></html>