Blame docs/params/hyphenation.format.xml

Packit Service 76cb02
Packit Service 76cb02
Packit Service 76cb02
<refentry id="hyphenation.format">
Packit Service 76cb02
  <refmeta>
Packit Service 76cb02
    <refentrytitle>hyphenation.format</refentrytitle>
Packit Service 76cb02
  </refmeta>
Packit Service 76cb02
  <refnamediv>
Packit Service 76cb02
    <refname><parameter>hyphenation.format</parameter></refname>
Packit Service 76cb02
    <refpurpose>Predefined formats to hyphenate</refpurpose>
Packit Service 76cb02
  </refnamediv>
Packit Service 76cb02
  <refsynopsisdiv>
Packit Service 76cb02
    <programlisting>
Packit Service 76cb02
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="syn/hyphenation.format.xml"/></programlisting>
Packit Service 76cb02
  </refsynopsisdiv>
Packit Service 76cb02
  <refsection>
Packit Service 76cb02
    <title>Description</title>
Packit Service 76cb02
    <para>This parameter replaces the parameter
Packit Service 76cb02
    <parameter>monoseq.hyphenation</parameter> and its role is more general.
Packit Service 76cb02
    It contains a comma separated list of the predefined inline
Packit Service 76cb02
    formats that must be agressively hyphenated. It means that all the
Packit Service 76cb02
    elements rendered with these formats are then hyphenated.</para>
Packit Service 76cb02
    <para>The predefined formats that can be hyphenated when contained in the
Packit Service 76cb02
    list are:
Packit Service 76cb02
    <variablelist>
Packit Service 76cb02
      <varlistentry>
Packit Service 76cb02
      <term>monoseq</term>
Packit Service 76cb02
      <listitem>
Packit Service 76cb02
      <para>Monospaced font.</para>
Packit Service 76cb02
      </listitem>
Packit Service 76cb02
      </varlistentry>
Packit Service 76cb02
      <varlistentry>
Packit Service 76cb02
      <term>sansseq</term>
Packit Service 76cb02
      <listitem>
Packit Service 76cb02
      <para>Sans serif like font.</para>
Packit Service 76cb02
      </listitem>
Packit Service 76cb02
      </varlistentry>
Packit Service 76cb02
      <varlistentry>
Packit Service 76cb02
      <term>boldmonoseq</term>
Packit Service 76cb02
      <listitem>
Packit Service 76cb02
      <para>Bold monospaced font.</para>
Packit Service 76cb02
      </listitem>
Packit Service 76cb02
      </varlistentry>
Packit Service 76cb02
      <varlistentry>
Packit Service 76cb02
      <term>italicmonoseq</term>
Packit Service 76cb02
      <listitem>
Packit Service 76cb02
      <para>Italic monospaced font.</para>
Packit Service 76cb02
      </listitem>
Packit Service 76cb02
      </varlistentry>
Packit Service 76cb02
    </variablelist>
Packit Service 76cb02
    </para>
Packit Service 76cb02
    <para>If one wants no hyphenation at all, he must set the parameter to
Packit Service 76cb02
    "nohyphen". In this case dblatex tries to avoid overfull boxes (words in
Packit Service 76cb02
    the margins) but keeps the words splittable only on their natural
Packit Service 76cb02
    hyphenation points which can end up to no hyphenation at all for literal
Packit Service 76cb02
    words like URLs or technical terms.</para>
Packit Service 76cb02
  </refsection>
Packit Service 76cb02
  <refsection>
Packit Service 76cb02
    <title>See Also</title>
Packit Service 76cb02
    <para><parameter>monoseq.hyphenation</parameter></para>
Packit Service 76cb02
  </refsection>
Packit Service 76cb02
</refentry>