\documentclass[12pt,a4paper]{article} \usepackage[utf8]{inputenc} \usepackage{amsmath} \usepackage{amsfonts} \usepackage{amssymb} \usepackage{parskip} \usepackage{graphicx} \usepackage[left=1.00in, right=1.00in, top=1.00in, bottom=1.00in]{geometry} \usepackage{hyperref} \hypersetup{ colorlinks=true, linkcolor=blue, filecolor=magenta, urlcolor=cyan, } \begin{document} \begin{center} {\large% Software Engineering Work Term Report\\ \Large TODO-TITLE-HERE } TODO-NAME-HERE Relevant Courses: TODO-1-3-COURSES-HERE \end{center} \section{Example Section Header} Write your work term report here. \subsection{I am a subsection} You can be as organized as you want. I am a new paragraph. I am not a new paragraph. Tips: \begin{itemize} \item \% percent signs denote a comment, use a backslash to include it as text. The following symbols also require a backslash to show up in text: \$ \{ \} \& \_ \# \item Latex displays math very well: $y=mx + b$, spaces in math-mode (between \$) is not a concern: $y=mx+b$ \end{itemize} \section*{Example Section with no number} More words here, you need between 2000-3000 words (not including captions on figures). \section*{Learn Latex} \begin{itemize} \item Here is a resource for learning Latex: \href{https://www.sharelatex.com/learn/Learn_LaTeX_in_30_minutes}{Learn LaTeX in 30 minutes} \item Suggested IDE for Windows/Mac/Linux: \href{http://www.texstudio.org/}{TexStudio} \end{itemize} \end{document}