Ignore:
Timestamp:
12/10/2013 11:37:38 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.5-systemd, 7.6-systemd, 7.7-systemd, 7.8-systemd, 7.9-systemd
Children:
112db9d
Parents:
f2a5108
Message:

Import new branch

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10389 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

File:
1 moved

Legend:

Unmodified
Added
Removed
  • stylesheets/lfs-xsl/docbook-xsl-1.78.1/common/pi.xsl

    rf2a5108 rb1a51ac1  
    1111
    1212<!-- ********************************************************************
    13      $Id$
     13     $Id: pi.xsl 8782 2010-07-27 21:15:17Z mzjn $
    1414     ********************************************************************
    1515
     
    2222<doc:reference xmlns=""><info><title>Common Processing Instruction Reference</title>
    2323    <releaseinfo role="meta">
    24       $Id$
     24      $Id: pi.xsl 8782 2010-07-27 21:15:17Z mzjn $
    2525    </releaseinfo>
    2626  </info>
     
    189189      markup, to cause that markup to be surrounded by
    190190      <literal>$</literal> delimiter characters in output.</para>
     191      <warning>
     192       <para>This feature is useful for print/PDF output only if you
     193       use the obsolete and now unsupported PassiveTeX XSL-FO
     194       engine.</para>
     195      </warning>
    191196  </refdescription>
    192197  <refsynopsisdiv>
     
    202207    </variablelist>
    203208  </refparameter>
     209
    204210  <refsee role="params">
    205211    <para><parameter>tex.math.delims</parameter></para>
    206212  </refsee>
    207   <refsee role="tcg">
    208     <para><link role="tcg"
    209         xlink:href="TexMath.html"
    210         >DBTeXMath</link></para>
    211   </refsee>
     213 
    212214</doc:pi>
    213215<xsl:template name="pi.dbtex_delims">
     
    247249    </xsl:variable>
    248250    <xsl:choose>
    249       <!-- include extra test for Xalan quirk -->
    250       <xsl:when test="function-available('exsl:node-set') or
    251         contains(system-property('xsl:vendor'),'Apache Software Foundation')">
     251      <xsl:when test="$exsl.node.set.available != 0">
    252252        <!-- We must preserve context node in order to get valid language -->
    253253        <xsl:variable name="context" select="."/>
Note: See TracChangeset for help on using the changeset viewer.