SlideShare a Scribd company logo
Scientific Research Group in Egypt (SRGE) 
Latex symbols and commands 
Dr. Ahmed Fouad Ali 
Suez Canal University, 
Dept. of Computer Science, Faculty of Computers and informatics 
Member of the Scientific Research Group in Egypt 
Company 
LOGO
Company 
LOGO Scientific Research Group in Egypt 
www.egyptscience.net
Company 
LOGO Outline (1) 
1. Operations 
2. Subscripts and superscripts 
3. Sums, integrals and products 
4. Brackets 
5. Multiline formulas and piecewise functions 
6. Arrows
Company 
LOGO Outline (2) 
. 
7. Function names 
8. Matrices 
9. Punctuation 
10. Fonts 
11. Spacing
Company 
LOGO Operations 
Command Symbols Latex syntax 
square root sqrt{x+sqrt{y}} 
higher order roots sqrt[mn]{x+y} quad 
sqrt[3]{2} 
root sign surd[x+y] 
fractions frac{a+b}{x+logfrac{Y}{Z}} 
force large (display) 
fraction 
frac{a+b}{x+logdfrac{Y}{Z}} 
continued fraction 1+cfrac{2}{ 
3+cfrac{4}{ 
5+cfrac{6}{7+dotsb}}} = 
frac{1}{sqrt e - 1} 
binomial binom{n+1}{k}
Company 
LOGO Operations 
Command Symbols Latex syntax 
prime y'' + y' + y = u 
mod begin{array}{l} 
abmod n=b  
aequiv bpmod n  
aequiv bmod n  
aequiv bpod n 
end{array}
Company 
LOGO Subscripts and superscripts 
Command Symbols Latex syntax 
subscripts x_1, x_2 quad a_{ij} 
superscripts x^y quad e^{2jpi t} quad a_{ij}^2 
multilevel 
subscripts 
sum_{substack{ 
1 le m le N,  
mtext{ odd}}} P(m) 
nested 
sub/superscripts 
a_{b_j} quad e^{x^2} 
sub- and 
superscripts 
before the 
symbol 
{}_n C_k 
subscripts and 
superscripts for 
large symbols 
sideset{^a_b}{'_c}sum
Company 
LOGO Sums, integrals, and products 
Command Symbols Latex syntax 
sum sum_{i=1}^{+infty} 
product prod_{alpha in U} 
integral int_{x_0}^{x_1} 
contour oint_C 
double and triple 
integrals 
iint_S quad iiint_S 
even more 
integrals 
iiiint_S quad idotsint_S 
integrals with 
alternative limit 
placement 
intlimits_alpha^beta 
quad 
iintlimits_S
Company 
LOGO Sums, integrals, and products 
Command Symbols Latex syntax 
unions and 
intersections 
bigcup_{alphain S} quad 
bigcap_{Vinmathfrak{V}} 
direct sums, co-products, 
and so 
on 
bigodot quad bigoplus 
bigotimes quad bigsqcup 
biguplus quad coprod 
bigvee quad bigwedge
Company 
LOGO Brackets 
Command Symbols Latex syntax 
pairing brackets ( ; ), [ ; ], { ; } 
lvert;rvert, lVert;rVert 
lceil;rceil, lfloor;rfloor 
langle;rangle 
absolute value abs{u(t)} 
norm norm{hat{G}}_infty
Company 
LOGO Brackets 
Command Symbols Latex syntax 
left( 
sum_{i=1}^{n} e^{2pi j i^2} 
right) 
( sum_{i=1}^{n} e^{2pi j i^2} ) 
Biggl( biggl( Bigl( bigl( 
quad 
Biggr} biggr} Bigr} bigr} 
left[ sum_j 
left|sum_i x_{ij}right|^2 
right] ^{1/2}
Company 
LOGO Brackets 
Command Symbols Latex syntax 
biggl[ sum_j 
Bigl|sum_i x_{ij}Bigr|^2 
biggr]^{1/2} 
Oleft(left( 
m^2+n^2right)log nright) 
Obigl((m^2+n^2)log nbigr)
Company 
LOGO Multiline formulas and piecewise functions 
Command Symbols Latex syntax 
piecewise 
functions/cases 
a_k = begin{cases} 
k & text{for $k le n/2$}  
n & text{for $k=n/2$}  
k-1 & text{otherwise} 
end{cases} 
multiline equations 
(aligned at &) 
begin{split}tan^2 x 
&= sin^2 x/cos^2 x  
&= 1/cos^2 x - 1 
end{split} 
systems of 
equations 
left{begin{array}{l} 
ax+by=r_1  
cx+dy=r_2 
end{array}right.
Company 
LOGO Arrows 
Command Symbols Latex syntax 
implication x^2=4 implies x=pm 2 
if and only if x^2=4 iff x=pm 2 
tends to xto+infty 
gets Agets B+C 
sizable single Axleftarrow{rm today}B
Company 
LOGO Arrows 
Command Symbols Latex syntax 
horizontal arrows Bxrightarrow{rm tomorrow}C 
C xrightarrow 
[text{(except Fridays)}] 
{text{every day}} D 
sizable single 
vertical arrows 
left uparrow sum 
rightdownarrow ; 
Bigupdownarrow 
sizable double 
vertical arrows 
left Uparrow sum 
right Downarrow ; 
BigUpdownarrow
Company 
LOGO Function names 
Symbols syntax Symbols syntax Symbols syntax 
arccos cot ln 
arcsin coth exp 
arctan csc gcd 
arg deg hom 
cos det inf 
cosh dim injlim
Company 
LOGO Function names 
Symbols syntax Symbols syntax Symbols syntax 
varinjlim limsup projlim 
ker varlimsup varprojlim 
lg log sec 
lim max sin 
liminf min sinh 
varliminf Pr sup 
tan tanh
Company 
LOGO 
Matrices 
Command Symbols Latex syntax 
matrix (square-bracketed) 
begin{bmatrix} 
lambda  
1 & lambda  
& ddots & ddots  
& & 1 & lambda 
end{bmatrix}_{ntimes n} 
alternative delimiters begin{pmatrix}abcend 
{pmatrix}, 
begin{Bmatrix}abcend 
{Bmatrix}, 
begin{vmatrix}abcend 
{vmatrix}, 
begin{Vmatrix}abcend 
{Vmatrix}, 
begin{matrix}abcend{ 
matrix} 
inline matrices (begin{smallmatrix}1 && 
2  
3 && 4end{smallmatrix})
Company 
LOGO 
Punctuation 
Command Symbols Latex syntax 
dots between 
commas 
x_1, x_2, dotsc, x_n 
dots between binary 
operations 
x_1 + x_2 + dotsb + x_n 
dots between 
integrals 
intdotsiint 
dots between 
multiplication signs 
x(x+1)dotsm(x+n) 
colon (meaning “such 
that” or when defining 
domains) 
fcolon 
mathbb{N}tomathbb{R} 
vertical and diagonal vdots quad ddots
Company 
LOGO Fonts 
Command Symbols Latex syntax 
normal text x+frac{1}{x} ge 2 
text{ for all $x>0$} 
bold text, upright textbf{I am Jack's bold text.} 
bold math, upright ABmathbf{CD}EF 
bold math, italic ABboldsymbol{C}boldsymbol{ 
D}EF 
poor ABpmb{C}pmb{D}EF 
calligraphic 
(uppercase Latin 
letters only) 
begin{array}{c} 
mathcal{ABCDEFGHIJKLM}  
mathcal{NOPQRTSUVWXYZ}e 
nd{array}
Company 
LOGO Fonts 
Command Symbols Latex syntax 
blackboard bold 
(uppercase 
Latin letters 
only) 
begin{array}{c} 
mathbb{ABCDEFGHIJKLM}  
mathbb{NOPQRTSUVWXYZ}e 
nd{array} 
sans-serif font begin{array}{c} 
mathsf{ABCDEFGHIJKLM}  
mathsf{NOPQRTSUVWXYZ}  
mathsf{abcdefghijklm}  
mathsf{nopqrtsuvwxyz}  
mathsf{0123456789}end{array} 
typewriter begin{array}{c} 
mathtt{ABCDEFGHIJKLM}  
mathtt{NOPQRTSUVWXYZ}  
mathtt{abcdefghijklm}  
mathtt{nopqrtsuvwxyz}  
mathtt{0123456789}end{array}
Company 
LOGO 
Spacing 
Command Symbols Latex syntax 
default (none) x y 
quad (width of ) xquad y 
double quad xqquad y 
virtual space Gamma_{ij}^{phantom{ij}k}
Company 
LOGO 
Thank you 
Ahmed_fouad@ci.suez.edu.eg 
http://www.egyptscience.net

More Related Content

What's hot

Ricatti Equation
Ricatti EquationRicatti Equation
Ricatti Equation
Dhruv Upadhaya
 
B.tech ii unit-2 material beta gamma function
B.tech ii unit-2 material beta gamma functionB.tech ii unit-2 material beta gamma function
B.tech ii unit-2 material beta gamma function
Rai University
 
Spectral methods for solving differential equations
Spectral methods for solving differential equationsSpectral methods for solving differential equations
Spectral methods for solving differential equations
Rajesh Aggarwal
 
EC8553 Discrete time signal processing
EC8553 Discrete time signal processing EC8553 Discrete time signal processing
EC8553 Discrete time signal processing
ssuser2797e4
 
Digital Signal Processing[ECEG-3171]-Ch1_L05
Digital Signal Processing[ECEG-3171]-Ch1_L05Digital Signal Processing[ECEG-3171]-Ch1_L05
Digital Signal Processing[ECEG-3171]-Ch1_L05
Rediet Moges
 
Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...
Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...
Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...
ssuserd6b1fd
 
Initial Value Problems
Initial Value ProblemsInitial Value Problems
Initial Value Problems
Mohammad Tawfik
 
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
vtunotesbysree
 
Smith Chart by YEASIN NEWAJ
Smith Chart by YEASIN NEWAJ Smith Chart by YEASIN NEWAJ
Smith Chart by YEASIN NEWAJ
YeasinNewaj
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
AMIE(I) Study Circle
 
Fourier series and its applications by md nazmul islam
Fourier series and its applications by md nazmul islamFourier series and its applications by md nazmul islam
Fourier series and its applications by md nazmul islam
Md Nazmul Islam
 
Optics Fourier Transform I
Optics Fourier Transform IOptics Fourier Transform I
Optics Fourier Transform I
diarmseven
 
Finite DIfference Methods Mathematica
Finite DIfference Methods MathematicaFinite DIfference Methods Mathematica
Finite DIfference Methods Mathematica
guest56708a
 
1.7. eqivalence of nfa and dfa
1.7. eqivalence of nfa and dfa1.7. eqivalence of nfa and dfa
1.7. eqivalence of nfa and dfa
Sampath Kumar S
 
Turing Machine
Turing MachineTuring Machine
Turing Machine
AyAn KhAn
 
Finite Difference Method
Finite Difference MethodFinite Difference Method
Finite Difference Method
Syeilendra Pramuditya
 
Math34 Trigonometric Formulas
Math34 Trigonometric  FormulasMath34 Trigonometric  Formulas
Math34 Trigonometric Formulas
TopTuition
 
Turing machine - theory of computation
Turing machine - theory of computationTuring machine - theory of computation
Turing machine - theory of computation
Rubaya Mim
 
Verilog coding of mux 8 x1
Verilog coding of mux  8 x1Verilog coding of mux  8 x1
Verilog coding of mux 8 x1
Rakesh kumar jha
 
Digital Fundamentals_ Global Ed - Thomas L Floyd.pdf
Digital Fundamentals_ Global Ed - Thomas L Floyd.pdfDigital Fundamentals_ Global Ed - Thomas L Floyd.pdf
Digital Fundamentals_ Global Ed - Thomas L Floyd.pdf
daniyalalihemani31
 

What's hot (20)

Ricatti Equation
Ricatti EquationRicatti Equation
Ricatti Equation
 
B.tech ii unit-2 material beta gamma function
B.tech ii unit-2 material beta gamma functionB.tech ii unit-2 material beta gamma function
B.tech ii unit-2 material beta gamma function
 
Spectral methods for solving differential equations
Spectral methods for solving differential equationsSpectral methods for solving differential equations
Spectral methods for solving differential equations
 
EC8553 Discrete time signal processing
EC8553 Discrete time signal processing EC8553 Discrete time signal processing
EC8553 Discrete time signal processing
 
Digital Signal Processing[ECEG-3171]-Ch1_L05
Digital Signal Processing[ECEG-3171]-Ch1_L05Digital Signal Processing[ECEG-3171]-Ch1_L05
Digital Signal Processing[ECEG-3171]-Ch1_L05
 
Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...
Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...
Think Like Scilab and Become a Numerical Programming Expert- Notes for Beginn...
 
Initial Value Problems
Initial Value ProblemsInitial Value Problems
Initial Value Problems
 
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
SOLUTION MANUAL OF OPERATING SYSTEM CONCEPTS BY ABRAHAM SILBERSCHATZ, PETER B...
 
Smith Chart by YEASIN NEWAJ
Smith Chart by YEASIN NEWAJ Smith Chart by YEASIN NEWAJ
Smith Chart by YEASIN NEWAJ
 
Laplace transform
Laplace transformLaplace transform
Laplace transform
 
Fourier series and its applications by md nazmul islam
Fourier series and its applications by md nazmul islamFourier series and its applications by md nazmul islam
Fourier series and its applications by md nazmul islam
 
Optics Fourier Transform I
Optics Fourier Transform IOptics Fourier Transform I
Optics Fourier Transform I
 
Finite DIfference Methods Mathematica
Finite DIfference Methods MathematicaFinite DIfference Methods Mathematica
Finite DIfference Methods Mathematica
 
1.7. eqivalence of nfa and dfa
1.7. eqivalence of nfa and dfa1.7. eqivalence of nfa and dfa
1.7. eqivalence of nfa and dfa
 
Turing Machine
Turing MachineTuring Machine
Turing Machine
 
Finite Difference Method
Finite Difference MethodFinite Difference Method
Finite Difference Method
 
Math34 Trigonometric Formulas
Math34 Trigonometric  FormulasMath34 Trigonometric  Formulas
Math34 Trigonometric Formulas
 
Turing machine - theory of computation
Turing machine - theory of computationTuring machine - theory of computation
Turing machine - theory of computation
 
Verilog coding of mux 8 x1
Verilog coding of mux  8 x1Verilog coding of mux  8 x1
Verilog coding of mux 8 x1
 
Digital Fundamentals_ Global Ed - Thomas L Floyd.pdf
Digital Fundamentals_ Global Ed - Thomas L Floyd.pdfDigital Fundamentals_ Global Ed - Thomas L Floyd.pdf
Digital Fundamentals_ Global Ed - Thomas L Floyd.pdf
 

Viewers also liked

Ant colony algorithm
Ant colony algorithm Ant colony algorithm
Ant colony algorithm
Ahmed Fouad Ali
 
Particle swarm optimization
Particle swarm optimization Particle swarm optimization
Particle swarm optimization
Ahmed Fouad Ali
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
Ahmed Fouad Ali
 
Cuckoo search algorithm
Cuckoo search algorithmCuckoo search algorithm
Cuckoo search algorithm
Ahmed Fouad Ali
 
Artificial fish swarm optimization
Artificial fish swarm optimizationArtificial fish swarm optimization
Artificial fish swarm optimization
Ahmed Fouad Ali
 
Group search optimizer
Group search optimizerGroup search optimizer
Group search optimizer
Ahmed Fouad Ali
 
Simulated annealing
Simulated annealingSimulated annealing
Simulated annealing
Ahmed Fouad Ali
 
Flower pollination
Flower pollinationFlower pollination
Flower pollination
Ahmed Fouad Ali
 
Tabu search
Tabu searchTabu search
Tabu search
Ahmed Fouad Ali
 
Gravitational search algorithm
Gravitational search algorithmGravitational search algorithm
Gravitational search algorithm
Ahmed Fouad Ali
 
Grey wolf optimizer
Grey wolf optimizerGrey wolf optimizer
Grey wolf optimizer
Ahmed Fouad Ali
 
Inteligência de enxames - Cardume (PSO + AFSA)
Inteligência de enxames - Cardume (PSO + AFSA)Inteligência de enxames - Cardume (PSO + AFSA)
Inteligência de enxames - Cardume (PSO + AFSA)
Pedro de Vasconcellos
 
Visualization of high dimensional data set
Visualization of high dimensional data setVisualization of high dimensional data set
Visualization of high dimensional data set
Aboul Ella Hassanien
 
Linear vs. quadratic classifier power point
Linear vs. quadratic classifier power pointLinear vs. quadratic classifier power point
Linear vs. quadratic classifier power point
Alaa Tharwat
 
New Rough Set Attribute Reduction Algorithm based on Grey Wolf Optimization
New Rough Set Attribute Reduction Algorithm based on Grey Wolf OptimizationNew Rough Set Attribute Reduction Algorithm based on Grey Wolf Optimization
New Rough Set Attribute Reduction Algorithm based on Grey Wolf Optimization
Aboul Ella Hassanien
 
Pca ppt
Pca pptPca ppt
Pca ppt
Alaa Tharwat
 
Linear Discrimination Centering on Support Vector Machines
Linear Discrimination Centering on Support Vector MachinesLinear Discrimination Centering on Support Vector Machines
Linear Discrimination Centering on Support Vector Machines
butest
 
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
Aboul Ella Hassanien
 
Support vector machine parameters tuning using grey wolf optimization
Support vector machine parameters tuning using grey wolf optimizationSupport vector machine parameters tuning using grey wolf optimization
Support vector machine parameters tuning using grey wolf optimization
Aboul Ella Hassanien
 
Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...
Alaa Tharwat
 

Viewers also liked (20)

Ant colony algorithm
Ant colony algorithm Ant colony algorithm
Ant colony algorithm
 
Particle swarm optimization
Particle swarm optimization Particle swarm optimization
Particle swarm optimization
 
Whale optimizatio algorithm
Whale optimizatio algorithmWhale optimizatio algorithm
Whale optimizatio algorithm
 
Cuckoo search algorithm
Cuckoo search algorithmCuckoo search algorithm
Cuckoo search algorithm
 
Artificial fish swarm optimization
Artificial fish swarm optimizationArtificial fish swarm optimization
Artificial fish swarm optimization
 
Group search optimizer
Group search optimizerGroup search optimizer
Group search optimizer
 
Simulated annealing
Simulated annealingSimulated annealing
Simulated annealing
 
Flower pollination
Flower pollinationFlower pollination
Flower pollination
 
Tabu search
Tabu searchTabu search
Tabu search
 
Gravitational search algorithm
Gravitational search algorithmGravitational search algorithm
Gravitational search algorithm
 
Grey wolf optimizer
Grey wolf optimizerGrey wolf optimizer
Grey wolf optimizer
 
Inteligência de enxames - Cardume (PSO + AFSA)
Inteligência de enxames - Cardume (PSO + AFSA)Inteligência de enxames - Cardume (PSO + AFSA)
Inteligência de enxames - Cardume (PSO + AFSA)
 
Visualization of high dimensional data set
Visualization of high dimensional data setVisualization of high dimensional data set
Visualization of high dimensional data set
 
Linear vs. quadratic classifier power point
Linear vs. quadratic classifier power pointLinear vs. quadratic classifier power point
Linear vs. quadratic classifier power point
 
New Rough Set Attribute Reduction Algorithm based on Grey Wolf Optimization
New Rough Set Attribute Reduction Algorithm based on Grey Wolf OptimizationNew Rough Set Attribute Reduction Algorithm based on Grey Wolf Optimization
New Rough Set Attribute Reduction Algorithm based on Grey Wolf Optimization
 
Pca ppt
Pca pptPca ppt
Pca ppt
 
Linear Discrimination Centering on Support Vector Machines
Linear Discrimination Centering on Support Vector MachinesLinear Discrimination Centering on Support Vector Machines
Linear Discrimination Centering on Support Vector Machines
 
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
CFP: The 2nd International Conference on Advanced Intelligent Systems and Inf...
 
Support vector machine parameters tuning using grey wolf optimization
Support vector machine parameters tuning using grey wolf optimizationSupport vector machine parameters tuning using grey wolf optimization
Support vector machine parameters tuning using grey wolf optimization
 
Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...Three different classifiers for facial age estimation based on K-nearest neig...
Three different classifiers for facial age estimation based on K-nearest neig...
 

Similar to Latex symbols and commands

My First Rails Plugin - Usertext
My First Rails Plugin - UsertextMy First Rails Plugin - Usertext
My First Rails Plugin - Usertext
frankieroberto
 
Out with Regex, In with Tokens
Out with Regex, In with TokensOut with Regex, In with Tokens
Out with Regex, In with Tokens
scoates
 
Advanced latex
Advanced latexAdvanced latex
Advanced latex
awverret
 
Os Fetterupdated
Os FetterupdatedOs Fetterupdated
Os Fetterupdated
oscon2007
 
Technical writing using LaTeX
Technical writing using LaTeXTechnical writing using LaTeX
Technical writing using LaTeX
Partha Sarathi Chakraborty
 
Functional Concepts for OOP Developers
Functional Concepts for OOP DevelopersFunctional Concepts for OOP Developers
Functional Concepts for OOP Developers
brweber2
 
Regular expressions and php
Regular expressions and phpRegular expressions and php
Regular expressions and php
David Stockton
 
New features in abap
New features in abapNew features in abap
New features in abap
Srihari J
 
Tales About Scala Performance
Tales About Scala PerformanceTales About Scala Performance
Tales About Scala Performance
Haim Yadid
 
[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)
[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)
[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)
Carles Farré
 
La tex symbols
La tex symbolsLa tex symbols
La tex symbols
keneniaddis
 
Degrafa Beta 3 - 360|MAX
Degrafa Beta 3 - 360|MAXDegrafa Beta 3 - 360|MAX
Degrafa Beta 3 - 360|MAX
Juan Sanchez
 
Regular Expressions: JavaScript And Beyond
Regular Expressions: JavaScript And BeyondRegular Expressions: JavaScript And Beyond
Regular Expressions: JavaScript And Beyond
Max Shirshin
 
Relaxing With CouchDB
Relaxing With CouchDBRelaxing With CouchDB
Relaxing With CouchDB
leinweber
 
development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...
development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...
development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...
ActsAsCon
 
Logo tutorial
Logo tutorialLogo tutorial
Logo tutorial
Singajogi Sudhakar
 
Scala + WattzOn, sitting in a tree....
Scala + WattzOn, sitting in a tree....Scala + WattzOn, sitting in a tree....
Scala + WattzOn, sitting in a tree....
Raffi Krikorian
 
18(ish) Things You'll Love About Oracle Database 18c
18(ish) Things You'll Love About Oracle Database 18c18(ish) Things You'll Love About Oracle Database 18c
18(ish) Things You'll Love About Oracle Database 18c
Chris Saxon
 
R package development, create package documentation isabella gollini
R package development, create package documentation   isabella golliniR package development, create package documentation   isabella gollini
R package development, create package documentation isabella gollini
DataFest Tbilisi
 
Symbols
SymbolsSymbols

Similar to Latex symbols and commands (20)

My First Rails Plugin - Usertext
My First Rails Plugin - UsertextMy First Rails Plugin - Usertext
My First Rails Plugin - Usertext
 
Out with Regex, In with Tokens
Out with Regex, In with TokensOut with Regex, In with Tokens
Out with Regex, In with Tokens
 
Advanced latex
Advanced latexAdvanced latex
Advanced latex
 
Os Fetterupdated
Os FetterupdatedOs Fetterupdated
Os Fetterupdated
 
Technical writing using LaTeX
Technical writing using LaTeXTechnical writing using LaTeX
Technical writing using LaTeX
 
Functional Concepts for OOP Developers
Functional Concepts for OOP DevelopersFunctional Concepts for OOP Developers
Functional Concepts for OOP Developers
 
Regular expressions and php
Regular expressions and phpRegular expressions and php
Regular expressions and php
 
New features in abap
New features in abapNew features in abap
New features in abap
 
Tales About Scala Performance
Tales About Scala PerformanceTales About Scala Performance
Tales About Scala Performance
 
[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)
[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)
[DSBW Spring 2009] Unit 07: WebApp Design Patterns & Frameworks (3/3)
 
La tex symbols
La tex symbolsLa tex symbols
La tex symbols
 
Degrafa Beta 3 - 360|MAX
Degrafa Beta 3 - 360|MAXDegrafa Beta 3 - 360|MAX
Degrafa Beta 3 - 360|MAX
 
Regular Expressions: JavaScript And Beyond
Regular Expressions: JavaScript And BeyondRegular Expressions: JavaScript And Beyond
Regular Expressions: JavaScript And Beyond
 
Relaxing With CouchDB
Relaxing With CouchDBRelaxing With CouchDB
Relaxing With CouchDB
 
development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...
development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...
development, ruby, conferences, frameworks, ruby on rails, confreaks, actsasc...
 
Logo tutorial
Logo tutorialLogo tutorial
Logo tutorial
 
Scala + WattzOn, sitting in a tree....
Scala + WattzOn, sitting in a tree....Scala + WattzOn, sitting in a tree....
Scala + WattzOn, sitting in a tree....
 
18(ish) Things You'll Love About Oracle Database 18c
18(ish) Things You'll Love About Oracle Database 18c18(ish) Things You'll Love About Oracle Database 18c
18(ish) Things You'll Love About Oracle Database 18c
 
R package development, create package documentation isabella gollini
R package development, create package documentation   isabella golliniR package development, create package documentation   isabella gollini
R package development, create package documentation isabella gollini
 
Symbols
SymbolsSymbols
Symbols
 

More from Ahmed Fouad Ali

Manta Ray Optimization.pptx
Manta Ray Optimization.pptxManta Ray Optimization.pptx
Manta Ray Optimization.pptx
Ahmed Fouad Ali
 
Harris hawks optimization
Harris hawks optimizationHarris hawks optimization
Harris hawks optimization
Ahmed Fouad Ali
 
Sunflower optimization algorithm
Sunflower optimization algorithmSunflower optimization algorithm
Sunflower optimization algorithm
Ahmed Fouad Ali
 
Crow search algorithm
Crow search algorithmCrow search algorithm
Crow search algorithm
Ahmed Fouad Ali
 
Butterfly optimization algorithm
Butterfly optimization algorithmButterfly optimization algorithm
Butterfly optimization algorithm
Ahmed Fouad Ali
 
Salp swarm algorithm
Salp swarm algorithmSalp swarm algorithm
Salp swarm algorithm
Ahmed Fouad Ali
 
Grasshopper optimization algorithm
Grasshopper optimization algorithmGrasshopper optimization algorithm
Grasshopper optimization algorithm
Ahmed Fouad Ali
 
Spider Monkey Optimization Algorithm
Spider Monkey Optimization AlgorithmSpider Monkey Optimization Algorithm
Spider Monkey Optimization Algorithm
Ahmed Fouad Ali
 
Backtraking optimziation algorithm
Backtraking optimziation algorithmBacktraking optimziation algorithm
Backtraking optimziation algorithm
Ahmed Fouad Ali
 
Social spider optimization
Social spider optimizationSocial spider optimization
Social spider optimization
Ahmed Fouad Ali
 
Harmony search algorithm
Harmony search algorithmHarmony search algorithm
Harmony search algorithm
Ahmed Fouad Ali
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
Ahmed Fouad Ali
 
bat algorithm
bat algorithmbat algorithm
bat algorithm
Ahmed Fouad Ali
 
Artificial Bee Colony algorithm
Artificial Bee Colony algorithmArtificial Bee Colony algorithm
Artificial Bee Colony algorithm
Ahmed Fouad Ali
 
Variable neighborhood search
Variable neighborhood searchVariable neighborhood search
Variable neighborhood search
Ahmed Fouad Ali
 

More from Ahmed Fouad Ali (15)

Manta Ray Optimization.pptx
Manta Ray Optimization.pptxManta Ray Optimization.pptx
Manta Ray Optimization.pptx
 
Harris hawks optimization
Harris hawks optimizationHarris hawks optimization
Harris hawks optimization
 
Sunflower optimization algorithm
Sunflower optimization algorithmSunflower optimization algorithm
Sunflower optimization algorithm
 
Crow search algorithm
Crow search algorithmCrow search algorithm
Crow search algorithm
 
Butterfly optimization algorithm
Butterfly optimization algorithmButterfly optimization algorithm
Butterfly optimization algorithm
 
Salp swarm algorithm
Salp swarm algorithmSalp swarm algorithm
Salp swarm algorithm
 
Grasshopper optimization algorithm
Grasshopper optimization algorithmGrasshopper optimization algorithm
Grasshopper optimization algorithm
 
Spider Monkey Optimization Algorithm
Spider Monkey Optimization AlgorithmSpider Monkey Optimization Algorithm
Spider Monkey Optimization Algorithm
 
Backtraking optimziation algorithm
Backtraking optimziation algorithmBacktraking optimziation algorithm
Backtraking optimziation algorithm
 
Social spider optimization
Social spider optimizationSocial spider optimization
Social spider optimization
 
Harmony search algorithm
Harmony search algorithmHarmony search algorithm
Harmony search algorithm
 
Firefly algorithm
Firefly algorithmFirefly algorithm
Firefly algorithm
 
bat algorithm
bat algorithmbat algorithm
bat algorithm
 
Artificial Bee Colony algorithm
Artificial Bee Colony algorithmArtificial Bee Colony algorithm
Artificial Bee Colony algorithm
 
Variable neighborhood search
Variable neighborhood searchVariable neighborhood search
Variable neighborhood search
 

Recently uploaded

Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
MysoreMuleSoftMeetup
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
siemaillard
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
JomonJoseph58
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
Celine George
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
Celine George
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
National Information Standards Organization (NISO)
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
zuzanka
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
TechSoup
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
nitinpv4ai
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
Nguyen Thanh Tu Collection
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
MJDuyan
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
Mohammad Al-Dhahabi
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
melliereed
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 

Recently uploaded (20)

Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47Mule event processing models | MuleSoft Mysore Meetup #47
Mule event processing models | MuleSoft Mysore Meetup #47
 
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptxPrésentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
Présentationvvvvvvvvvvvvvvvvvvvvvvvvvvvv2.pptx
 
Stack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 MicroprocessorStack Memory Organization of 8086 Microprocessor
Stack Memory Organization of 8086 Microprocessor
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17How Barcodes Can Be Leveraged Within Odoo 17
How Barcodes Can Be Leveraged Within Odoo 17
 
How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17How to Predict Vendor Bill Product in Odoo 17
How to Predict Vendor Bill Product in Odoo 17
 
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
Jemison, MacLaughlin, and Majumder "Broadening Pathways for Editors and Authors"
 
SWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptxSWOT analysis in the project Keeping the Memory @live.pptx
SWOT analysis in the project Keeping the Memory @live.pptx
 
Leveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit InnovationLeveraging Generative AI to Drive Nonprofit Innovation
Leveraging Generative AI to Drive Nonprofit Innovation
 
Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)Oliver Asks for More by Charles Dickens (9)
Oliver Asks for More by Charles Dickens (9)
 
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
BÀI TẬP DẠY THÊM TIẾNG ANH LỚP 7 CẢ NĂM FRIENDS PLUS SÁCH CHÂN TRỜI SÁNG TẠO ...
 
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) CurriculumPhilippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
Philippine Edukasyong Pantahanan at Pangkabuhayan (EPP) Curriculum
 
skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)skeleton System.pdf (skeleton system wow)
skeleton System.pdf (skeleton system wow)
 
Nutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour TrainingNutrition Inc FY 2024, 4 - Hour Training
Nutrition Inc FY 2024, 4 - Hour Training
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 

Latex symbols and commands

  • 1. Scientific Research Group in Egypt (SRGE) Latex symbols and commands Dr. Ahmed Fouad Ali Suez Canal University, Dept. of Computer Science, Faculty of Computers and informatics Member of the Scientific Research Group in Egypt Company LOGO
  • 2. Company LOGO Scientific Research Group in Egypt www.egyptscience.net
  • 3. Company LOGO Outline (1) 1. Operations 2. Subscripts and superscripts 3. Sums, integrals and products 4. Brackets 5. Multiline formulas and piecewise functions 6. Arrows
  • 4. Company LOGO Outline (2) . 7. Function names 8. Matrices 9. Punctuation 10. Fonts 11. Spacing
  • 5. Company LOGO Operations Command Symbols Latex syntax square root sqrt{x+sqrt{y}} higher order roots sqrt[mn]{x+y} quad sqrt[3]{2} root sign surd[x+y] fractions frac{a+b}{x+logfrac{Y}{Z}} force large (display) fraction frac{a+b}{x+logdfrac{Y}{Z}} continued fraction 1+cfrac{2}{ 3+cfrac{4}{ 5+cfrac{6}{7+dotsb}}} = frac{1}{sqrt e - 1} binomial binom{n+1}{k}
  • 6. Company LOGO Operations Command Symbols Latex syntax prime y'' + y' + y = u mod begin{array}{l} abmod n=b aequiv bpmod n aequiv bmod n aequiv bpod n end{array}
  • 7. Company LOGO Subscripts and superscripts Command Symbols Latex syntax subscripts x_1, x_2 quad a_{ij} superscripts x^y quad e^{2jpi t} quad a_{ij}^2 multilevel subscripts sum_{substack{ 1 le m le N, mtext{ odd}}} P(m) nested sub/superscripts a_{b_j} quad e^{x^2} sub- and superscripts before the symbol {}_n C_k subscripts and superscripts for large symbols sideset{^a_b}{'_c}sum
  • 8. Company LOGO Sums, integrals, and products Command Symbols Latex syntax sum sum_{i=1}^{+infty} product prod_{alpha in U} integral int_{x_0}^{x_1} contour oint_C double and triple integrals iint_S quad iiint_S even more integrals iiiint_S quad idotsint_S integrals with alternative limit placement intlimits_alpha^beta quad iintlimits_S
  • 9. Company LOGO Sums, integrals, and products Command Symbols Latex syntax unions and intersections bigcup_{alphain S} quad bigcap_{Vinmathfrak{V}} direct sums, co-products, and so on bigodot quad bigoplus bigotimes quad bigsqcup biguplus quad coprod bigvee quad bigwedge
  • 10. Company LOGO Brackets Command Symbols Latex syntax pairing brackets ( ; ), [ ; ], { ; } lvert;rvert, lVert;rVert lceil;rceil, lfloor;rfloor langle;rangle absolute value abs{u(t)} norm norm{hat{G}}_infty
  • 11. Company LOGO Brackets Command Symbols Latex syntax left( sum_{i=1}^{n} e^{2pi j i^2} right) ( sum_{i=1}^{n} e^{2pi j i^2} ) Biggl( biggl( Bigl( bigl( quad Biggr} biggr} Bigr} bigr} left[ sum_j left|sum_i x_{ij}right|^2 right] ^{1/2}
  • 12. Company LOGO Brackets Command Symbols Latex syntax biggl[ sum_j Bigl|sum_i x_{ij}Bigr|^2 biggr]^{1/2} Oleft(left( m^2+n^2right)log nright) Obigl((m^2+n^2)log nbigr)
  • 13. Company LOGO Multiline formulas and piecewise functions Command Symbols Latex syntax piecewise functions/cases a_k = begin{cases} k & text{for $k le n/2$} n & text{for $k=n/2$} k-1 & text{otherwise} end{cases} multiline equations (aligned at &) begin{split}tan^2 x &= sin^2 x/cos^2 x &= 1/cos^2 x - 1 end{split} systems of equations left{begin{array}{l} ax+by=r_1 cx+dy=r_2 end{array}right.
  • 14. Company LOGO Arrows Command Symbols Latex syntax implication x^2=4 implies x=pm 2 if and only if x^2=4 iff x=pm 2 tends to xto+infty gets Agets B+C sizable single Axleftarrow{rm today}B
  • 15. Company LOGO Arrows Command Symbols Latex syntax horizontal arrows Bxrightarrow{rm tomorrow}C C xrightarrow [text{(except Fridays)}] {text{every day}} D sizable single vertical arrows left uparrow sum rightdownarrow ; Bigupdownarrow sizable double vertical arrows left Uparrow sum right Downarrow ; BigUpdownarrow
  • 16. Company LOGO Function names Symbols syntax Symbols syntax Symbols syntax arccos cot ln arcsin coth exp arctan csc gcd arg deg hom cos det inf cosh dim injlim
  • 17. Company LOGO Function names Symbols syntax Symbols syntax Symbols syntax varinjlim limsup projlim ker varlimsup varprojlim lg log sec lim max sin liminf min sinh varliminf Pr sup tan tanh
  • 18. Company LOGO Matrices Command Symbols Latex syntax matrix (square-bracketed) begin{bmatrix} lambda 1 & lambda & ddots & ddots & & 1 & lambda end{bmatrix}_{ntimes n} alternative delimiters begin{pmatrix}abcend {pmatrix}, begin{Bmatrix}abcend {Bmatrix}, begin{vmatrix}abcend {vmatrix}, begin{Vmatrix}abcend {Vmatrix}, begin{matrix}abcend{ matrix} inline matrices (begin{smallmatrix}1 && 2 3 && 4end{smallmatrix})
  • 19. Company LOGO Punctuation Command Symbols Latex syntax dots between commas x_1, x_2, dotsc, x_n dots between binary operations x_1 + x_2 + dotsb + x_n dots between integrals intdotsiint dots between multiplication signs x(x+1)dotsm(x+n) colon (meaning “such that” or when defining domains) fcolon mathbb{N}tomathbb{R} vertical and diagonal vdots quad ddots
  • 20. Company LOGO Fonts Command Symbols Latex syntax normal text x+frac{1}{x} ge 2 text{ for all $x>0$} bold text, upright textbf{I am Jack's bold text.} bold math, upright ABmathbf{CD}EF bold math, italic ABboldsymbol{C}boldsymbol{ D}EF poor ABpmb{C}pmb{D}EF calligraphic (uppercase Latin letters only) begin{array}{c} mathcal{ABCDEFGHIJKLM} mathcal{NOPQRTSUVWXYZ}e nd{array}
  • 21. Company LOGO Fonts Command Symbols Latex syntax blackboard bold (uppercase Latin letters only) begin{array}{c} mathbb{ABCDEFGHIJKLM} mathbb{NOPQRTSUVWXYZ}e nd{array} sans-serif font begin{array}{c} mathsf{ABCDEFGHIJKLM} mathsf{NOPQRTSUVWXYZ} mathsf{abcdefghijklm} mathsf{nopqrtsuvwxyz} mathsf{0123456789}end{array} typewriter begin{array}{c} mathtt{ABCDEFGHIJKLM} mathtt{NOPQRTSUVWXYZ} mathtt{abcdefghijklm} mathtt{nopqrtsuvwxyz} mathtt{0123456789}end{array}
  • 22. Company LOGO Spacing Command Symbols Latex syntax default (none) x y quad (width of ) xquad y double quad xqquad y virtual space Gamma_{ij}^{phantom{ij}k}
  • 23. Company LOGO Thank you Ahmed_fouad@ci.suez.edu.eg http://www.egyptscience.net