summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-04 21:54:49 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-11-04 21:54:49 +0100
commit2c2c6fedaf524c6859e5ab210ac37c2a4cd240c3 (patch)
tree0db7164715595635f9a467e0fcc0ede6c2a19a15
parente650f963598372431d078063f88368dfd7b45b7a (diff)
downloadgnutls-2c2c6fedaf524c6859e5ab210ac37c2a4cd240c3.tar.gz
mytexi2latex: handle na@"ive
-rwxr-xr-xdoc/scripts/mytexi2latex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index da9d8198b2..5b7ea992ec 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -349,6 +349,7 @@ multitable:
$line =~ s/\%(?!c)/\\%/g;
$line =~ s/\#/\\\#/g;
$line =~ s/\@-/\\-/g;
+ $line =~ s/\@"i/\\"{\i}/g;
$line =~ s/\@verbatiminclude (.*)/\\examplefile{\.\.\/$1}/g;
$line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\}/g;
$line =~ s/\@samp\{($spacematch+)\}/$1/g;