Examples of block diagrams, presentations and other practical STEM uses of LaTeX.
TeXStudio is recommended in general, via:
- Windows: MikTeX
- Linux: TeXLive
- MacOS: BasicTeX
Typically compile main.tex
to main.pdf
via:
pdflatex main
XeLaTeX is another compiler used for advanced LaTeX documents:
xelatex main
We have written several articles on effective use of LaTeX