From: Martin Mares Date: Mon, 15 Jan 2007 15:14:35 +0000 (+0100) Subject: O obrazcich musi vedet preprocesor. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=498bc928d89d984a9d2286875ff9399fa1e1b614;p=ga.git O obrazcich musi vedet preprocesor. --- diff --git a/all/preprocess b/all/preprocess index e8c0c35..c78e176 100755 --- a/all/preprocess +++ b/all/preprocess @@ -11,7 +11,7 @@ foreach my $f (@ARGV) { /^\\input .*sgr\.tex/ && next; /^\\references/ && next; /^\\bye/ && last; - s@\\(figure|fig|epsfbox){([^}]+)}@\\$1\{$d$2}@g; + s@\\(figure|fig|twofigures|epsfbox){([^}]+)}@\\$1\{$d$2}@g; print; } close X;