SlideShare a Scribd company logo
TABLES IN LATEX
PRESENTING BY
RAJEEV RANJAN
19MSCCHS09
MSC MEDICINAL CHEMISTRY
CENTRAL UNIVERSITY OF PUNJAB
WHAT IS LATEX ??
 LaTeX is a high – quality typesting system it includes features designed for the
production of technical and scientific documentation.
TABLES
The tables are produced using environment begin {tabular}… end {tabular}.
HOW TO CREAT SIMPLE TABLE ?
Points to understand
1. A tabular environment for creating tables. begin {tabular}…
end{tabular}
2. L is used for left alignment, cis used for center alignment and r is used
for right alignment.
3. & is used for separating entries in row.
4.  is used for end of row.
5.  hline is used for drawing horizontal line.
6. | is used for drawing vertical line.
documentclass{article}
begin{document}
begin{center}
begin{tabular}{ | c | c | c | }
hline
cell1 & cell2 & cell3 
cell4 & cell5 & cell6 
cell7 & cell8 & cell9 
hline
end{tabular}
end{center}
end{document}
TABLES WITH FIXED LENGTH
 User must bring in the package array in the preamble of LATeX file with the
next command usepackage{array}
 The environment tabularx is similar to tabular but more flexible
 The aligning options are m for middle, p for top and b for bottom
documentclass{article}
begin{document}
begin{center}
begin{tabular}{ | p{5em} | p{1cm} | p{1cm} | }
hline
cell1 dummy text dummy text dummy text& cell2 & cell3 
hline
cell1 dummy text dummy text dummy text & cell5 & cell6

hline
cell7 & cell8 & cell9 
hline
end{tabular}
end{center}
end{document}
HOW TO COMBINE ROWS AND COLUMNS ?
 We use the command multicolumn{ } command to combine columns.
 In the { }, we specify the number of column to be combine
 To combine rows, the package multirow must be bring in with
usepackage{multirow}.
documentclass{article}
begin{document}
begin{center}
begin{tabular}
{ |p{5cm}||p{3cm}|p{3cm}|p{3cm}| }
hline
multicolumn{4}{|c|}{Country List}

hline
Country Name or Area Name& ISO
ALPHA 2 Code &ISO ALPHA 3 Code&ISO
numeric Code
hline
Afghanistan & AF &AFG&
004
Aland Islands& AX & ALA
&248
Albania &AL & ALB& 008
Algeria &DZ & DZA& 012
American Samoa& AS &
ASM&016
Andorra& AD & AND &020
Angola& AO & AGO&024
hline
end{tabular}
end{center}
end{document}
HOW TO COLOUR ALTERNATING ROWS ?
 Commonly to use two colors for alternating rows.
 It helps the user to make easier the readability
 using the package xcolor and the table parameter
 usepackage[table]{xcolor}
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{center}
setlength{arrayrulewidth}{1mm}
setlength{tabcolsep}{18pt}
renewcommand{arraystretch}{2.5}
begin{tabular}{ |p{3cm}|p{3cm}|p{3cm}| }
hline
multicolumn{3}{|c|}{Country List} 
hline
Country Name or Area Name & ISO ALPHA 2
Code & ISO ALPHA 3 
hline
rowcolor{green!60!}
Afghanistan & AF &AFG 
rowcolor{green!40!}
Aland Islands & AX & ALA 
rowcolor{green!60!}
Albania &AL & ALB 
rowcolor{green!40!}
Algeria &DZ & DZA 
rowcolor{green!60!}
American Samoa & AS & ASM 
rowcolor{green!40!}
Andorra & AD & AND 
rowcolor{green!60!}
Angola & AO & AGO 
hline
end{tabular}
end{center}
end{document}
HOW TO COLOUR A TABLE ?
All elements in a table can be customized by a user
For this we use the package xcolor
usepackage[table]{xcolor}
Colour of the lines: The command arrayrulecolor is used
for this.
Background colour of a cell: Use the command cellcolor.
Background colour of a row: In this case rowcolor will
accomplish
documentclass{article}
usepackage[table]{xcolor}
begin{document}
begin{center}
setlength{arrayrulewidth}{1mm}
arrayrulecolor{orange}
setlength{tabcolsep}{18pt}
renewcommand{arraystretch}{2.5}
begin{tabular}{ |p{3cm}|p{3cm}|p{3cm}| }
hline
rowcolor{gray!50!}
multicolumn{3}{|c|}{Country List} 
hline
cellcolor{blue!25!}
Country Name or Area Name& ISO ALPHA 2 Code &ISO
ALPHA 3 
hline
cellcolor{blue!25!}
Afghanistan & AF &AFG 
cellcolor{blue!25!}
Aland Islands & AX & ALA 
cellcolor{blue!25!}
Albania &AL & ALB 
cellcolor{blue!25!}
Algeria &DZ & DZA 
cellcolor{blue!25!}
American Samoa & AS & ASM 
cellcolor{blue!25!}
Andorra & AD &
cellcolor[HTML]{AA0044} AND

