Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Latest commit

 

History

History
28 lines (19 loc) · 496 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 496 Bytes

LaTeX Examples

Examples of block diagrams, presentations and other practical STEM uses of LaTeX.

Prereqs

TeXStudio is recommended in general, via:

  • Windows: MikTeX
  • Linux: TeXLive
  • MacOS: BasicTeX

Build

Typically compile main.tex to main.pdf via:

pdflatex main

XeLaTeX is another compiler used for advanced LaTeX documents:

xelatex main

Notes

We have written several articles on effective use of LaTeX