summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/superSubscripts.tex.correct
blob: 29250fecf116c76c7401b9e9cad5f0402505b9ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
\documentclass{article}
\usepackage{amsmath} % pkg required by EasyLatex
\usepackage{amsfonts} % pkg required by EasyLatex
\usepackage{amssymb} % pkg required by EasyLatex
\usepackage{psfrag} % pkg required by EasyLatex
\usepackage[dvips]{graphicx} % pkg required by EasyLatex

\begin{document}

Let's say that $a_2 = 2$, and $a_4$ = $2^2$, and $a_{1024}$ = $2^{10}$. 

Furthermore, let's try to say that $a^x$ or $a^{x + b}$ or $a_x$ .

\end{document}