]> mj.ucw.cz Git - ga.git/commitdiff
O obrazcich musi vedet preprocesor.
authorMartin Mares <mj@ucw.cz>
Mon, 15 Jan 2007 15:14:35 +0000 (16:14 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 15 Jan 2007 15:14:35 +0000 (16:14 +0100)
all/preprocess

index e8c0c35ded3af8d72e799415c7eadaa591fc51c0..c78e1761765f3f42b1361d8e1ab10ce1f3b7bbe7 100755 (executable)
@@ -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;