LaTeX Guide
xyz
Contents
1 Introduction 1
2 Displayed Material 2
2.1 Quotations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.2 Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
2.3 Displayed Formulas . . . . . . . . . . . . . . . . . . . . . . . . 2
3 Running LaTeX and Text Formatting 2
3.1 Changing Type Style . . . . . . . . . . . . . . . . . . . . . . . 2
3.2 Accents and Symbols . . . . . . . . . . . . . . . . . . . . . . . 2
4 Mathematical Symbols 2
4.1 Greek Letters . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
4.2 Calligraphic Letters . . . . . . . . . . . . . . . . . . . . . . . . 2
5 Math Formatting 3
5.1 Over and Underlining . . . . . . . . . . . . . . . . . . . . . . . 3
5.2 Stacking Symbols . . . . . . . . . . . . . . . . . . . . . . . . . 3
6 Defining Environments 3
7 Figures and Tables 3
1 Introduction
This document serves as a guide to LaTeX features [1].
1
2 Displayed Material
2.1 Quotations
This is an example of a quotation environment.
2.2 Lists
• First item
• Second item
2.3 Displayed Formulas
E = mc2 , (1)
dy
=x+y (2)
dx
3 Running LaTeX and Text Formatting
3.1 Changing Type Style
Bold, Italic, Monospace
3.2 Accents and Symbols
P
Accents: é, ü, à, ô. Symbols: ∞, , α, β
4 Mathematical Symbols
4.1 Greek Letters
α, β, γ, δ
4.2 Calligraphic Letters
A, B, C
2
5 Math Formatting
5.1 Over and Underlining
x + y, z
5.2 Stacking Symbols
a
b
6 Defining Environments
Theorem 1. This is a theorem.
7 Figures and Tables
Image
Figure 1: Example Image
A B
1 2
Table 1: Example Table
References
[1] Michel Goossens, Frank Mittelbach, and Alexander Samarin. The LaTeX
Companion. Addison-Wesley, 1993.