From 8f8a9f01909ba29e2b781310baeeaaddc3f15f0d Mon Sep 17 00:00:00 2001 From: "Gerald W. Carter" Date: Tue, 22 Apr 2008 10:09:40 -0500 Subject: Moving docs tree to docs-xml to make room for generated docs in the release tarball. (This used to be commit 9f672c26d63955f613088489c6efbdc08b5b2d14) --- docs-xml/xslt/db2latex-xsl/xsl/labelid.mod.xsl | 503 +++++++++++++++++++++++++ 1 file changed, 503 insertions(+) create mode 100644 docs-xml/xslt/db2latex-xsl/xsl/labelid.mod.xsl (limited to 'docs-xml/xslt/db2latex-xsl/xsl/labelid.mod.xsl') diff --git a/docs-xml/xslt/db2latex-xsl/xsl/labelid.mod.xsl b/docs-xml/xslt/db2latex-xsl/xsl/labelid.mod.xsl new file mode 100644 index 0000000000..e6f90c63eb --- /dev/null +++ b/docs-xml/xslt/db2latex-xsl/xsl/labelid.mod.xsl @@ -0,0 +1,503 @@ + + %xsldoc.ent; ]> + + + + + + + + $Id: labelid.mod.xsl,v 1.5 2004/01/01 12:26:41 j-devenish Exp $ + + + &ramon; + &james; + + + 20002001200220032004 + Ramon Casellas + + + &rev_2003_05; + + + Labels and Anchors for Cross-referencing <filename>labelid.mod.xsl</filename> + + + + + + + + + + + Generate &LaTeX; labels + + + + This template marks the current object with a label. + + + + + &no_var; + + + + + + + + + + \label{ + + } + + + + Generate a reliable cross-reference id + + + + The passed argument indicates the object whose id attribute is used to generate the + label. In this sense, in most cases its the current node itself. If + the used object has not an id attribute, a unique id is obtained by + means of the generate-id function. Moreover, if + we are using the hyperref package, a hypertarget is also defined + for this object. + + + + + &no_var; + + + + object + The node whose id is to be used. + + + + + + + + + + + + + + + + + + + + + + -- cgit