LaTeX
- 😎 Awesome LaTeX.
- LaTeX tutorials
- LaTeX templates
- Scientific paper tips and tricks : how to write scientific papers in LaTeX, with figures generated in Python or Matlab.
LaTeX Distributions¶
- TexLive : de-facto standard TeX distribution.
- MiKTeX : A just enough TeX distribution.
- TinyTeX : for R markdown publication.
- Tectonic : A modernized, complete, self-contained TeX/LaTeX engine.
TeX Editors¶
- Overleaf : An online LaTeX project and document manager.
- LaTeX workshop for VS code
- TexLab for VS Code : rich editing support for the LaTeX typesetting system powered by the TexLab language server
- Lyx : A What You See Is What You Mean document processor.
- TEXMAKER : A free cross-platform LaTeX editor.
- SwiftLaTeX : SwiftLaTeX is a WYSIWYG Browser-based LaTeX Editor, based on the [Tectonic][] engine.
- TexWorks : Lowering the entry barrier to the TeX world.
LaTeX Online Tools¶
- Detexify : recognition of handwriting to Latex symbols.
- Tables Generator : LATEX and MD Tables.
- LaTeX live (在线LaTeX公式编辑器) : LaTeX equations to SVG using MathJax.
CI/CD for building LaTeX documents¶
GitHub actions for automatically compile LaTeX documents on pushing changes.
- LaTex compile gitlab template compiles and push result pdf files back to the repository.
- Report Tex github template
- Pandoc LaTeX template
- NTU Thesis CI : An automated NTU Thesis LaTeX continuous integration and continuous deploying service built up with GitHub Actions.
- Texlive: LaTeX action for a full environment and setup-tinytex action for a minimal texLive environment.
- Tectonic: Setup tectonic and the tectonic docker image.