2
0
Fork 0
mirror of https://github.com/egeerardyn/awesome-LaTeX.git synced 2025-04-19 11:38:05 +02:00

Add GH LaTeX action

Closes #53
This commit is contained in:
Egon Geerardyn 2022-03-13 13:55:04 +01:00
parent 79005d6651
commit 2709509bf2

View file

@ -19,6 +19,7 @@
- [Online editors](#online-editors)
- [Bibliography tools](#bibliography-tools)
- [Build Tools](#build-tools)
- [GitHub Actions](#github-actions)
- [Misc. Tools](#misc-tools)
- [LaTeX-compatible GUI tools](#latex-compatible-gui-tools)
- [Packages](#packages)
@ -151,6 +152,10 @@ Compiling LaTeX documents can be tedious, build tools help you to manage the com
- [Arara](https://www.ctan.org/pkg/arara) ([GitHub repo](https://github.com/islandoftex/arara)) - Simple tool that allows you to specify which tools to call inside your document and it can be extended quite easily. ![foss]
- [latexmk](https://www.ctan.org/pkg/latexmk) - Build tool that is the commonly used by many LaTeX editors (LaTeXing, TeXShop, etc.) to build your LaTeX files. ![foss]
### GitHub Actions
- [xu-cheng/latex-action](https://github.com/xu-cheng/latex-action) GitHub Action to compile LaTeX documents
## Misc. Tools
- [CaTeX](https://github.com/Alexis-benoist/CaTeX) - Concatenates LaTeX documents with attention for properly merging the preamble.