0% found this document useful (0 votes)
12 views

Tutorial

The document provides an overview of LaTeX tips for typesetting mathematical equations and concepts including differential and integral calculus, functions, limits, integration, vectors, and macros. It includes examples of LaTeX code for various mathematical expressions and concepts.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Tutorial

The document provides an overview of LaTeX tips for typesetting mathematical equations and concepts including differential and integral calculus, functions, limits, integration, vectors, and macros. It includes examples of LaTeX code for various mathematical expressions and concepts.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

Contents

0.1 Differential calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6


0.1.1 Limits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
0.2 Integral Calculus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
0.2.1 Machine Learning . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6

1 Texmaker tips 7

1
First LATEX Document
Syed Faizan

February 13, 2024

superscripts
2x3
2x34
2x3x+4
4 +5
2x3x
subscripts
x1
x12
x12
x123
a0 , a2 , . . . , a300
Greek letters
α

A = πr2
Trignometric functions
y = sin−1 θ
y = arcsin x
Log functions

y = log x
y = ln x
roots

3
2


q
1+ x

2
Fractions
π

5
θ
4
About of the glass is always full .
5

4
About of the glass is always full .
5

x+1

x+2
1
1 + x1n
The distributive property states that a(b + c) = ab + ac, for all {a, b, c} ∈ R.
I desperately need 20,000 $

1
2
x2 −1

dy
dx x=1
 
 1
 
1
1+ 1+x

Table-

x 1 2 5
y 4 5 7
x 1 2 5
y 4 5 7

Table 1: This is difficult, f (x)

f (x) f ′ (x)
x>0 The function in f (x) is increasing.

Table 2: This is an increasing function in f (x)

Arrays

3
5x2 − 9 = 3
5x2 = 12
x2 = 12/5
p
x = 12/5

4
Lists- How to create them

ˆ Gauss

ˆ Riemann

Newton
Euler
Ramanujan

This will be a great Mathematical italicized text.


This will be bold.
This will have small caps
This will be typewriter font.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how towrite using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.
I taught myself how to write using LaTeX.

This is center

This is left

This is right

Everything is going to be centered.


Everything is going to be large.
Creating Sections-

5
Calculus
0.1 Differential calculus
0.1.1 Limits

0.2 Integral Calculus

Linear Algebra
0.2.1 Machine Learning

1. Symbol for Real R


OK boys
2. Symbol Z

MACROS -

x2
I did not need to type y = again !
1 + x2
x2
y=
1 + x2

6
Figure 1: Sine function, so beautiful

1 Texmaker tips

L’Hôpital
Calculus
1
Function The
 1 function
 f (x) = (x − 3)2 + 2 has domain Df : (−∞, ∞) and
range Rf : 2 , ∞

Limit
limx→a− f (x)
(f (x) − f (a)
lim− = f ′ (a)
x→a f (a)
Integration
Z
sin x dx = − cos x + C

7
b b
x3
Z 
2
x dx =
a 3 a


X
arn = ar + ar2 + . . . + arn
n=1
Vectors
⃗v = v1 i + v2 j = ⟨v1 , v2 ⟩

You might also like