SlideShare a Scribd company logo
1 of 23
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

Word embeddings
Word embeddingsWord embeddings
Word embeddingsShruti kar
 
Group theory notes
Group theory notesGroup theory notes
Group theory notesmkumaresan
 
Word Embeddings - Introduction
Word Embeddings - IntroductionWord Embeddings - Introduction
Word Embeddings - IntroductionChristian Perone
 
3 bessel's functions
3 bessel's functions3 bessel's functions
3 bessel's functionsMayank Maruka
 
Divergence theorem
Divergence theoremDivergence theorem
Divergence theoremFFMdeMul
 
LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word UsersGuy K. Kloss
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph TheoryYosuke Mizutani
 
Advanced latex
Advanced latexAdvanced latex
Advanced latexawverret
 
TOPOLOGY and TYPES OF TOPOLOGY PowerPoint
TOPOLOGY and TYPES OF TOPOLOGY PowerPointTOPOLOGY and TYPES OF TOPOLOGY PowerPoint
TOPOLOGY and TYPES OF TOPOLOGY PowerPointAqsaAhmed26
 
A study on connectivity in graph theory june 18 pdf
A study on connectivity in graph theory  june 18 pdfA study on connectivity in graph theory  june 18 pdf
A study on connectivity in graph theory june 18 pdfaswathymaths
 
Natural language processing (Python)
Natural language processing (Python)Natural language processing (Python)
Natural language processing (Python)Sumit Raj
 
Academic writing in LaTeX
Academic writing in LaTeX Academic writing in LaTeX
Academic writing in LaTeX Daniele Di Mitri
 

What's hot (20)

Word embeddings
Word embeddingsWord embeddings
Word embeddings
 
Algebraic Structure
Algebraic StructureAlgebraic Structure
Algebraic Structure
 
2_1 Edit Distance.pptx
2_1 Edit Distance.pptx2_1 Edit Distance.pptx
2_1 Edit Distance.pptx
 
Group theory notes
Group theory notesGroup theory notes
Group theory notes
 
Word Embeddings - Introduction
Word Embeddings - IntroductionWord Embeddings - Introduction
Word Embeddings - Introduction
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
3 bessel's functions
3 bessel's functions3 bessel's functions
3 bessel's functions
 
Introduction to Latex
Introduction to LatexIntroduction to Latex
Introduction to Latex
 
Wordnet
WordnetWordnet
Wordnet
 
Divergence theorem
Divergence theoremDivergence theorem
Divergence theorem
 
LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word Users
 
Orthogonal Projection
Orthogonal ProjectionOrthogonal Projection
Orthogonal Projection
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
Integration by parts
Integration by partsIntegration by parts
Integration by parts
 
Advanced latex
Advanced latexAdvanced latex
Advanced latex
 
Group Theory
Group TheoryGroup Theory
Group Theory
 
TOPOLOGY and TYPES OF TOPOLOGY PowerPoint
TOPOLOGY and TYPES OF TOPOLOGY PowerPointTOPOLOGY and TYPES OF TOPOLOGY PowerPoint
TOPOLOGY and TYPES OF TOPOLOGY PowerPoint
 
A study on connectivity in graph theory june 18 pdf
A study on connectivity in graph theory  june 18 pdfA study on connectivity in graph theory  june 18 pdf
A study on connectivity in graph theory june 18 pdf
 
Natural language processing (Python)
Natural language processing (Python)Natural language processing (Python)
Natural language processing (Python)
 
Academic writing in LaTeX
Academic writing in LaTeX Academic writing in LaTeX
Academic writing in LaTeX
 

Viewers also liked

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 algorithmAhmed Fouad Ali
 
Artificial fish swarm optimization
Artificial fish swarm optimizationArtificial fish swarm optimization
Artificial fish swarm optimizationAhmed Fouad Ali
 
Gravitational search algorithm
Gravitational search algorithmGravitational search algorithm
Gravitational search algorithmAhmed 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 setAboul Ella Hassanien
 
