\documentclass{article} \begin{document} \huge{Open word Try to do $\alpha^T \beta$ using insert sysmbol. Try to do $\sum$ part with word Now go to Latex Try $\alpha , \beta , \omega , \gamma $ Try $x^Ty$ and $x_i$ Try $\sum _{i=1}^{n}$ Try $\int_a^b$ New paragraph is just obtained by putting a blank line so that now we can do a new paragraph} \Large{ To center stuff: \begin{center} This is centered \end{center} To make title \title{my title} \author{Linda Kaufman} \maketitle separate headings \section{to make fractions} $$\frac{x}{y}$$ \section{To label equations:} \begin{equation} \label{eq:temp} \frac{ d^2 y}{d x^2} = mass \times acceleration \end{equation} A fundamental law in physics is (\ref{eq:temp}). \section{Tabbing} To do tabbing: \begin{tabbing} 1. This is \=line 1\=\\ 2. This is line 2\\ \> this line indented line a\\ \> \> this is double indented line b\\ \end{tabbing} \section{Tables} \begin{tabular}{c|r|l|} \hline 23&45&38\\ 1.4&5.0&6.0\\ abcdef°123&ghi4675\\ $n^2$&$\alpha$&$ \sum_{i=1}^{i=n}\frac{1}{i}$\\ \hline \end{tabular} \section{matrices} $$ A= \left[ \begin{array}{rrrr} 10&2&30&400\\ 201&46&7&46.5\\ \end{array} \right] $$ \section{referencing} The information was gleaned from the following sources- \begin{thebibliography}{99} \bibitem{judy} {J. Victor, The history of the Calculus, Prentice Hall, 1995} \bibitem{michele} { M. Kaufman, "Almost colliding galaxies", \emph{J. of Astrophysical Association} Vol 12, 2001, pp. 622-633} \end{thebibliography} } \end{document}