]> mj.ucw.cz Git - ads2.git/blobdiff - all/preprocess
Korektury kapitoly o aproximaci.
[ads2.git] / 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;
        }