LaTeX - Automatic Document Generation

Overview

This page contains a hodgepodge of different latex symbols and directives. It can be used as a quick cheat sheet when creating a latex document.

LaTeX - Comments

% this is a comment \begin{comment} this text is also a comment \end{comment}

LaTeX - Equations

Equations are enclosed bracket percent sign.

{% x=5 %}


Equation symbols.
\sum - the sum symbol, {% \sum %} \int - the integral symbol \mathbb{E} - the expectation symbol \mathfrak{F} \mathscr{F} \mathcal{F}
Results
{% \sum %}
{% \int %}
{% \mathbb{E} %}
{% \mathfrak{F} %}
{% \mathscr{F} %}
{% \mathcal{F} %}
Subscripts and superscripts
\sum_{i=1}^n


Greek Alphabet.
\delta \Delta \omega
Results
{% \delta %}
{% \Delta %}
{% \\omega %}

LaTeX - Commands

\today - displays the current date when the document is generated