mirror of
https://github.com/rosenpass/rosenpass.git
synced 2025-12-12 15:49:22 -08:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
ensure_path('TEXINPUTS','tex/', '.');
|
|
ensure_path('LUAINPUTS','tex/', '.');
|
|
|
|
@default_files=("*.md");
|
|
@default_excluded_files = ("*_content.md", "README.md", "readme.md");
|
|
$do_cd=1;
|
|
$pdf_mode=4;
|
|
|
|
$lualatex= 'lualatex --jobname=%R --shell-escape %O "\\def\\MarkDownInputFile{%S}\\input{markdown-wrapper.tex}"';
|
|
|
|
$clean_ext='_markdown_%R _markdown_%R _minted-%R _minted-%R';
|