Add PDF option to latexmkrc
This commit is contained in:
parent
7d14cf6b58
commit
402f8d4c63
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal 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
|
||||||
@ -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
1
lib/latex-common
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 177f481b7e3a6693a13240379c17308673e00e88
|
||||||
Loading…
Reference in New Issue
Block a user