diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-09 22:03:55 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-03-09 22:03:55 +0900 |
| commit | 478af29c9bc74e60fe28440796cb5cd2c1292d8b (patch) | |
| tree | 0834229ce4ba109c50a0088ac2f3b9a9a1c8dc26 /ar | |
| parent | 1853f713625558299d5e8982b9d2a8d0ff2dbc8d (diff) | |
created latexmk/
Diffstat (limited to 'ar')
| -rw-r--r-- | ar/.config/latexmk/latexmkrc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ar/.config/latexmk/latexmkrc b/ar/.config/latexmk/latexmkrc new file mode 100644 index 0000000..b658c5f --- /dev/null +++ b/ar/.config/latexmk/latexmkrc @@ -0,0 +1,10 @@ +$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') ; |
