Search found 3 matches

by kwokowok
Tue Jul 13, 2021 10:46 am
Forum: Graphics, Figures & Tables
Topic: Getting rid of a large space
Replies: 1
Views: 1868

Getting rid of a large space

Hello,
I have a large space when i compile a document with the following code and I'm not sure why
\begin{document}
\raggedright
\begin{flushleft}
What would happen as $x$ approaches $3$? We can figure this out by applying a limit.
\end{flushleft}
\begin{center}
\[ \lim_{x\to 3} g(x) \]
\enddocument
by kwokowok
Tue Jun 15, 2021 5:08 pm
Forum: Math & Science
Topic: Limits
Replies: 1
Views: 4526

Limits

Hi I want to make the document look like:
limit f(x)
= limit (x+2)/(x+1)
=(3)+2}{(3)+1
= 5/4
However, I am unsure how to do this. I've added the relevant code

Code: Select all

Code, edit and compile here:
\[ \lim_{x\to 3} f(x) \]
=\[ \lim_{x\to 3} \dfrac{x+2}{x+1} \]
=\dfrac{(3)+2}{(3)+1}\\
=\dfrac{5}{4}
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
by kwokowok
Tue Jun 01, 2021 6:47 am
Forum: Page Layout
Topic: Text Dissapearing
Replies: 1
Views: 3594

Text Dissapearing

Hi, i am doing some coding for a maths class, and whenever I try put a box on a new page it is just invisible. Any help would be appreciated

\documentclass[12pt, letterpaper]{report}
\usepackage[utf8]{inputenc}
\usepackage[legalpaper, portrait, top=0.0in, bottom=-0.8in, left=0.9in, right=0.9in ...