summaryrefslogtreecommitdiff
path: root/support/easylatex/testFiles/easySections.tex.correct
blob: b0f47a95e215f61d54d0d09b5797457820b46f0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
\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}

\section*{ main section 1 }
hello

\begin{align*}
3 + 2 = 5
\end{align*}
\subsection*{ subsection 1 }
hi

\begin{align*}
2 + 9 = 7
\end{align*}
\subsubsection*{ subsubsection 1 }
bye

\begin{align*}
1 + 3 = 44
\end{align*}
\subsection*{ subsection 2 }
number 2 is my name

\section*{ mainSec 2 }
goodbye: $22 + 4 = 9$

\end{document}