summaryrefslogtreecommitdiff
path: root/doc/scripts/mytexi2latex
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-23 12:54:17 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2013-10-23 12:54:17 +0200
commitf934a60a65d54b907296ec18e6413e9ec0f4eb45 (patch)
treeb10f9ac9291c2e257d363e992f977db65cc28f91 /doc/scripts/mytexi2latex
parenta57fbe264dadf0eb9960c7e28a313ff3be3c0ab4 (diff)
downloadgnutls-f934a60a65d54b907296ec18e6413e9ec0f4eb45.tar.gz
small changes prior to releasegnutls_3_2_5
Diffstat (limited to 'doc/scripts/mytexi2latex')
-rwxr-xr-xdoc/scripts/mytexi2latex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index fe9176c52e..3f26b10f21 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -345,6 +345,7 @@ multitable:
$line =~ s/\>/\$>\$/g;
$line =~ s/\_/\\_/g;
$line =~ s/\~/\\~/g;
+ $line =~ s/\^/\\\\textasciicircum/g;
$line =~ s/\%(?!c)/\\%/g;
$line =~ s/\#/\\\#/g;
$line =~ s/\@-/\\-/g;