mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
feat: add latex template
This commit is contained in:
parent
526b9acead
commit
68bc6f5473
18 changed files with 924 additions and 42 deletions
3
templates/latex/.latexmkrc
Normal file
3
templates/latex/.latexmkrc
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
$pdf_mode = 4;
|
||||
@default_files = ('000-main.tex');
|
||||
$lualatex = "lualatex %O -shell-escape %S";
|
||||
Loading…
Add table
Add a link
Reference in a new issue