SlideShare a Scribd company logo
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
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
Latex ppt   copy
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

PPTX
Introduction Latex
tran dinh
 
PDF
Research 101 - Paper Writing with LaTeX
Jia-Bin Huang
 
PDF
Introduction to Latex
Mohamed Alrshah
 
PDF
Latex workshop: Essentials and Practices
Mohamed Alrshah
 
PDF
Introduction to LaTeX - Workshop Day 1
Suddhasheel GHOSH, PhD
 
PDF
Introduction to LaTeX
sahirbhatnagar
 
PPTX
LaTeX for B.Sc. Mathematics,an introduction
jayakumarc9
 
Introduction Latex
tran dinh
 
Research 101 - Paper Writing with LaTeX
Jia-Bin Huang
 
Introduction to Latex
Mohamed Alrshah
 
Latex workshop: Essentials and Practices
Mohamed Alrshah
 
Introduction to LaTeX - Workshop Day 1
Suddhasheel GHOSH, PhD
 
Introduction to LaTeX
sahirbhatnagar
 
LaTeX for B.Sc. Mathematics,an introduction
jayakumarc9
 

What's hot (20)

PDF
Technical writing using LaTeX
Partha Sarathi Chakraborty
 
PPT
documents writing with LATEX
Anusha Vajrapu
 
PDF
LaTeX Tutorial
Tai Lun Tseng
 
PDF
The LaTeX Workshop: Document design in LaTeX: Invocation
Suddhasheel GHOSH, PhD
 
PDF
LaTeX Survival Guide
Dylan Seychell
 
PPT
Latex intro
NEERAJ BAGHEL
 
PPT
Introduction to latex by Rouhollah Nabati
nabati
 
PPTX
Latex for beginner
mahindrupali
 
PDF
LaTeX Introduction for Word Users
Guy K. Kloss
 
PDF
LaTeX로 문서 작성하자
Kangjun Heo
 
PDF
Introduction to Latex
Tareq Salaheldeen
 
PDF
Introduction to LaTeX
satish_annigeri
 
PDF
Training basic latex
University of Technology
 
PDF
LaTeX Basics
Kristen Sauby
 
PDF
LaTeX Part 1
awv7t
 
PPTX
Latex workshop
Aisha Abdullahi
 
PDF
Tutorial on LATEX: A Computer Program for Typesetting Documents
Dr. Mehar Chand
 
PDF
Editing documents with LaTeX
Laura M. Castro
 
PDF
Head first latex
Chung-Hsiang Ofa Hsueh
 
PPTX
LaTex tutorial with Texstudio
Hossein Babashah
 
Technical writing using LaTeX
Partha Sarathi Chakraborty
 
documents writing with LATEX
Anusha Vajrapu
 
LaTeX Tutorial
Tai Lun Tseng
 
The LaTeX Workshop: Document design in LaTeX: Invocation
Suddhasheel GHOSH, PhD
 
LaTeX Survival Guide
Dylan Seychell
 
Latex intro
NEERAJ BAGHEL
 
Introduction to latex by Rouhollah Nabati
nabati
 
Latex for beginner
mahindrupali
 
LaTeX Introduction for Word Users
Guy K. Kloss
 
LaTeX로 문서 작성하자
Kangjun Heo
 
Introduction to Latex
Tareq Salaheldeen
 
Introduction to LaTeX
satish_annigeri
 
Training basic latex
University of Technology
 
LaTeX Basics
Kristen Sauby
 
LaTeX Part 1
awv7t
 
Latex workshop
Aisha Abdullahi
 
Tutorial on LATEX: A Computer Program for Typesetting Documents
Dr. Mehar Chand
 
Editing documents with LaTeX
Laura M. Castro
 
Head first latex
Chung-Hsiang Ofa Hsueh
 
LaTex tutorial with Texstudio
Hossein Babashah
 
Ad

Viewers also liked (20)

PPTX
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
Rishabh Bansal
 
PDF
Space-time data workshop at IfGI
Tomislav Hengl
 
PDF
Latex crash course
Tomislav Hengl
 
PDF
Ann chapter-3-single layerperceptron20021031
frdos
 
PDF
IIT Certificate
Harsh Shrivastav
 
PDF
R in latex
Julyan Arbel
 
PDF
Support Vector Machine
Putri Wikie
 
PDF
Integrating R, knitr, and LaTeX via RStudio
Aaron Baggett
 
PPTX
Microsoft power point 2010 publish
Razif Rahman
 
PPTX
Backpropagation algo
noT yeT woRkiNg !! iM stiLl stUdYinG !!
 
PDF
Latex Certificate
Rakesh Jana
 
PPTX
how to learn power point 2010
Lahirudulajrox
 
PPT
Word Processing Powerpoint
thomsonc4000
 
