Add PDF option to latexmkrc

This commit is contained in:
Andreas Tsouchlos 2023-12-23 20:50:22 +01:00
parent 7d14cf6b58
commit 402f8d4c63
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "lib/latex-common"]
path = lib/latex-common
url = ssh://git@git.mercurial-manifold.eu:2224/an.tsouchlos/latex-common.git

View File

@ -1,2 +1,3 @@
$pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S"; $pdflatex="pdflatex -shell-escape -interaction=nonstopmode -synctex=1 %O %S";
$out_dir = 'build'; $out_dir = 'build';
$pdf_mode = 1;

1
lib/latex-common Submodule

@ -0,0 +1 @@
Subproject commit 177f481b7e3a6693a13240379c17308673e00e88