Blame docs/params/latex.hyperparam.xml

Packit 0f19cf
Packit 0f19cf
Packit 0f19cf
<refentry id="latex.hyperparam">
Packit 0f19cf
  <refmeta>
Packit 0f19cf
    <refentrytitle>latex.hyperparam</refentrytitle>
Packit 0f19cf
  </refmeta>
Packit 0f19cf
  <refnamediv>
Packit 0f19cf
    <refname><parameter>latex.hyperparam</parameter></refname>
Packit 0f19cf
    <refpurpose>Options/parameters passed to <filename>hyperref</filename></refpurpose>
Packit 0f19cf
  </refnamediv>
Packit 0f19cf
  <refsynopsisdiv>
Packit 0f19cf
    <programlisting>
Packit 0f19cf
      <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" parse="text" href="syn/latex.hyperparam.xml"/>
Packit 0f19cf
    </programlisting>
Packit 0f19cf
  </refsynopsisdiv>
Packit 0f19cf
  <refsection id="sec-hyperparam">
Packit 0f19cf
    <title>Description</title>
Packit 0f19cf
     <para>
Packit 0f19cf
    This parameter gives the options to pass to the LaTeX hyperref package. No validity check is done. 
Packit 0f19cf
   </para>
Packit 0f19cf
   <para>
Packit 0f19cf
    For instance, the Table of Content rendering (link color, etc.) can be changed. Look at the hyperref.sty documentation to know all the hyperref options available. 
Packit 0f19cf
   </para>
Packit 0f19cf
<example><title>Configuring with latex.hyperparam</title>
Packit 0f19cf
   <programlisting>
Packit 0f19cf
Packit 0f19cf
]]>
Packit 0f19cf
]]>
Packit 0f19cf
]]>
Packit 0f19cf
]]>
Packit 0f19cf
]]>colorlinks,linkcolor=blue</xsl:param>
Packit 0f19cf
]]>
Packit 0f19cf
]]>
Packit 0f19cf
]]>   </programlisting>
Packit 0f19cf
</example>
Packit 0f19cf
  </refsection>
Packit 0f19cf
</refentry>