latexmk_write_config
Generate a .latexmkrc file for a project or globally, defining LaTeX build options such as engine, output format, and custom rules.
Instructions
Write a .latexmkrc config file to a project directory or globally to ~/.latexmkrc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | No | ||
| global | No | Write to ~/.latexmkrc instead of the project directory. | |
| working_dir | Yes | Directory to write the project-level .latexmkrc into. | |
| custom_rules | No | Raw Perl lines to append to the generated config. | |
| shell_escape | No | ||
| output_format | No | ||
| extra_pdflatex_args | No | Extra arguments to append to the pdflatex command. |