diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-09 20:53:35 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-10-09 20:53:51 +0200 |
commit | f74101bf4114d625cdac874cbcac4a1ddc9688c8 (patch) | |
tree | 6cf53f2cf9beb797c2dd997c41b5e36da04f049c /doc/scripts | |
parent | 1c601bb18f6674f84239f8a4e35f170e022b85d8 (diff) | |
download | gnutls-f74101bf4114d625cdac874cbcac4a1ddc9688c8.tar.gz |
Documentation updates
Diffstat (limited to 'doc/scripts')
-rwxr-xr-x | doc/scripts/mytexi2latex | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex index a4b35b2af8..fe9176c52e 100755 --- a/doc/scripts/mytexi2latex +++ b/doc/scripts/mytexi2latex @@ -341,6 +341,8 @@ multitable: } if ($verbatim == 0) { + $line =~ s/\</\$<\$/g; + $line =~ s/\>/\$>\$/g; $line =~ s/\_/\\_/g; $line =~ s/\~/\\~/g; $line =~ s/\%(?!c)/\\%/g; |