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)
- Host: GitHub
- URL: https://github.com/georgejkaye/latex-packager
- Owner: georgejkaye
- Created: 2021-11-05T22:34:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T21:33:14.000Z (7 months ago)
- Last Synced: 2025-04-12T06:43:18.736Z (about 2 months ago)
- Language: Python
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```