cellcolor{blue!25!}
Angola & AO & AGO 
hline
end{tabular}
end{center}end{document}
HOW TO INSERT CAPTIONS AND LABELS ?
documentclass{article}
begin{document} end{tabular}
begin{table}[h!] caption{Table to test captions and labels}
centering label{table:1}
begin{tabular}{||c c c c||} end{table}
hline end{document}
Col1 & Col2 & Col2 & Col3  [0.5ex]
hlinehline
1 & 6 & 87837 & 787 
2 & 7 & 78 & 5415 
3 & 545 & 778 & 7507 
4 & 545 & 18744 & 7560 
5 & 88 & 788 & 6344  [1ex]
hline
Rajeev ranjan

More Related Content

Similar to Rajeev ranjan

Latex Tuitorial
Latex TuitorialLatex Tuitorial
Latex Tuitorial
ankitsinghaniya
 
LaTeX Cheat Sheet
LaTeX Cheat SheetLaTeX Cheat Sheet
LaTeX Cheat Sheet
Hirwanto Iwan
 
Latex_Tutorial.pdf
Latex_Tutorial.pdfLatex_Tutorial.pdf
Latex_Tutorial.pdf
ContactAt1
 
Collecting Code LaTeX 2013
Collecting Code LaTeX 2013 Collecting Code LaTeX 2013
Collecting Code LaTeX 2013 Hirwanto Iwan
 
Advanced latex
Advanced latexAdvanced latex
Advanced latex
awverret
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
nabati
 
Brief instruction on backprop
Brief instruction on backpropBrief instruction on backprop
Brief instruction on backprop
YasutoTamura1
 
CSS Grid Layout
CSS Grid LayoutCSS Grid Layout
CSS Grid Layout
Rachel Andrew
 
La tex basics
La tex basicsLa tex basics
La tex basics
awverret
 
Latex Tutorial
Latex TutorialLatex Tutorial
Latex Tutorial
Mamoon R Malik
 
Lecture 3 Perl & FreeBSD administration
Lecture 3 Perl & FreeBSD administrationLecture 3 Perl & FreeBSD administration
Lecture 3 Perl & FreeBSD administrationMohammed Farrag
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
ssuser9e8fa4
 
Perl Presentation
Perl PresentationPerl Presentation
Perl Presentation
Sopan Shewale
 
Latex hafida-benhidour-19-12-2016
Latex hafida-benhidour-19-12-2016Latex hafida-benhidour-19-12-2016
Latex hafida-benhidour-19-12-2016
مركز البحوث الأقسام العلمية
 
Fear and loathing with APL (oredev)
Fear and loathing with APL (oredev)Fear and loathing with APL (oredev)
Fear and loathing with APL (oredev)
Yan Cui
 
You Can Print Music with LilyPond
You Can Print Music with LilyPondYou Can Print Music with LilyPond
You Can Print Music with LilyPond
John David Duncan
 
La tex symbols
La tex symbolsLa tex symbols
La tex symbols
Partha Mondal
 
Pandas csv
Pandas csvPandas csv
Pandas csv
Devashish Kumar
 

Similar to Rajeev ranjan (20)

Latex Tuitorial
Latex TuitorialLatex Tuitorial
Latex Tuitorial
 
LaTeX Cheat Sheet
LaTeX Cheat Sheet LaTeX Cheat Sheet
LaTeX Cheat Sheet
 
LaTeX Cheat Sheet
LaTeX Cheat SheetLaTeX Cheat Sheet
LaTeX Cheat Sheet
 
Latex_Tutorial.pdf
Latex_Tutorial.pdfLatex_Tutorial.pdf
Latex_Tutorial.pdf
 
