lshort2.pdf

Tutorial 1

\\documentclass[11pt]{article}
\\documentclass[11pt]{article}

# soft return
\\begin{document}
Hello! This is my first \\LaTeX\\ document.\\\\
A rectangle has side lengths of {x+1} and {x+3}.
\\end{document}

# hard return
\\begin{document}
Hello! This is my first \\LaTeX\\ document.

A rectangle has side lengths of {x+1} and {x+3}.
\\end{document}

Formulas

The equation ${A(x) = x^2 + 4x + 3}$ gives the area of the rectangle.

Math mode

# inline
$ ... $

# displayed
$$ ... $$

Tutorial 2

superscripts $$2x^34$$

image.png

In order to fix:

superscripts $$2x^{34}$$

image.png