-
References harmonized for my group in (a huge) .bib file: references_all.bib
-
Snippets used for LaTeXing with Sublime (to be adapted for VSCode).
-
TeX templates and examples
| article.tex | beamer_js.tex | beamer_tl.tex | exam.tex | scribe.tex |
|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
Among the useful tools a modern editor (like VSCode or Sublime Text). On top of that useful tools connected to LaTeX include: , is mandatory. In particular useful tools include
- snippets
- multi-cursors
- forward/backward search: so you can click the generated pdf and find the tex location in your document (something now common with Overleaf).
-
https://www.tablesgenerator.com/ : to create LaTeX tables from copy/paste values or .csv files
-
Inkscape (see for more information in the Inkscape section): useful for sketching figures with, especially with the TexText extension.
-
latexdiff : allows to visualize the diff in the pdf (useful for revision / v2 in a publication):
file1.tex file2.tex > diff.texThen, you can compile the file diff.tex and you get some nice difference file in the output pdf.
-
Tools for Latex: Table generator http://www.tablesgenerator.com/ and OCR for Latex formulas https://mathpix.com/
-
Warning font style :
- Add space on which you optimize:
is good,
is forbidden.
- Always use \enspace at the of align/equation environments; e.g., :
and not




