LaTeX
Markup Languages
- Compare and contrast WYSIWYG (What You See Is What You Get) text editing and markup text editing.
LaTeX Basics
- Identify the LaTeX syntax for commands.
- Identify the LaTeX syntax for comments.
- Create a minimal LaTeX document using LaTeX commands.
- Identify the file extension for a TeX document.
Overleaf
- Use Overleaf to write and typeset LaTeX documents.
Typesetting Text
- Use backticks and apostrophes correctly so they typeset to standard left- and right-quotations.
- Identify special characters that must be entered with a preceding
\ in LaTeX.
Typesetting Mathematics
- Use the
$ $ syntax to typeset inline mathematics.
- Use the
$$ $$ syntax to typeset displayed mathematics.
- Use
_ and ^ to typeset subscripts and superscripts.
- Use
{} to group items into a sub- or super-script.
- Recognize the syntax for typesetting lower- and upper-case Greek letters.
- Recognize the syntax to
begin and end a LaTeX environment.
- Use the
equation environment to typeset a numbered equation.
- Use the
align environment from the amsmath package and the & and \\ operators to create aligned mathematics.
- Recognize that LaTeX has commands to typset many of the common mathematical operators such as \(\min\), \(\max\), \(\sum\), \(\int\), etc.
- Avoid typesetting operators as \(min\), \(max\), etc.
Itemized and Enumerates Lists
- Create itemized and enumerated lists using the
itemize and enumerate environments.
Packages
- Import a package into a LaTeX document.