-f Force latexmk to continue document processing despite errors. Normally, when latexmk detects that LaTeX or another program has found an error which will not be resolved by further processing, no further processing is carried out. Note: "Further processing" means the running of other programs ...
2 changes: 1 addition & 1 deletion 2 src/command/render/latexmk/latexmk.ts Original file line numberDiff line numberDiff line change @@ -41,7 +41,7 @@ export function useQuartoLatexmk( // if we are creating pdf output if (["beamer", "pdf"].includes(to || "") && ext === "...