]> mj.ucw.cz Git - ads1.git/commitdiff
Preprocesor by nemel zapominat na \IpeInput.
authorMartin Mares <mj@ucw.cz>
Mon, 12 Nov 2007 11:29:07 +0000 (12:29 +0100)
committerMartin Mares <mj@ucw.cz>
Mon, 12 Nov 2007 11:29:07 +0000 (12:29 +0100)
all/preprocess

index 57223e38b5a475575a7dffc2a0b67acb615b0ff4..0f31e72269c2edefe5be93cbe265ad19a65064a8 100755 (executable)
@@ -11,7 +11,7 @@ foreach my $f (@ARGV) {
                /^\\input .*lecnotes\.tex/ && next;
                /^\\references/ && next;
                /^\\bye/ && last;
-               s@\\(figure|fig|inlinefig|epsfbox){([^}]+)}@\\$1\{$d$2}@g;
+               s@\\(figure|fig|inlinefig|epsfbox|IpeInput){([^}]+)}@\\$1\{$d$2}@g;
                s@\\(twofigures){([^}]+)}({[^}]+}{[^}]+}){([^}]+)}@\\$1\{$d$2}$3\{$d$4}@g;
                print;
        }