fix nit: "running 2nd time" instead of "re-running 2nd time"
because "re-running 2nd time" should mean the 3rd run original commit: 1c604999238457ab14746c8af35216eea0d7e810
This commit is contained in:
parent
334060a553
commit
667c9a0bd7
|
@ -27,8 +27,9 @@
|
|||
(err "didn't get a stable result after ~a runs" n))
|
||||
(if (zero? n)
|
||||
(notify "running pdflatex on ~a" file)
|
||||
(notify " re-running ~a~a time"
|
||||
(add1 n) (case (add1 n) [(2) 'nd] [(3) 'rd] [else 'th])))
|
||||
(notify " running ~a~a time"
|
||||
(add1 n)
|
||||
(case (add1 n) [(2) 'nd] [(3) 'rd] [else 'th])))
|
||||
(run)
|
||||
;; see if we get a "Rerun" note, these seem to come in two flavors
|
||||
;; * Label(s) may have changed. Rerun to get cross-references right.
|
||||
|
|
Loading…
Reference in New Issue
Block a user