From: Martin Mares Date: Mon, 12 Nov 2007 11:29:07 +0000 (+0100) Subject: Preprocesor by nemel zapominat na \IpeInput. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=76ea54ec4f90cdb8d9a9dd236dd3ea397d37878a;p=ads1.git Preprocesor by nemel zapominat na \IpeInput. --- diff --git a/all/preprocess b/all/preprocess index 57223e3..0f31e72 100755 --- a/all/preprocess +++ b/all/preprocess @@ -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; }