summaryrefslogtreecommitdiff
path: root/doc/scripts/mytexi2latex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/scripts/mytexi2latex')
-rwxr-xr-xdoc/scripts/mytexi2latex1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 85ed327cd1..53f88de4bf 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -300,6 +300,7 @@ multitable:
$line =~ s/\~/\\~/g;
$line =~ s/\%(?!c)/\\%/g;
$line =~ s/\#/\\\#/g;
+ $line =~ s/\@-/\\-/g;
$line =~ s/\@verbatiminclude (.*)/\\examplefile{\.\.\/$1}/g;
$line =~ s/\@image\{($match+)\,($match+)\}/\\includegraphics\[width\=$2\]\{\.\.\/$1\.pdf\}/g;
$line =~ s/\@samp\{($spacematch+)\}/$1/g;