Move the latexmk timing command into a configurable latexmkCommandPrefix.
By default, no timing information will be taken. On Linux with GNU user land, this value should be configured to `["/usr/bin/time", "-v"]`. On Mac, gnu-time should be installed and configured to `["/usr/local/bin/gtime", "-v"]`.
This commit is contained in:
@@ -28,6 +28,9 @@ module.exports =
|
||||
# modem:
|
||||
# socketPath: false
|
||||
# user: "tex"
|
||||
# latexmkCommandPrefix: []
|
||||
# # latexmkCommandPrefix: ["/usr/bin/time", "-v"] # on Linux
|
||||
# # latexmkCommandPrefix: ["/usr/local/bin/gtime", "-v"] # on Mac OSX, installed with `brew install gnu-time`
|
||||
|
||||
internal:
|
||||
clsi:
|
||||
|
||||
Reference in New Issue
Block a user