rtex
rtex copied to clipboard
No longer maintained (free to a good home!)
Results
2
rtex issues
Sort by
recently updated
recently updated
newest added
This patch makes enable 'dvipdfmx' command. Because 'pdfTeX' command doesn't support Japanese style file like 'jsclasses', so we must use 'platex && dvipdfmx' instead of 'pdflatex'. For using 'dvipdfmx', @options{:postprocess}...
The line `(result = `uuidgen`.strip rescue nil).empty?` does not work since `empty?` is not a method in `Nil` class. You could use `nil?` or `blank?` but why even call `uuidgen`;...