View on GitHub

presentations

Presentation notes from JMU Unix Users Group meetings

JMU UUG LaTeX Tutorial

Introduction

BEFORE WE START: Get an Overleaf account.

Overview: The TeX typesetting system originated with Don Knuth in 1970s, prompted by his work on “The Art of Computer Programming.” It first ran on a PDP-10 in 1978. TeX uses a versioning system w/ increasing digits of π; lastest is 3.14159265. It was extended to LaTeX by Leslie Lamport (@ SRI International) in 1980s, and is now a full document preparation system. The latest version is LaTeX 2e. LaTeX is widely used in CS, Math, Engineering, and other scientific fields.

Introduce concepts:

Note: LaTeX is pronounced “lah-tech” or “lay-tech”, NOT “lay-techs”!

Document organization

Formatting

Mathematics

Bibliography

Large documents

Macros

Fun fact: LaTeX is Turing-complete!

Useful Extensions

Common headaches

Local installation

References

Diversions