|
8 | 8 |
|
9 | 9 | <!-- TOC depthFrom:2 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 --> |
10 | 10 |
|
| 11 | +- [Awesome LaTeX ](#awesome-latex--) |
11 | 12 | - [Contents](#contents) |
| 13 | + - [Learning LaTeX](#learning-latex) |
12 | 14 | - [Distributions](#distributions) |
13 | 15 | - [Docker Images](#docker-images) |
14 | 16 | - [Engines](#engines) |
|
21 | 23 | - [Build Tools](#build-tools) |
22 | 24 | - [GitHub Actions](#github-actions) |
23 | 25 | - [Misc. Tools](#misc-tools) |
| 26 | + - [Quality Check Tools](#quality-check-tools) |
| 27 | + - [Tools centered around equations](#tools-centered-around-equations) |
24 | 28 | - [LaTeX-compatible GUI tools](#latex-compatible-gui-tools) |
25 | 29 | - [Packages](#packages) |
26 | 30 | - [References](#references) |
@@ -137,9 +141,9 @@ Online editors that allow you to edit documents collaboratively. |
137 | 141 |
|
138 | 142 | - [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. |
139 | 143 | - [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. |
141 | 145 | - [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. |
143 | 147 | - [Overleaf](https://www.overleaf.com) - Online editor, also with a WYSIWYM editor and git support. |
144 | 148 | - [olcli](https://github.com/aloth/olcli) - Command-line interface for Overleaf to sync, manage, and compile projects from the terminal. ![foss] |
145 | 149 | - [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 |
232 | 236 | Typically, it is easier to get to work with `pdflatex` than PSTricks is. |
233 | 237 |
|
234 | 238 | - [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. |
236 | 239 | - [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. |
237 | 240 | - [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. |
238 | 241 | - [PetarV-/TikZ](https://github.com/PetarV-/TikZ) - Collection of publication-ready PGF/TikZ figures by Petar Veličković. |
|
0 commit comments