Collecting Code LaTeX 2013
Collecting Code LaTeX 2013 Collecting Code LaTeX 2013
Collecting Code LaTeX 2013
 
Advanced latex
Advanced latexAdvanced latex
Advanced latex
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
 
Brief instruction on backprop
Brief instruction on backpropBrief instruction on backprop
Brief instruction on backprop
 
CSS Grid Layout
CSS Grid LayoutCSS Grid Layout
CSS Grid Layout
 
La tex basics
La tex basicsLa tex basics
La tex basics
 
Latex Tutorial
Latex TutorialLatex Tutorial
Latex Tutorial
 
Lecture 3 Perl & FreeBSD administration
Lecture 3 Perl & FreeBSD administrationLecture 3 Perl & FreeBSD administration
Lecture 3 Perl & FreeBSD administration
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
 
Perl Presentation
Perl PresentationPerl Presentation
Perl Presentation
 
Latex hafida-benhidour-19-12-2016
Latex hafida-benhidour-19-12-2016Latex hafida-benhidour-19-12-2016
Latex hafida-benhidour-19-12-2016
 
Fear and loathing with APL (oredev)
Fear and loathing with APL (oredev)Fear and loathing with APL (oredev)
Fear and loathing with APL (oredev)
 
You Can Print Music with LilyPond
You Can Print Music with LilyPondYou Can Print Music with LilyPond
You Can Print Music with LilyPond
 
Symbols
SymbolsSymbols
Symbols
 
La tex symbols
La tex symbolsLa tex symbols
La tex symbols
 
Pandas csv
Pandas csvPandas csv
Pandas csv
 

Recently uploaded

Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
Access Innovations, Inc.
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
khadija278284
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
eCommerce Institute
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
IP ServerOne
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Access Innovations, Inc.
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
Vladimir Samoylov
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
Howard Spence
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
Sebastiano Panichella
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
faizulhassanfaiz1670
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Orkestra
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Matjaž Lipuš
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
OWASP Beja
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Sebastiano Panichella
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
OECD Directorate for Financial and Enterprise Affairs
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
Faculty of Medicine And Health Sciences
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Sebastiano Panichella
 

Recently uploaded (16)

Eureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 PresentationEureka, I found it! - Special Libraries Association 2021 Presentation
Eureka, I found it! - Special Libraries Association 2021 Presentation
 
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdfBonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
Bonzo subscription_hjjjjjjjj5hhhhhhh_2024.pdf
 
María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024María Carolina Martínez - eCommerce Day Colombia 2024
María Carolina Martínez - eCommerce Day Colombia 2024
 
Acorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutesAcorn Recovery: Restore IT infra within minutes
Acorn Recovery: Restore IT infra within minutes
 
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdfSupercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
Supercharge your AI - SSP Industry Breakout Session 2024-v2_1.pdf
 
Getting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control TowerGetting started with Amazon Bedrock Studio and Control Tower
Getting started with Amazon Bedrock Studio and Control Tower
 
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptxsomanykidsbutsofewfathers-140705000023-phpapp02.pptx
somanykidsbutsofewfathers-140705000023-phpapp02.pptx
 
International Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software TestingInternational Workshop on Artificial Intelligence in Software Testing
International Workshop on Artificial Intelligence in Software Testing
 
Media as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern EraMedia as a Mind Controlling Strategy In Old and Modern Era
Media as a Mind Controlling Strategy In Old and Modern Era
 
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
Sharpen existing tools or get a new toolbox? Contemporary cluster initiatives...
 
Bitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXOBitcoin Lightning wallet and tic-tac-toe game XOXO
Bitcoin Lightning wallet and tic-tac-toe game XOXO
 
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
0x01 - Newton's Third Law:  Static vs. Dynamic Abusers0x01 - Newton's Third Law:  Static vs. Dynamic Abusers
0x01 - Newton's Third Law: Static vs. Dynamic Abusers
 
Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...Announcement of 18th IEEE International Conference on Software Testing, Verif...
Announcement of 18th IEEE International Conference on Software Testing, Verif...
 
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
Competition and Regulation in Professional Services – KLEINER – June 2024 OEC...
 
Obesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditionsObesity causes and management and associated medical conditions
Obesity causes and management and associated medical conditions
 
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...Doctoral Symposium at the 17th IEEE International Conference on Software Test...
Doctoral Symposium at the 17th IEEE International Conference on Software Test...
 

Rajeev ranjan