From: Darren/Torin/Who Ever... Date: Wed, 25 Mar 1998 13:30:25 +0000 (-0800) Subject: small fixups in pod2latex.PL X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f9a26a8bc278e3c63fbdba45d0b02bb258cdbc4d;p=p5sagit%2Fp5-mst-13.2.git small fixups in pod2latex.PL p4raw-id: //depot/perl@852 --- diff --git a/pod/pod2latex.PL b/pod/pod2latex.PL index 3d0b55b..1d18809 100644 --- a/pod/pod2latex.PL +++ b/pod/pod2latex.PL @@ -472,6 +472,9 @@ while () { noindex: ; } + elsif ($cmd eq 'pod') { + ; # recognise the pod directive, as no op (hs) + } else { warn "Unrecognized directive: $cmd\n"; } @@ -676,7 +679,7 @@ BEGIN { "otilde" => "\\~{o}", # small o, tilde "Ouml" => '\\"{O}', # capital O, dieresis or umlaut mark "ouml" => '\\"{o}', # small o, dieresis or umlaut mark - "szlig" => '\\ss', # small sharp s, German (sz ligature) + "szlig" => '\\ss{}', # small sharp s, German (sz ligature) "THORN" => '\\L', # capital THORN, Icelandic "thorn" => '\\l',, # small thorn, Icelandic "Uacute" => "\\'{U}", # capital U, acute accent