SlideShare a Scribd company logo
1 of 50
Presented by :
Rajesh Kumar
Sahu
reg no. 0911017031
What is LaTex
• LaTeX pronounced as “tech”
• not like latex gloves!
• LaTeX is a document preparation system for producing
professional-looking documents, it is not a word processor.
Introduction
• TeX is essentially a Markup Language (like
HTML, XML and RTF)
• TeX written by Donald Knuth in 70´s
– A revolution in typesetting
• Latex is an extension of TeX
– Macro packages to make TeX easier to use
Latex vs. Word Processors
• High typeset quality
• Easy to include math formulas
• Source file format is not bounded to a particular
OS or platform
• Latex implementations exists for all platforms
(DOS, Windows, Unices,..)
• Latex is free
Latex vs. Word Processors
• De facto standard for scientific publishing
• Very few bugs
• Good for large documents
• Can run even on 386 PC
• Not very easy to learn
Getting Started
– Windows
• TeXnicCenter
• proTeXt
– Linux
• TeXLive
– Mac
• LyX & MacTeX
Macro
package
How LaTeX works?
• TeX is a typesetter
– You write and TeX will place it on the page
Input
file
Tex
Output
driver
Output
file
LaTex
Output Formats
• .dvi Device Independent
• .ps Post Script
• .pdf PDF
• .rtf Rich Text Format
• .html HTML
• .xml XML
How to Install ProText on Windows
A Simple LaTeX Document
documentclass{article}
begin{document}
This is some sample text.
end{document}
A Simple LaTeX Document
documentclass{article}
begin{document}
This is some sample text.
end{document}
This is some sample text.
Parts of a LaTeX Document
• First line of all LaTeX documents
• Specifies the type of the document
documentclass
{article}
{report}
{book}
{letter}
Basic Classes
Parts of a LaTeX Document
Start with begin{. . .}
End with end{. . .}
begin{document}
begin{equation}
…
end{equation}
end{document}
Parts of a LaTeX Document
• Everything between documentclass and
begin{document}
• Use for customizing the formatting
Body of Text
• Start with begin{document}
• End with end{document}
• Typesetting Text
–  or newline and newpage
– Bold textbf{ITER} or bf
– Italics emph{…………} or textit{………} or it
– Underline underline{…………}
Various Commands in LaTex
date{today}
date{27 feb 2013}
title{SOA University}
maketitle
usepackage{color}
textcolor{color_name}{text}
{tiny text}
{small text}
{large text}
{huge text}
Various Commands in LaTex Contd…
%
tableofcontents
pagenumbering{roman}
pagenumbering{arabic}
Lists
• Example
documentclass{article}
begin{itemize}
item Apple
item Orange
end{itemize}
Lists
• Example
documentclass{article}
begin{itemize}
item Apple
item Orange
end{itemize}
• Apple
• Orange
Sections
section{S’O’A University}
subsection{ITER}
subsubsection{CS&IT Department}
Reserved character in LaTex
Following are Reserved character :-
 #
 $
 %
 ^
 &
 *
 {
 }
 ~

Reserved character in LaTex
Following are Resrved character :-
 #
 $
 %
 ^
 &
 *
 {
 }
 ~
 
