{rubber} is a wrapper for compiling LaTeX documents.
0
votes
0answers
38 views
XeTeX build profile in the gedit latex plugin
In the gedit latex plugin, the build profile to compile latex files to pdf is
rubber --inplace --maxerr -1 --short --force --warn all --pdf "$filename"
Unfortunately, rubber is a LaTeX building ...