From 56e24e9ce5bbbfaabbe5d0126dcec29eecbcc82f Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 13:50:00 +0100 Subject: [PATCH 1/5] Fix LaTeXing Now FOSS (MIT) Also updated link to gh repo instead of empty website. Closes #28 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e55b12e..af44979 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ These editors are no one-trick ponies: sure, they edit LaTeX, but they can do a - [LaTeXTools](https://atom.io/packages/latextools) - Atom port of the Sublime Text package of the same name. ![foss] - [Sublime Text](https://www.sublimetext.com) [![Sublime Text][awesome]](https://github.com/dreikanter/sublime-bookmarks) - - [LaTeXing](https://www.latexing.com) - Commercial plug-in to edit LaTeX. + - [LaTeXing](https://github.com/LaTeXing/LaTeXing) - Free plug-in to edit LaTeX. ![foss] - [LaTeXTools](https://github.com/SublimeText/LaTeXTools) - Free LaTeX plugin for Sublime Text. ![foss] - [Emacs](https://www.gnu.org/software/emacs/) [![Emacs][awesome]](https://github.com/emacs-tw/awesome-emacs) ![foss] From 79005d6651e6a633dc79fc7e4a4adaf6417a9814 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 13:51:12 +0100 Subject: [PATCH 2/5] Mention MikTeX for Unix Closes #39 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af44979..20d1618 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Guides how to learn LaTeX - [MacTeX](https://tug.org/mactex/) - Most common LaTeX distribution for macOS, basically TeXLive with some Mac-specific tools added. ![mac] - [TeX Live](https://www.tug.org/texlive/) - Most common LaTeX distribution for Unix-like operating systems, including GNU/Linux. Also works on Windows. ![linux] ![windows] -- [MikTeX](https://miktex.org) - Most common LaTeX distribution for Windows, but also available for Mac, Linux or as Docker image. ![foss] +- [MikTeX](https://miktex.org) - Most common LaTeX distribution for Windows, but also available for Mac, Linux or as Docker image. ![linux] ![windows] ![mac] ![foss] ## Engines From 2709509bf2bb1af4cda59d8f6efbeb6841351748 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 13:55:04 +0100 Subject: [PATCH 3/5] 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. From ecd9dfeeb5e31ffd2951c3028cc4e7de673358a8 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 14:23:34 +0100 Subject: [PATCH 4/5] Disable urlsup check Disable `links.yml` introduced by @simeg in #55 for now. For this repo, `awesome-bot` already offers the same functionality, without SSL-related problems. Raised issue in https://github.com/simeg/urlsup/issues/25 --- .github/workflows/links.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 173a500..ce6ce5c 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,12 +1,12 @@ name: Links -on: - schedule: - # Run at 00:00 UTC every Sunday - - cron: '0 0 * * */7' - push: - branches: - - master +# on: +# schedule: +# # Run at 00:00 UTC every Sunday +# - cron: '0 0 * * */7' +# push: +# branches: +# - master env: FORCE_COLOR: 1 From 41355a75ab101910b5362c0673ad0e086c99a655 Mon Sep 17 00:00:00 2001 From: Egon Geerardyn Date: Sun, 13 Mar 2022 14:27:36 +0100 Subject: [PATCH 5/5] Revert "Disable urlsup check" This reverts commit ecd9dfeeb5e31ffd2951c3028cc4e7de673358a8. Better to disable in the web interface, as just commenting out the triggers seems to trigger some warnings in GitHub as well. --- .github/workflows/links.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index ce6ce5c..173a500 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -1,12 +1,12 @@ name: Links -# on: -# schedule: -# # Run at 00:00 UTC every Sunday -# - cron: '0 0 * * */7' -# push: -# branches: -# - master +on: + schedule: + # Run at 00:00 UTC every Sunday + - cron: '0 0 * * */7' + push: + branches: + - master env: FORCE_COLOR: 1