textbackslash
Alignment
• Environments center, flushleft, flushright
• Example
begin{flushright}
Right aligned
end{flushright}
Alignment
• Environments center, flushleft, flushright
• Example
begin{flushright}
Right aligned
end{flushright}
Right aligned
Example of table
documentclass{article}
begin{tabular} {| l | r | c |} hline
Date & Price & Size  hline
Yesterday & 5 & big  hline
Today & 3 & small  hline
end{tabular}
Example of table
documentclass{article}
begin{tabular}{| l | r | c |} hline
Date & Price & Size  hline
Yesterday & 5 & big  hline
Today & 3 & small  hline
end{tabular}
Date Price Size
Yesterday 5 Big
Today 3 Small
Figures in LaTex
•Image should be in these files:-
PNG
JPEG
GIF
PDF
Figure format
documentclass{article}
usepackage{graphicx}
begin{figure}[h]
centering
includegraphics[width=1textwidth]{image name}
caption{Here is my image}
label{image-myimage}
end{figure}
Mathematics command
$$  for Mathematics Symbols
^  used for Power
_  used for Indices
frac{nmuerator}{denomenator}  used for Fraction
sqrt{---}  for Square root
sum  for Summation
int  for integration
$Delta$ =∆
$Pi$ = ∏
$Sigma$ = ∑
$Omega$ = Ω
Mathematics in LaTex
documentclass{article}
begin{document}
$$sqrt{y^2}$$
begin{eqnarray}
23
a & = & b + c 
& = & y - z
end{eqnarray}
$$sum_{x=1}^5 y^z$$
end{document}
Mathematics in LaTex
documentclass{article}
begin{document}
$$sqrt{y^2}$$
begin{eqnarray}
23
a & = & b + c 
& = & y - z
end{eqnarray}
$$sum_{x=1}^5 y^z$$
end{document}
Mathematics in LaTex
documentclass{article}
begin{document}
$$sqrt{y^2}$$
begin{eqnarray}
23
a & = & b + c 
& = & y - z
end{eqnarray}
$$sum_{x=1}^5 y^z$$
end{document}
Mathematics in LaTex
documentclass{article}
begin{document}
$$sqrt{y^2}$$
begin{eqnarray}
23
a & = & b + c 
& = & y - z
end{eqnarray}
$$sum_{x=1}^5 y^z$$
end{document}
Advantages of LaTeX
• Professional typesetting
– Best output
• It is the standard for scientific documents
• Processing Mathematical (& other) symbols
• Meaning based structuring (rather than appearance)
• Knowledgeable and helpful user group
• Its FREE!
• Platform independent
Disadvantages of using LaTeX
• “Hard to write disorganized documents”
• Learning Curve
• Customizing is tedious.
Conclusions
• Latex is optimal for master and phd thesis
• Mathematical formulae are easy.
• Consider converting Postscript files to PDF (more
widespread in Windows world) and to conserve
space.
Bibliography
[1] http://www.wag.caltech.edu/home/rpm/presentations/2002-02-Latex-
Slides/latex_talk.pdf
[2] Introduction to Latex www.iu.hio.no/~frodes/rm/ppt/latex.ppt
[3] LaTeX -Wikipedia, the free encyclopedia
en.wikipedia.org/wiki/LaTeX
[4] LaTeX – A document preparation system www.latex-project.org/

More Related Content

What's hot

What's hot (20)

Technical writing using LaTeX
Technical writing using LaTeXTechnical writing using LaTeX
Technical writing using LaTeX
 
documents writing with LATEX
documents writing with LATEXdocuments writing with LATEX
documents writing with LATEX
 
LaTeX Tutorial
LaTeX TutorialLaTeX Tutorial
LaTeX Tutorial
 
The LaTeX Workshop: Document design in LaTeX: Invocation
The LaTeX Workshop: Document design in LaTeX: InvocationThe LaTeX Workshop: Document design in LaTeX: Invocation
The LaTeX Workshop: Document design in LaTeX: Invocation
 
LaTeX Survival Guide
LaTeX Survival Guide LaTeX Survival Guide
LaTeX Survival Guide
 
Latex intro
Latex introLatex intro
Latex intro
 
Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
 
Latex for beginner
Latex for beginnerLatex for beginner
Latex for beginner
 
LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word Users
 
LaTeX로 문서 작성하자
LaTeX로 문서 작성하자LaTeX로 문서 작성하자
LaTeX로 문서 작성하자
 
Introduction to Latex
Introduction to Latex Introduction to Latex
Introduction to Latex
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
Training basic latex
Training basic latexTraining basic latex
Training basic latex
 
LaTeX Basics
LaTeX BasicsLaTeX Basics
LaTeX Basics
 
LaTeX Part 1
LaTeX Part 1LaTeX Part 1
LaTeX Part 1
 
Latex workshop
Latex workshopLatex workshop
Latex workshop
 
Tutorial on LATEX: A Computer Program for Typesetting Documents
Tutorial on LATEX: A Computer Program for Typesetting DocumentsTutorial on LATEX: A Computer Program for Typesetting Documents
Tutorial on LATEX: A Computer Program for Typesetting Documents
 
Editing documents with LaTeX
Editing documents with LaTeXEditing documents with LaTeX
Editing documents with LaTeX
 
Head first latex
Head first latexHead first latex
Head first latex
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
 

Viewers also liked

Ann chapter-3-single layerperceptron20021031
Ann chapter-3-single layerperceptron20021031Ann chapter-3-single layerperceptron20021031
Ann chapter-3-single layerperceptron20021031
frdos
 
Support Vector Machine
Support Vector MachineSupport Vector Machine
Support Vector Machine
Putri Wikie
 
