aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/sisu/se_programs.rb
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2020-02-27 10:35:19 -0500
committerRalph Amissah <ralph@amissah.com>2020-02-27 12:30:59 -0500
commit1de01618246a25effb3c19c6d2597246a749479e (patch)
tree49d154eedf8c0b1ebc3f63184d7b85e2867d4e86 /lib/sisu/se_programs.rb
parentversion & changelog, open commit window (diff)
texpdf setotherlanguage & add package geometry
- otherlanguage not always present - landscape title page needs geometry package
Diffstat (limited to 'lib/sisu/se_programs.rb')
-rw-r--r--lib/sisu/se_programs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/se_programs.rb b/lib/sisu/se_programs.rb
index bcb8228a..efe89946 100644
--- a/lib/sisu/se_programs.rb
+++ b/lib/sisu/se_programs.rb
@@ -298,7 +298,7 @@ module SiSU_Sys_Call
if @pdfetex_flag
texpdf_cmd=case texpdf
when /xetex/
- %{#{texpdf} -interaction=#{mode} -fmt=xelatex -papersize="#{papersize}" #{@input} #{tell}\n}
+ %{#{texpdf} -interaction=#{mode} -fmt=xelatex #{@input} #{tell}\n}
when /xelatex/
%{#{texpdf} -interaction=#{mode} -papersize="#{papersize}" #{@input} #{tell}\n}
when /pdftex/