mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2025-10-07 07:22:36 +02:00
11 lines
232 B
Perl
11 lines
232 B
Perl
$bibtex_use = 1.5;
|
|
$cleanup_includes_cusdep_generated = 1;
|
|
$cleanup_includes_generated = 1;
|
|
$out_dir = "out";
|
|
$pdf_mode = 5;
|
|
$silent = 1;
|
|
|
|
# SyncTeX
|
|
push(@generated_exts, ("synctex.*"));
|
|
push(@extra_xelatex_options, '-synctex=1') ;
|