http://www.as.ysu.edu/~angie/forstudent ... nment1.pdf
What I have is this code. The limits must be aligned alongside the numbers, exactly as in the previous example. If anyone can help me I would greatly appreciate it, as I've spent a great deal of time trying to figure out this simple formatting.
Code: Select all
\documentclass[11pt,a4paper,fleqn] {article}
\usepackage{alltt}
\usepackage{amsmath}
\title{1586H \LaTeX\ Assignment 1} % defines the title
\begin{document}
\maketitle % generates the title
\raggedright
1.$$\lim_{x \to 0} \frac{\sec x}{1- \sin x}$$
2.$$\lim_{x \to 0} \frac{x^3}{\tan^3(2x)}$$
3.$$\lim_{x \to 0} \frac{\sin x}{x+\tan x}$$
4.$$\lim_{x \to -\infty} x+\sqrt{x^2+2x}$$
5.$$\lim_{x \to \infty}x\sin \frac{1}{x}$$
\end{document}