From 236a63e8a17f944cb2a9edbbd99f4e959308d903 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Tue, 1 Jun 2010 18:30:23 -0400 Subject: texpdf, start using polyglossia (xelatex) (instead of babel) --- lib/sisu/v2/texpdf_format.rb | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/sisu/v2/texpdf_format.rb b/lib/sisu/v2/texpdf_format.rb index 32ac7aa5..b53864ec 100644 --- a/lib/sisu/v2/texpdf_format.rb +++ b/lib/sisu/v2/texpdf_format.rb @@ -632,10 +632,9 @@ module SiSU_TeX_Pdf case @tex2pdf when /xe/ < Date: Tue, 1 Jun 2010 18:32:03 -0400 Subject: remote file processing fix (url instead of local file), minor fix (related to reporting "http" file not found) --- lib/sisu/v2/hub.rb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/sisu/v2/hub.rb b/lib/sisu/v2/hub.rb index b182a31e..443d0734 100644 --- a/lib/sisu/v2/hub.rb +++ b/lib/sisu/v2/hub.rb @@ -156,7 +156,10 @@ module SiSU else #print "not processed --> ", fns, "\n" end else - Operations.new(@opt).not_found unless @req =~/^conf$/ + if @req !~/^conf$/ \ + and @opt.fns !~/http:\/\// + Operations.new(@opt).not_found + end end elsif FileTest.file?(put) if @opt.mod.inspect !~/harvest/ #decide whether should permit harvest in single operation -- cgit v1.2.3