This repository has been archived on 2023-10-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
algebra/.latexmkrc
Maximilian Keßler 5a24b3735f initial commit
2022-02-16 00:33:16 +01:00

3 lines
199 B
Perl

ensure_path('TEXINPUTS', './LatexPackagesBuild//'); # set texinputs to find custom packages
$pdf_mode = 1; # generate a pdf file by default
$out_dir = 'build';