From 76ea54ec4f90cdb8d9a9dd236dd3ea397d37878a Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 12 Nov 2007 12:29:07 +0100 Subject: [PATCH] Preprocesor by nemel zapominat na \IpeInput. --- all/preprocess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2