From bd30b6066f1a28663b28466a67064149b6e060a4 Mon Sep 17 00:00:00 2001 From: Alexander Bokovoy Date: Wed, 30 Apr 2003 21:39:49 +0000 Subject: Docbook XML conversion: XSLT and build infrastructure (This used to be commit f4f6e0b29e744077dfb836745716a659a49d7529) --- docs/docbook/xslt/db2latex/lists.mod.xsl | 455 +++++++++++++++++++++++++++++++ 1 file changed, 455 insertions(+) create mode 100644 docs/docbook/xslt/db2latex/lists.mod.xsl (limited to 'docs/docbook/xslt/db2latex/lists.mod.xsl') diff --git a/docs/docbook/xslt/db2latex/lists.mod.xsl b/docs/docbook/xslt/db2latex/lists.mod.xsl new file mode 100644 index 0000000000..29afd0f58d --- /dev/null +++ b/docs/docbook/xslt/db2latex/lists.mod.xsl @@ -0,0 +1,455 @@ + + + + + + + + + + + + + $Id: lists.mod.xsl,v 1.1 2003/04/30 21:39:49 ab Exp $ + + + Ramon Casellas + James Devenish + + + 2000 2001 2002 2003 + Ramon Casellas + + + + Lists <filename>lists.mod.xsl</filename> + +
Introduction + +
+
+
+ + + + + {\sc + + } + + + + + + \begin{itemize} + + \end{itemize} + + + + + + + + + + + + + + + + \begin{enumerate} + + + [1] + [A] + [a] + [I] + [i] + + + + \end{enumerate} + + + + + + + + + \noindent + \begin{description} + + \end{description} + + + + + %--- Item + \item + + + + + + + + + + \item[]\mbox{} % mbox is a trick to induce different typesetting decisions + + + + + + , + + + + + + + + + + + + + + + + + + l + + + + + + + + + + + + + + + + + , + + + + + + + + + + + + 1 + + + + \begin{tabular*}{\linewidth}{ + + + + } + + + + \end{tabular*} + + + + + + + 1 + 1 + + + + + + + + + \\ + + + + + + + + + + 1 + 1 + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1 + + + + + \begin{tabular*}{\linewidth}{ + + + + + } + + + + \end{tabular*} + + + + + + + 1 + 1 + + + + + + + + + + + \\ + + + + + + + + + + + + + 1 + 1 + 1 + + 1 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + {\sc + + } \\ + + + + + + + + + + + + + + \\ + + + + + + + + + + + + + + { \em + + :} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + callout ??? + + + + \href{ + + }{ + } + + + callout ??? + + + + + +
-- cgit