summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-21 19:00:57 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-07-21 19:01:34 +0200
commita4d959ff0424a1b951955e0f12254bd903f0d2f7 (patch)
tree91a850dafb2d079c14da92b19619561cefcf980b
parent88f94e33f313b6b64ddc26d602b2344641a45a86 (diff)
downloadgnutls-a4d959ff0424a1b951955e0f12254bd903f0d2f7.tar.gz
handle noindent
-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;