summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/scripts/mytexi2latex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 114e337f88..775f186e01 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -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;