aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorRalph Amissah <ralph@amissah.com>2012-06-30 00:43:22 -0400
committerRalph Amissah <ralph@amissah.com>2012-06-30 00:43:22 -0400
commita1a1c16e1fdd1fca76852fa2a4fae9b3e0579fbd (patch)
tree4d542bec674dc3683524c651a614a6e6c4802955 /lib
parentv3: 3.3.2 version & changelog "opened" (diff)
v3: texpdf, xetex screen reporting of warnings off unless sisu -pV usedsisu_3.3.2
Diffstat (limited to 'lib')
-rw-r--r--lib/sisu/v3/sysenv.rb7
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/sisu/v3/sysenv.rb b/lib/sisu/v3/sysenv.rb
index ee881e43..23326b40 100644
--- a/lib/sisu/v3/sysenv.rb
+++ b/lib/sisu/v3/sysenv.rb
@@ -781,7 +781,12 @@ module SiSU_Env
@texpdf
end
def latex2pdf(md,papersize='a4') #convert from latex to pdf
- tell=((@cmd =~/[MVv]/) ? '' : '> /dev/null' )
+ tell=if @cmd =~/[MV]/
+ ''
+ elsif @cmd =~/[v]/
+ %q{2>&1 | grep -v ' WARNING '}
+ else %q{2>&1 | grep -v '$'}
+ end
mode='batchmode' #mode='nonstopmode'
program_ref="\n\t\tSee http://www.tug.org/applications/pdftex/\n\t\tOn Debian this is is included in tetex-extra"
texpdf=tex2pdf_engine