Search found 1 match

by Kepakiano
Fri Nov 07, 2014 8:22 pm
Forum: General
Topic: Problem with passing arguments to pdflatex
Replies: 1
Views: 4155

Problem with passing arguments to pdflatex

Hi there,

I'm trying to enable shell escape in pdflatex with rubber. For this I tried adding
-c 'set arguments -shell-escape'
to my Makefile and also adding
% rubber: set arguments -shell-escape
to my preamble. Both had the same effect: pdflatex got called with the argument "- s h e l l - e s c ...