Skip to content

Commit 25c3c7c

Browse files
authored
Merge pull request #94 from egeerardyn/cleanup
Clean-up of some old links
2 parents e0d6cc1 + 1361458 commit 25c3c7c

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

.github/workflows/awesome-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ jobs:
2020
- name: Checks
2121
run: |
2222
gem install awesome_bot
23-
awesome_bot README.md --allow-ssl -a 302,429,301 -w https://www.latex-project.org/,https://github.com/sindresorhus/awesome
23+
awesome_bot README.md --allow-ssl -a 302,429,301 -w www.latex-project.org,mirrors.ctan.org,authorea.com,prism.openai.com

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88

99
<!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 -->
1010

11+
- [Awesome LaTeX ](#awesome-latex--)
1112
- [Contents](#contents)
13+
- [Learning LaTeX](#learning-latex)
1214
- [Distributions](#distributions)
1315
- [Docker Images](#docker-images)
1416
- [Engines](#engines)
@@ -21,6 +23,8 @@
2123
- [Build Tools](#build-tools)
2224
- [GitHub Actions](#github-actions)
2325
- [Misc. Tools](#misc-tools)
26+
- [Quality Check Tools](#quality-check-tools)
27+
- [Tools centered around equations](#tools-centered-around-equations)
2428
- [LaTeX-compatible GUI tools](#latex-compatible-gui-tools)
2529
- [Packages](#packages)
2630
- [References](#references)
@@ -137,9 +141,9 @@ Online editors that allow you to edit documents collaboratively.
137141

138142
- [List of popular online LaTeX editors](https://tex.stackexchange.com/questions/3/compiling-documents-online/1654#1654) - Community-maintained list of popular online LaTeX editor including equation editors.
139143
- [Authorea](https://www.authorea.com) - Online editor with built-in git support and bibliography tools.
140-
- [Crixet](https://app.crixet.com) - Online editor with realtime collaboration features.
144+
- [OpenAI Prism](https://prism.openai.com) - Online editor with realtime collaboration features.
141145
- [Modern LaTeX Editor](https://github.com/InMDev/Modern-LaTeX-Editor) - Online editor, no-signup hybrid code editor + visual editor that mixes Notion/Google docs/Microsoft Word-like editing with raw LaTeX code blocks.
142-
- [Octree](https://useoctree.com) - Online editor with AI writing assistance.
146+
- [Octree](https://www.useoctree.com) - Online editor with AI writing assistance.
143147
- [Overleaf](https://www.overleaf.com) - Online editor, also with a WYSIWYM editor and git support.
144148
- [olcli](https://github.com/aloth/olcli) - Command-line interface for Overleaf to sync, manage, and compile projects from the terminal. ![foss]
145149
- [WebLaTeX](https://github.com/sanjib-sen/weblatex) - Web-based vscode with Git Integration + Copilot + Grammar & Spell Checker + Live Collaboration Support based on GitHub Codespace and Dev container.
@@ -232,7 +236,6 @@ TikZ is an awesome package with many plugins that allow you to create figures fr
232236
Typically, it is easier to get to work with `pdflatex` than PSTricks is.
233237

234238
- [TeXample](https://www.texample.net) - Blog about LaTeX, with a big collection of TikZ figures.
235-
- [LaTeX en SI](https://sciences-indus-cpge.papanicola.info/-LaTeX-en-SI-) - Useful website with some custom packages to draw special plots (Bode, Nyquist, electrical schematics, block schematics, etc.) using TikZ. Note that everything is in French.
236239
- [pgfplots](http://pgfplots.sourceforge.net) - Truly awesome plotting library on top of and in the style of TikZ/pgf. This library can load in CSV data files, perform some calculations and create beautiful plots.
237240
- [A very minimal introduction to TikZ (PDF)](https://cremeronline.com/LaTeX/minimaltikz.pdf) - Short introductory document to the world of TikZ, written by Jacques Crémer.
238241
- [PetarV-/TikZ](https://github.com/PetarV-/TikZ) - Collection of publication-ready PGF/TikZ figures by Petar Veličković.

0 commit comments

Comments
 (0)