From 264e22e05a19a8f39ab7830ce496a66d022816a1 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Oct 2004 00:10:34 +0000 Subject: [PATCH] Implement verbatim as equivalent to example. --- doc/texi2html | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/texi2html b/doc/texi2html index dd122ed..1c40443 100755 --- a/doc/texi2html +++ b/doc/texi2html @@ -343,7 +343,7 @@ use vars qw( #--############################################################################## # CVS version: -# $Id: texi2html,v 1.1 2004-09-26 21:06:17 blp Exp $ +# $Id: texi2html,v 1.2 2004-10-14 00:10:34 blp Exp $ # Homepage: $T2H_HOMEPAGE = "http://texi2html.cvshome.org"; @@ -390,7 +390,7 @@ $THISPROG = "texi2html $THISVERSION"; # program name and version # Copy this file and make changes to it, if you like. # Afterwards, either, load it with command-line option -init_file # -# $Id: texi2html,v 1.1 2004-09-26 21:06:17 blp Exp $ +# $Id: texi2html,v 1.2 2004-10-14 00:10:34 blp Exp $ ###################################################################### # stuff which can also be set by command-line options @@ -1863,7 +1863,7 @@ package Getopt::MySimple; # -------------------------------------------------------------------------- # Locally modified by obachman (Display type instead of env, order by cmp) -# $Id: texi2html,v 1.1 2004-09-26 21:06:17 blp Exp $ +# $Id: texi2html,v 1.2 2004-10-14 00:10:34 blp Exp $ # use strict; # no strict 'refs'; @@ -2310,6 +2310,11 @@ $index_properties = # an eval of these $complex_format_map->{what}->[1] yieleds end $complex_format_map = { + verbatim => + [ + q{"$T2H_EXAMPLE_INDENT_CELL
"},
+  q{'
'} + ], example => [ q{"$T2H_EXAMPLE_INDENT_CELL
"},
-- 
2.30.2