From dddd2855edf9981c1f06c561d5543a7e61de797b Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 13 Oct 2023 13:48:06 +0300 Subject: [PATCH] .pre-commit-config.yaml: pass -f flag to latexmk It doesn't seem to have effect though --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9d470e3..13e18f6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -93,7 +93,7 @@ repos: hooks: - id: latexmk name: latexmk - entry: latexmk -quiet + entry: latexmk -quiet -f language: system types: [text, tex] # I have no idea where latexmk wants the template