ilatex
Minimal LaTeX Templates
Demos
Article
Beamer
Coursework
Installation
There are two ways to install ilatex:
- Just copy
*.cls
and/or*.sty
to your workspace. - Run
make install
to install ilatex toTEXMFHOME
(orTEXMFLOCAL
if you like).
Requirements
pygments
is required for syntax highlighting. It can be install withpip install pygments
orpipx install pygments
.biber
is 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
texdoc
utility to browse LaTeX packages and documentation.