In message <[EMAIL PROTECTED]> on Thu, 14 Nov 2002 11:24:16 
+0100 (MET), "Ernst G Giessmann via RT" <[EMAIL PROTECTED]> said:

rt> Run in your doc/apps directory
rt> 
rt> fgrep "=head1 NAME" *.pod
rt> 
rt> you'll get
rt> 
rt> CA.pl.pod:=head1 NAME
rt> asn1parse.pod:=head1 NAME
rt> ...<more files>....
rt> spkac.pod:=head1 NAME
rt> verify.pod:=head1 NAME
rt> version.pod:=head1 NAME
rt> x509.pod:=head1 NAME
rt> x509.pod:=head1 NAME OPTIONS
rt> 
rt> all but the last are fine here. How one can stop the pod2latex to 
rt> misunderstand the "=head1 NAME OPTIONS" string?

Hmm, I can't see any way to stop pod2latex, except maybe changing the
following line in Pod::LaTeX:

  if ($self->{_CURRENT_HEAD1} =~ /^NAME/i && $self->ReplaceNAMEwithSection()) {

to:

  if ($self->{_CURRENT_HEAD1} =~ /^NAME\s*$/i && $self->ReplaceNAMEwithSection()) {

This might be a worthy bug report to the authors of the Pod system.

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to