Linear vs. quadratic classifier power point
Linear vs. quadratic classifier power pointLinear vs. quadratic classifier power point
Linear vs. quadratic classifier power pointAlaa 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 OptimizationAboul Ella Hassanien
 
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 Machinesbutest
 
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 optimizationAboul 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 - Usertextfrankieroberto
 
Out with Regex, In with Tokens
Out with Regex, In with TokensOut with Regex, In with Tokens
Out with Regex, In with Tokensscoates
 
Os Fetterupdated
Os FetterupdatedOs Fetterupdated
Os Fetterupdatedoscon2007
 
Functional Concepts for OOP Developers
Functional Concepts for OOP DevelopersFunctional Concepts for OOP Developers
Functional Concepts for OOP Developersbrweber2
 
Regular expressions and php
Regular expressions and phpRegular expressions and php
Regular expressions and phpDavid Stockton
 
New features in abap
New features in abapNew features in abap
New features in abapSrihari J
 
Tales About Scala Performance
Tales About Scala PerformanceTales About Scala Performance
Tales About Scala PerformanceHaim 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é
 
Degrafa Beta 3 - 360|MAX
Degrafa Beta 3 - 360|MAXDegrafa Beta 3 - 360|MAX
Degrafa Beta 3 - 360|MAXJuan Sanchez
 
Regular Expressions: JavaScript And Beyond
Regular Expressions: JavaScript And BeyondRegular Expressions: JavaScript And Beyond
Regular Expressions: JavaScript And BeyondMax Shirshin
 
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
 
Relaxing With CouchDB
Relaxing With CouchDBRelaxing With CouchDB
Relaxing With CouchDBleinweber
 
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 18cChris 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 golliniDataFest Tbilisi
 

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
 
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
 
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...
 
Relaxing With CouchDB
Relaxing With CouchDBRelaxing With CouchDB
Relaxing With CouchDB
 
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
 
La tex symbols
La tex symbolsLa tex symbols
La tex symbols
 
Symbols
SymbolsSymbols
Symbols
 

More from Ahmed Fouad Ali

Manta Ray Optimization.pptx
Manta Ray Optimization.pptxManta Ray Optimization.pptx
Manta Ray Optimization.pptxAhmed Fouad Ali
 
Harris hawks optimization
Harris hawks optimizationHarris hawks optimization
Harris hawks optimizationAhmed Fouad Ali
 
Sunflower optimization algorithm
Sunflower optimization algorithmSunflower optimization algorithm
Sunflower optimization algorithmAhmed Fouad Ali
 
Butterfly optimization algorithm
Butterfly optimization algorithmButterfly optimization algorithm
Butterfly optimization algorithmAhmed Fouad Ali
 
Grasshopper optimization algorithm
Grasshopper optimization algorithmGrasshopper optimization algorithm
Grasshopper optimization algorithmAhmed Fouad Ali
 
Spider Monkey Optimization Algorithm
Spider Monkey Optimization AlgorithmSpider Monkey Optimization Algorithm
Spider Monkey Optimization AlgorithmAhmed Fouad Ali
 
Backtraking optimziation algorithm
Backtraking optimziation algorithmBacktraking optimziation algorithm
Backtraking optimziation algorithmAhmed Fouad Ali
 
Social spider optimization
Social spider optimizationSocial spider optimization
Social spider optimizationAhmed Fouad Ali
 
Harmony search algorithm
Harmony search algorithmHarmony search algorithm
Harmony search algorithmAhmed Fouad Ali
 
Artificial Bee Colony algorithm
Artificial Bee Colony algorithmArtificial Bee Colony algorithm
Artificial Bee Colony algorithmAhmed Fouad Ali
 
Variable neighborhood search
Variable neighborhood searchVariable neighborhood search
Variable neighborhood searchAhmed 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

Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxruthvilladarez
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfPatidar M
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 

Recently uploaded (20)

Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
TEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docxTEACHER REFLECTION FORM (NEW SET........).docx
TEACHER REFLECTION FORM (NEW SET........).docx
 
Active Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdfActive Learning Strategies (in short ALS).pdf
Active Learning Strategies (in short ALS).pdf
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptxINCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
INCLUSIVE EDUCATION PRACTICES FOR TEACHERS AND TRAINERS.pptx
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 

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