Class: Rubbr::Runner::XeLaTeX
Instance Attribute Summary
Attributes inherited from Base
#errors, #executable, #input_file, #verboser_warnings, #warnings
Instance Method Summary collapse
-
#initialize(input_file, executable = 'xelatex') ⇒ XeLaTeX
constructor
A new instance of XeLaTeX.
Methods inherited from Base
Methods included from Cli
#color?, #disable_stderr, #disable_stdinn, #disable_stdout, #error, #executable?, #notice, #valid_executable, #warning
Methods included from OS
Constructor Details
#initialize(input_file, executable = 'xelatex') ⇒ XeLaTeX
Returns a new instance of XeLaTeX.
4 5 6 |
# File 'lib/rubbr/runner/xelatex.rb', line 4 def initialize(input_file, executable='xelatex') super end |