From 2709509bf2bb1af4cda59d8f6efbeb6841351748 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 13:55:04 +0100 Subject: [PATCH] Add GH LaTeX action Closes #53 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 20d1618..59257a4 100644 --- a/README.md +++ b/README.md @@ -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.