From: Martin Mares Date: Mon, 12 Nov 2007 11:29:35 +0000 (+0100) Subject: Drobna vylepseni maker z ADS1. X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=a928cbfd5be0e192ffa6eaec8f697c0c810e7ce6;p=ads2.git Drobna vylepseni maker z ADS1. --- 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; } diff --git a/lecnotes.tex b/lecnotes.tex index a2fc069..087c9d3 100644 --- a/lecnotes.tex +++ b/lecnotes.tex @@ -87,7 +87,7 @@ \def\algout{\:{\I Výstup:} } % Nekolikapismenkova promenna (mozno pouzit v textovem i math modu) -\def\<#1>{\hbox{\it #1\/}} +\def\<#1>{\leavevmode\hbox{\it #1\/}} % Asymptoticke O-cko \def\O{{\cal O}}