aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/v5/texpdf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/v5/texpdf.rb')
-rw-r--r--lib/sisu/v5/texpdf.rb6
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/sisu/v5/texpdf.rb b/lib/sisu/v5/texpdf.rb
index 18d2d2a0..0d259cf1 100644
--- a/lib/sisu/v5/texpdf.rb
+++ b/lib/sisu/v5/texpdf.rb
@@ -246,8 +246,7 @@ module SiSU_TeX
and File.size(texfile) > 0
#@tex_f_no+=1
else
- puts SiSU_Utils::CodeMarker.new(__LINE__,__FILE__).set(:fuchsia)
- puts "\tzero file size #{@env.processing_path.tex}/#{texfile}"
+ SiSU_Utils::CodeMarker.new(__LINE__,__FILE__,:fuchsia).mark("\tzero file size #{@env.processing_path.tex}/#{texfile}")
end
end
end
@@ -342,8 +341,7 @@ module SiSU_TeX
elsif @md.opt.act[:pdf_p][:set]==:on
'pdfTex portrait'
else
- puts SiSU_Utils::CodeMarker.new(__LINE__,__FILE__).set(:fuchsia)
- 'error: neither landscape nor portrait'
+ SiSU_Utils::CodeMarker.new(__LINE__,__FILE__,:fuchsia).mark('error: neither landscape nor portrait')
end
SiSU_Screen::Ansi.new(@md.opt.cmd,txt_gen).txt_grey if @md.opt.cmd=~/[MVvz]/
if defined? @md.rights.all \