mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
building sumamry properly
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
$pdf_mode = 1;
|
||||
$pdflatex = 'pdflatex -synctex=1 -interaction=nonstopmode -file-line-error %O %S';
|
||||
$bibtex_use = 2; # run biber when biblatex .bcf changes
|
||||
# biber runs with cwd = -outdir (paper/build); .bib paths are relative to paper/src
|
||||
$biber = 'biber --input-directory=../src %O %S';
|
||||
# biber cwd is paper/build; scripts/nx_paper.sh symlinks ../build/bib -> ../src/bib so
|
||||
# datasources log as bib/references.bib and latexmk's -e check works from paper/src
|
||||
$biber = 'biber %O %S';
|
||||
$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