Skip to content

Latest commit

 

History

History

LaTeX

LaTeX - Examples

Program List

Bibliography

  • bibliography.bib
    • includes one of each common type of reference

Documents

  • notebook.tex
    • a document compiled from smaller ones (like a notebook or journal)
  • paper.tex
    • general sample of a two-column paper
  • presentation.tex
    • general sample of a presentation
  • report.tex
    • general sample of a report (not a two-column layout)
  • resume.tex
    • general sample of a resume

Language

  • commands.tex
    • collection of some useful commands for LaTeX files
  • formula.tex
    • sample chemical reactions
  • matrix.tex
    • matrices and vectors for linera algebra
  • table.tex
    • several different sample tables

Compiling & Running Code

Some code examples are not meant to be compiled alone but with additional files, and these examples have been marked.

For Linux, you can use the provided bash script:

e.g. for document: resume.tex

./run resume

Credit

Resume style by Michael DeCorte.