diff options
author | Darren/Torin/Who Ever... <torin@daft.com> | 1998-03-25 05:30:25 -0800 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-04-02 15:54:24 +0000 |
commit | f9a26a8bc278e3c63fbdba45d0b02bb258cdbc4d (patch) | |
tree | 5cbccfa0a617d9a958b167dd22b9299d22be6b27 /pod | |
parent | 37c4c505728276584b89daeb2ad8f23e5854c653 (diff) | |
download | perl-f9a26a8bc278e3c63fbdba45d0b02bb258cdbc4d.tar.gz |
small fixups in pod2latex.PL
p4raw-id: //depot/perl@852
Diffstat (limited to 'pod')
-rw-r--r-- | pod/pod2latex.PL | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/pod/pod2latex.PL b/pod/pod2latex.PL index 3d0b55b32f..1d188099cb 100644 --- a/pod/pod2latex.PL +++ b/pod/pod2latex.PL @@ -472,6 +472,9 @@ while (<POD>) { 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 |