]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
mytexi2latex: handle na@"ive
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 4 Nov 2014 20:54:49 +0000 (21:54 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Tue, 4 Nov 2014 20:54:49 +0000 (21:54 +0100)
doc/scripts/mytexi2latex

index da9d8198b266f2040f44a2cbda8094298bd7b93b..5b7ea992ec73bddce1923a5ba8e4190910f6541b 100755 (executable)
@@ -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;