From e6c55529c9724ddb15db60fea72aa376fbcd5d7a Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 12 Aug 2003 18:22:39 +0000 Subject: More fixes (This used to be commit ec02b2cfa4d913c91dd78bc1b2bdb02d7d560c59) --- docs/docbook/xslt/db2latex/verbatim.mod.xsl | 73 ++++++++++++++--------------- 1 file changed, 35 insertions(+), 38 deletions(-) (limited to 'docs/docbook/xslt/db2latex/verbatim.mod.xsl') diff --git a/docs/docbook/xslt/db2latex/verbatim.mod.xsl b/docs/docbook/xslt/db2latex/verbatim.mod.xsl index 549883869b..06f48b04ba 100644 --- a/docs/docbook/xslt/db2latex/verbatim.mod.xsl +++ b/docs/docbook/xslt/db2latex/verbatim.mod.xsl @@ -1,6 +1,8 @@ @@ -16,6 +18,7 @@ + $Id: verbatim.mod.xsl,v 1.1.2.3 2003/08/12 18:22:39 jelmer Exp $ Ramon Casellas @@ -59,63 +62,57 @@ - Auxiliary template to output verbatim LaTeX code in verbatim mode + Auxiliary template to output verbatim LaTeX code (in verbatim mode) + that takes into account whether the user is using fancyverb or not. It allows + veratim line numbering and other fancy stuff. - Takes into account whether the user is using fancyvrb or not. It allows - veratim line numbering and other fancy stuff. - In order to use a small or large font, you may also wanto to use - the role attribute : - - - - - ]]> + + + + \begin{Verbatim}[ + + ,numbers=left + + + ,fontfamily=default + + ] + + \end{Verbatim} + + + \begin{verbatim} + + + \end{verbatim} + + + + ]]> - - Problem with inside table entries. - \texttt{ - - } - - \begin{Verbatim}[ ,numbers=left - + ,fontfamily=default - - - - ,fontsize=\small - - - ,fontsize=\large - - - ] - - - - - - - - - + \end{Verbatim} \begin{verbatim} + \end{verbatim} -- cgit