ilatex
Minimal LaTeX Templates
Demos
Article
Beamer
Coursework
Installation
There are two ways to install ilatex:
- Just copy
*.clsand/or*.styto your workspace. - Run
make installto install ilatex toTEXMFHOME(orTEXMFLOCALif you like).
Requirements
pygmentsis required for syntax highlighting. It can be install withpip install pygmentsorpipx install pygments.biberis required for bibliography.
Manual
See manual and other demos for more details.
Resources
- Awesome LaTeX - Curated list of LaTeX awesomeness
- LaTeX Workshop - LaTeX extension for Visual Studio Code
- Overleaf - Online editor, also with a WYSIWYM editor and git support.
- Tables Generator - This website provides a graphical interface to input your table and produces properly-formatted code for LaTeX, Markdown, HTML, etc.
- Comprehensive LaTeX symbol list - Very extensive list of symbols for LaTeX. Available in A4 and letter sizes.
- Detexify - You draw the symbol and this site/app will tell you the LaTeX command.
- TeXDoc - Online interface to the
texdocutility to browse LaTeX packages and documentation.