]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
handle noindent
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jul 2012 17:00:57 +0000 (19:00 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 21 Jul 2012 17:01:34 +0000 (19:01 +0200)
doc/scripts/mytexi2latex

index 114e337f88453bfe76857fae9446ec64271eea25..775f186e0186d4ae2fc0ced533377c302897f978 100755 (executable)
@@ -350,6 +350,7 @@ multitable:
                $line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\}/g;
                $line =~ s/\@samp\{($spacematch+)\}/$1/g;
                $line =~ s/\@strong\{/\{\\bf /g;
+               $line =~ s/\@noindent.*//g;
                $line =~ s/\@exampleindent.*//g;
                $line =~ s/\@c (.*)/\% $1/g;
                $line =~ s/\@math\{($mathmatch+)\}/\$$1\$/g;