summaryrefslogtreecommitdiff
path: root/doc/scripts
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-06-05 19:50:46 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-06-05 19:50:46 +0200
commitfbdc688c7b13a591df3fcfcab8a2cee4901f6f89 (patch)
tree824bd5f657e45083b1b8de7afea325df49835b3a /doc/scripts
parent75ed5f82a8b6a5f697c06feb1254152bb8b1f0ff (diff)
downloadgnutls-fbdc688c7b13a591df3fcfcab8a2cee4901f6f89.tar.gz
do not use @euro{}
Diffstat (limited to 'doc/scripts')
-rwxr-xr-xdoc/scripts/mytexi2latex3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/scripts/mytexi2latex b/doc/scripts/mytexi2latex
index 114e337f88..5681f9e9b8 100755
--- a/doc/scripts/mytexi2latex
+++ b/doc/scripts/mytexi2latex
@@ -365,8 +365,7 @@ multitable:
$line =~ s/\@cindex (.+)/\\index{$1}/g;
$line =~ s/\@pindex (.+)/\\index{$1}/g;
$line =~ s/\@url\{($underscorematch+)\}/\\url{$1}/g;
- #$line =~ s/\@euro/\\euro/g;
- $line =~ s/\s*\@euro\{\}/\~\\textgreek\{\\euro\}/g;
+ #$line =~ s/\s*\@euro\{\}/\~\\textgreek\{\\euro\}/g;
$line =~ s/\@page/\\newpage/g;
$line =~ s/\@file\{($spacematch+)\}/\\file{$1}/g;
$line =~ s/\@code\{/\\code{/g;