aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/se_programs.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sisu/se_programs.rb')
-rw-r--r--lib/sisu/se_programs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sisu/se_programs.rb b/lib/sisu/se_programs.rb
index 990f6eac..4730a10e 100644
--- a/lib/sisu/se_programs.rb
+++ b/lib/sisu/se_programs.rb
@@ -304,6 +304,7 @@ module SiSU_Sys_Call
when /pdflatex/
"#{texpdf} -interaction=#{mode} #{@input} #{tell}\n"
end
+ #puts texpdf_cmd
system(texpdf_cmd)
else STDERR.puts "\t*WARN* none of the following programs are installed: #{@texpdf}"
end