aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/se_programs.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph.amissah@gmail.com>2023-10-12 23:19:50 -0400
committerRalph Amissah <ralph.amissah@gmail.com>2023-10-19 12:22:09 -0400
commit1b7e9c73beee89ebc82d281314c9e34d8d829ff6 (patch)
tree14d669f6ba1e119d375b49198a732f93d86fed47 /lib/sisu/se_programs.rb
parentsisu, update sisu links, (continue ...) (diff)
texpdf address issue with texlive-2023
- reported on debian in relation to live-manual - make use of latex output for sisu.spine.d - was developed more recently, a comprehensive output update with focus on utf-8 improvements available in more recent version of texlive - tested forward does not appear to be similarly affected - other issues likely to appear as no attempt is made to fully backport the output for spine.d to sisu.rb
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