An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# latexmk
![](https://img.shields.io/badge/current_version-v1.1-blue)

## 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: '.'
```