PDF
Lecture 9 Perceptron
Marina Santini
 
PPTX
Back propagation network
HIRA Zaidi
 
PPSX
Perceptron (neural network)
EdutechLearners
 
PPTX
Introduction to word processing
Nerissa Tan
 
PPTX
Support vector machine
Musa Hawamdah
 
PPT
Word Processing Presentation
thomasl2000
 
PPT
Word Processing Ppt
Scott Sutherland
 
MIRCROSOFT EXCEL- brief and useful for beginners by RISHABH BANSAL
Rishabh Bansal
 
Space-time data workshop at IfGI
Tomislav Hengl
 
Latex crash course
Tomislav Hengl
 
Ann chapter-3-single layerperceptron20021031
frdos
 
IIT Certificate
Harsh Shrivastav
 
R in latex
Julyan Arbel
 
Support Vector Machine
Putri Wikie
 
Integrating R, knitr, and LaTeX via RStudio
Aaron Baggett
 
Microsoft power point 2010 publish
Razif Rahman
 
Latex Certificate
Rakesh Jana
 
how to learn power point 2010
Lahirudulajrox
 
Word Processing Powerpoint
thomsonc4000
 
Lecture 9 Perceptron
Marina Santini
 
Back propagation network
HIRA Zaidi
 
Perceptron (neural network)
EdutechLearners
 
Introduction to word processing
Nerissa Tan
 
Support vector machine
Musa Hawamdah
 
Word Processing Presentation
thomasl2000
 
Word Processing Ppt
Scott Sutherland
 
Ad

Similar to Latex ppt copy (20)

PPTX
TECHNICAL WRITING USING LATEX POWER POIN
saykrishna
 
PPT
latex document for IT workshop Lab . B.Tech
Sandhya Gandham
 
PDF
Latex Introduction for Beginners
ssuser9e8fa4
 
PPT
LaTeX_tutorial_Syed_Jan09.ppt
Michalis33
 
PDF
Latex Tutorial by Dr. M. C. Hanumantharaju
BMS Institute of Technology and Management
 
PPTX
Basic structure of a LaTeX 2e with examples
Gayathri M
 
PPT
latex document how it is preapred, guide
RightSide3
 
PDF
Latex Tutorial
Mamoon R Malik
 
PPTX
latex-workshop Dr: Mohamed A. Alrshah
Abdulazim N.Elaati
 
PPT
Latex for beginners
Kaushik Naik
 
PDF
Keeping Up! with LaTeX
Universidad de los Andes
 
PPT
Introduction to LaTeX some content related to LATEX
ajishekraj1
 
PPT
Introduction to LaTeX - Dumitrescu.ppt
rajinooka
 
PPT
Introduction to LaTeX - Dumitrescu.ppt
TaraLeander
 
PPT
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
akuysal1
 
PPT
LaTeX for Engineer.ppt
sudhirsingh144243
 
PPT
Introduction to LaTeX - Dumitrescu.ppt
GhufranKhan42
 
PPT
Introduction to LaTeX - Dumitrescu (1).ppt
Amit Bairwa
 
PPT
Introduction to LaTeX:for begi nners to
PoojaAnupGarg
 
PPT
Introduction to LaTeX - Dumitrescu.ppt
anandmaheshwari15
 
TECHNICAL WRITING USING LATEX POWER POIN
saykrishna
 
latex document for IT workshop Lab . B.Tech
Sandhya Gandham
 
Latex Introduction for Beginners
ssuser9e8fa4
 
LaTeX_tutorial_Syed_Jan09.ppt
Michalis33
 
Latex Tutorial by Dr. M. C. Hanumantharaju
BMS Institute of Technology and Management
 
Basic structure of a LaTeX 2e with examples
Gayathri M
 
latex document how it is preapred, guide
RightSide3
 
Latex Tutorial
Mamoon R Malik
 
latex-workshop Dr: Mohamed A. Alrshah
Abdulazim N.Elaati
 
Latex for beginners
Kaushik Naik
 
Keeping Up! with LaTeX
Universidad de los Andes
 
Introduction to LaTeX some content related to LATEX
ajishekraj1
 
Introduction to LaTeX - Dumitrescu.ppt
rajinooka
 
Introduction to LaTeX - Dumitrescu.ppt
TaraLeander
 
Introduction to LaTeX - Dumitrescu.ppt - It is a slide on the internet explai...
akuysal1
 
LaTeX for Engineer.ppt
sudhirsingh144243
 
Introduction to LaTeX - Dumitrescu.ppt
GhufranKhan42
 
Introduction to LaTeX - Dumitrescu (1).ppt
Amit Bairwa
 
Introduction to LaTeX:for begi nners to
PoojaAnupGarg
 
Introduction to LaTeX - Dumitrescu.ppt
anandmaheshwari15
 

Latex ppt copy