https://github.com/stracquadaniolab/gh-action-latexmk
A latexmk action to compile latex files on GitHub.
https://github.com/stracquadaniolab/gh-action-latexmk
github-actions latex latexmk
Last synced: 7 months ago
JSON representation
A latexmk action to compile latex files on GitHub.
- Host: GitHub
- URL: https://github.com/stracquadaniolab/gh-action-latexmk
- Owner: stracquadaniolab
- Created: 2020-01-08T15:29:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-14T20:18:29.000Z (over 3 years ago)
- Last Synced: 2025-01-12T07:46:38.975Z (9 months ago)
- Topics: github-actions, latex, latexmk
- Language: Shell
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# latexmk
## Overview
An action to compile latex files with latexmk.## Inputs
### `root_file`
**Required** The root latex file to compile. Default: `manuscript.tex`.
### `work_dir`
**Required** The latex work directory. Default: `.`.
## Example usage
```
uses: stracquadaniolab/gh-action-latexmk
with:
root_file: 'notebook.tex'
work_dir: '.'
```