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

https://github.com/georgejkaye/latex-packager

Some latex scripts (they've probably been done before)
https://github.com/georgejkaye/latex-packager

Last synced: about 2 months ago
JSON representation

Some latex scripts (they've probably been done before)

Awesome Lists containing this project

README

        

# latex-packager

This is a GitHub Action for compiling a latex project and packaging it into a minimal project, perhaps for uploading onto arXiv or similar.

## Usage

```yml
- name: Package latex project
uses: georgejkaye/[email protected]
with:
input-dir: project
main: main
project-name: output
shell-escape: true
```