Logtalk 2.17.1 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1071 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2004-06-06 22:46:45 +00:00
parent 0101c09236
commit b25690af56
158 changed files with 4565 additions and 476 deletions

View File

@@ -9,7 +9,7 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Logtalk - Object oriented extension to Prolog
% Release 2.17.0
% Release 2.17.1
%
% Copyright (c) 1998-2004 Paulo Moura. All Rights Reserved.
%
@@ -474,6 +474,30 @@
</xsl:for-each>
</xsl:if>
<xsl:if test="exceptions">
<fo:block
font-size="10pt"
font-family="serif"
keep-with-next="always">
exceptions:
</fo:block>
<xsl:for-each select="exceptions/exception">
<fo:block
font-size="10pt"
font-family="serif"
keep-with-next="always"
margin-left="10mm">
<xsl:value-of select="condition" />:
</fo:block>
<fo:block
font-size="9pt"
font-family="monospace"
margin-left="20mm">
<xsl:value-of select="term" />
</fo:block>
</xsl:for-each>
</xsl:if>
<xsl:if test="info">
<xsl:for-each select="info">
<fo:block