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 5b7ea992ec..80319341e6 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -359,6 +359,7 @@ multitable:
$line =~ s/\@c (.*)/\% $1/g;
$line =~ s/\@math\{($mathmatch+)\}/\$$1\$/g;
$line =~ s/\@acronym\{($spacematch+)\}/\\acronym{$1}/g;
+ $line =~ s/\@acronym\{/\\acronym{/g;
$line =~ s/\s*\@xcite\{($match+)\}/~\\cite{$1}/g;
$line =~ s/\s*\@xcite\{($match+)\,($match+)\}/~\\cite{$1,$2}/g;
$line =~ s/\@footnote\{/\\footnote{/g;