Word Processing Powerpoint
Word Processing PowerpointWord Processing Powerpoint
Word Processing Powerpoint
thomsonc4000
 
Introduction to word processing
Introduction to word processingIntroduction to word processing
Introduction to word processing
Nerissa Tan
 
Support vector machine
Support vector machineSupport vector machine
Support vector machine
Musa Hawamdah
 
Word Processing Presentation
Word Processing PresentationWord Processing Presentation
Word Processing Presentation
thomasl2000
 

Viewers also liked (20)

MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSALMIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
 
Space-time data workshop at IfGI
Space-time data workshop at IfGISpace-time data workshop at IfGI
Space-time data workshop at IfGI
 
Latex crash course
Latex crash courseLatex crash course
Latex crash course
 
Ann chapter-3-single layerperceptron20021031
Ann chapter-3-single layerperceptron20021031Ann chapter-3-single layerperceptron20021031
Ann chapter-3-single layerperceptron20021031
 
IIT Certificate
IIT CertificateIIT Certificate
IIT Certificate
 
R in latex
R in latexR in latex
R in latex
 
Support Vector Machine
Support Vector MachineSupport Vector Machine
Support Vector Machine
 
Integrating R, knitr, and LaTeX via RStudio
Integrating R, knitr, and LaTeX via RStudioIntegrating R, knitr, and LaTeX via RStudio
Integrating R, knitr, and LaTeX via RStudio
 
Microsoft power point 2010 publish
Microsoft power point 2010 publishMicrosoft power point 2010 publish
Microsoft power point 2010 publish
 
Backpropagation algo
Backpropagation  algoBackpropagation  algo
Backpropagation algo
 
Latex Certificate
Latex CertificateLatex Certificate
Latex Certificate
 
how to learn power point 2010
how to learn power point 2010how to learn power point 2010
how to learn power point 2010
 
Word Processing Powerpoint
Word Processing PowerpointWord Processing Powerpoint
Word Processing Powerpoint
 
Lecture 9 Perceptron
Lecture 9 PerceptronLecture 9 Perceptron
Lecture 9 Perceptron
 
Back propagation network
Back propagation networkBack propagation network
Back propagation network
 
Perceptron (neural network)
Perceptron (neural network)Perceptron (neural network)
Perceptron (neural network)
 
Introduction to word processing
Introduction to word processingIntroduction to word processing
Introduction to word processing
 
Support vector machine
Support vector machineSupport vector machine
Support vector machine
 
Word Processing Presentation
Word Processing PresentationWord Processing Presentation
Word Processing Presentation
 
Word Processing Ppt
Word Processing PptWord Processing Ppt
Word Processing Ppt
 

Similar to Latex ppt copy

Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
rajinooka
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
TaraLeander
 
Introduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptIntroduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).ppt
Amit Bairwa
 

Similar to Latex ppt copy (20)

latex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Techlatex document for IT workshop Lab . B.Tech
latex document for IT workshop Lab . B.Tech
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
 
Latex Tutorial by Dr. M. C. Hanumantharaju
Latex Tutorial by Dr. M. C. HanumantharajuLatex Tutorial by Dr. M. C. Hanumantharaju
Latex Tutorial by Dr. M. C. Hanumantharaju
 
Latex Tutorial
Latex TutorialLatex Tutorial
Latex Tutorial
 
latex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshahlatex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshah
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
 
Keeping Up! with LaTeX
Keeping Up! with LaTeXKeeping Up! with LaTeX
Keeping Up! with LaTeX
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX:for begi nners to
Introduction  to LaTeX:for begi nners toIntroduction  to LaTeX:for begi nners to
Introduction to LaTeX:for begi nners to
 
LaTeX for Engineer.ppt
LaTeX for Engineer.pptLaTeX for Engineer.ppt
LaTeX for Engineer.ppt
 
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
Introduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).pptIntroduction to LaTeX - Dumitrescu (1).ppt
Introduction to LaTeX - Dumitrescu (1).ppt
 
Inroduction to Latex
Inroduction to LatexInroduction to Latex
Inroduction to Latex
 
La tex basics
La tex basicsLa tex basics
La tex basics
 
LATEX.ppt
LATEX.pptLATEX.ppt
LATEX.ppt
 
Latex - now it is easy!
Latex - now it is easy!Latex - now it is easy!
Latex - now it is easy!
 

Latex ppt copy