mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
paper migration
This commit is contained in:
8
paper/.latexmkrc
Normal file
8
paper/.latexmkrc
Normal file
@@ -0,0 +1,8 @@
|
||||
$pdf_mode = 1;
|
||||
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S';
|
||||
$aux_dir = 'build';
|
||||
$out_dir = 'build';
|
||||
$use_biber = 0; # force bibtex
|
||||
$bibtex = 'bibtex %O %B';
|
||||
$pdf_previewer = 'zathura %O %S';
|
||||
$clean_ext = 'synctex.gz bbl bcf run.xml fls fdb_latexmk glg glo gls ist blg lof lot out toc';
|
||||
Reference in New Issue
Block a user