SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

lecture 30
lecture 30lecture 30
lecture 30
sajinsc
 
Robotics: Introduction to Kinematics
Robotics: Introduction to KinematicsRobotics: Introduction to Kinematics
Robotics: Introduction to Kinematics
Damian T. Gordon
 
Asymptotic notations
Asymptotic notationsAsymptotic notations
Asymptotic notations
Ehtisham Ali
 

Tendances (20)

lecture 30
lecture 30lecture 30
lecture 30
 
P, NP, NP-Complete, and NP-Hard
P, NP, NP-Complete, and NP-HardP, NP, NP-Complete, and NP-Hard
P, NP, NP-Complete, and NP-Hard
 
Inverse kinematics
Inverse kinematicsInverse kinematics
Inverse kinematics
 
NP Complete Problems
NP Complete ProblemsNP Complete Problems
NP Complete Problems
 
Robotics: Introduction to Kinematics
Robotics: Introduction to KinematicsRobotics: Introduction to Kinematics
Robotics: Introduction to Kinematics
 
Mealy moore machine model
Mealy moore machine modelMealy moore machine model
Mealy moore machine model
 
BEC 26 control-Systems_unit-I_pdf
BEC 26 control-Systems_unit-I_pdfBEC 26 control-Systems_unit-I_pdf
BEC 26 control-Systems_unit-I_pdf
 
A Star Search
A Star SearchA Star Search
A Star Search
 
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONSNUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
NUMERICAL METHODS MULTIPLE CHOICE QUESTIONS
 
11 kinematicsrobot
11 kinematicsrobot11 kinematicsrobot
11 kinematicsrobot
 
Simulated annealing
Simulated annealingSimulated annealing
Simulated annealing
 
unit-4-dynamic programming
unit-4-dynamic programmingunit-4-dynamic programming
unit-4-dynamic programming
 
Satisfiability
SatisfiabilitySatisfiability
Satisfiability
 
LR PARSE.pptx
LR PARSE.pptxLR PARSE.pptx
LR PARSE.pptx
 
Differential kinematics robotic
Differential kinematics  roboticDifferential kinematics  robotic
Differential kinematics robotic
 
Numerical methods
Numerical methodsNumerical methods
Numerical methods
 
Asymptotic notations
Asymptotic notationsAsymptotic notations
Asymptotic notations
 
Jacobian | velocity and static forces
Jacobian | velocity and static forcesJacobian | velocity and static forces
Jacobian | velocity and static forces
 
Shortest path algorithms
Shortest path algorithmsShortest path algorithms
Shortest path algorithms
 
Trajectory Planning Through Polynomial Equation
Trajectory Planning Through Polynomial EquationTrajectory Planning Through Polynomial Equation
Trajectory Planning Through Polynomial Equation
 

En vedette

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
 

En vedette (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...
 

Similaire à Latex symbols and commands

Os Fetterupdated
Os FetterupdatedOs Fetterupdated
Os Fetterupdated
oscon2007
 
[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é
 
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
 

Similaire à 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
 

Plus de 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
 

Dernier

The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
KarakKing
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

Dernier (20)

Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Salient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functionsSalient Features of India constitution especially power and functions
Salient Features of India constitution especially power and functions
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

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