SlideShare a Scribd company logo
PHASES OF WORKING IN LATEX

2. Compilation
 and Output
For Compilation
 and Output
we select Build
 and Output
 under Build Menu
     OR
Press Ctrl+Shift+F5
OUTPUT FILES

1 Device independent output: <filename>.dvi

2 PostScript output, produced from dvi: <filename>.ps

3 PDF output, produced from dvi: <filename>.pdf
STRUCTURE OF A LATEX DOCUMENT


The general syntax of a LaTeX file is as follows:

 documentclass[options]{class}

 Further optional global commands and options, such as

 usepackage{packagename}

 begin{document} text mixed with typesetting commands

 end{document}
TITLE AND AUTHOR

Under LaTeX We Can define Title and Authors
Information in following way-
title{Our First LaTeXe{} Document}
author{
        Mrs. Aarti Kumar
 Department of Computer Applications
        MANIT Bhopal
Mrs. Dipti Chauhan
 Department of Computer Applications
        MANIT Bhopal
Mr. Dharmendra Singh Rajput
 Department of Computer Applications
        MANIT Bhopal
Mr. Krishna K. Mohbey
 Department of Computer Applications
        MANIT Bhopal
}
date{today}
documentclass[12pt]{article}
begin{document}
maketitle
end{document}
TITLE AND AUTHOR

title       • It is used to define the Title of Article of Document
                    {It is defined before documentclass but to print
             the title we have to use maketitle command which is
             defined insidebegin{document}
author      • For Adding Authors Detail.
                 {It is define before the documentclass}

maketitle   • For adding Title within Document
                 {It define under the documentclass}
ABSTRACT


documentclass[12pt]{article}
begin{abstract}
This is the paper's abstract.
end{abstract}
end{document}
SECTION AND SUBSECTION

   Sectioning commands provide the means to structure your text into units.



•part
•chapter (report style only)
•section
•subsection
•subsubsection
•paragraph
•subparagraph
•subsubparagraph (milstd and book-form styles only)
•subsubsubparagraph (milstd and book-form styles only)
SECTION AND SUBSECTION


documentclass[12pt]{article}

section{Section Headings}

We explain in this section how to obtain headings
for the various sections and subsections of our
document.

subsection{Headings in the `article' Document Style}

In the `article' style, the document may be divided up
into sections, subsections and subsubsections, and each
can be given a title, printed in a boldface font,
simply by issuing the appropriate command.
end{document}
TEXT FORMATTING

      The Following are some Text Formatting Commands

documentstyle[11pt]{article}

setlength{topmargin}{-.5in}
setlength{textheight}{9in}
setlength{oddsidemargin}{.125in}
setlength{textwidth}{6.25in}
begin{document}
title{LaTeX Typesetting By Example}
author{Mrs. Aarti Kumar
Department of Computer Applications}
renewcommand{today}{July 5, 2012}
maketitle
This article demonstrates a basic set of LaTeX
formatting commands.
Compare the typeset output side-by-side with
the input document.
end{document}
SOME MORE TEXT STYLES
 LATEX COMMAND                   OUTPUT

emph{emphasised text}

texttt{typewriter text}

textbf{bold text}

textit{italicized text}

textsl{slanted text}

textsc{small caps text}
Continued in   Part-3

More Related Content

Viewers also liked

Round one 6 dec2011
Round one 6 dec2011Round one 6 dec2011
Round one 6 dec2011kwlin
 
Computer Workshop_Week 4_QMU
Computer Workshop_Week 4_QMUComputer Workshop_Week 4_QMU
Computer Workshop_Week 4_QMUkwlin
 
สารเคมีZx
สารเคมีZxสารเคมีZx
สารเคมีZxJariyanam
 
Cape fear 9 frame analysis
Cape fear 9 frame analysisCape fear 9 frame analysis
Cape fear 9 frame analysisDENEH
 
Dl scer 8852202579
Dl scer 8852202579Dl scer 8852202579
Dl scer 8852202579eurobooks
 

Viewers also liked (8)

pressnew
pressnewpressnew
pressnew
 
Round one 6 dec2011
Round one 6 dec2011Round one 6 dec2011
Round one 6 dec2011
 
Computer Workshop_Week 4_QMU
Computer Workshop_Week 4_QMUComputer Workshop_Week 4_QMU
Computer Workshop_Week 4_QMU
 
รายงาน
รายงานรายงาน
รายงาน
 
สารเคมีZx
สารเคมีZxสารเคมีZx
สารเคมีZx
 
Cape fear 9 frame analysis
Cape fear 9 frame analysisCape fear 9 frame analysis
Cape fear 9 frame analysis
 
presenta
presentapresenta
presenta
 
Dl scer 8852202579
Dl scer 8852202579Dl scer 8852202579
Dl scer 8852202579
 

Similar to Manit bhopal group_1_latex_assignment_part_2-1

Similar to Manit bhopal group_1_latex_assignment_part_2-1 (20)

latex.pptx
latex.pptxlatex.pptx
latex.pptx
 
Chap03 scr
Chap03 scrChap03 scr
Chap03 scr
 
Learn Latex
Learn LatexLearn Latex
Learn Latex
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
 
Latex
LatexLatex
Latex
 
Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latex
 
Latex workshop
Latex workshopLatex workshop
Latex workshop
 
Latex Tutorial
Latex TutorialLatex Tutorial
Latex Tutorial
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
 
Head first latex
Head first latexHead first latex
Head first latex
 
Latex Tuitorial
Latex TuitorialLatex Tuitorial
Latex Tuitorial
 
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 B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introductionLaTeX for B.Sc. Mathematics,an introduction
LaTeX for B.Sc. Mathematics,an introduction
 
latex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshahlatex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshah
 
La tex basics
La tex basicsLa tex basics
La tex basics
 
Latex ppt copy
Latex ppt   copyLatex ppt   copy
Latex ppt copy
 
Basics of LaTeX
Basics of LaTeXBasics of LaTeX
Basics of LaTeX
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
Latex intro s_dutta_v2
Latex intro s_dutta_v2Latex intro s_dutta_v2
Latex intro s_dutta_v2
 
Latex_Tutorial.pdf
Latex_Tutorial.pdfLatex_Tutorial.pdf
Latex_Tutorial.pdf
 

Recently uploaded

Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Thierry Lestable
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3DianaGray10
 
НАДІЯ ФЕДЮШКО БАЦ «Професійне зростання QA спеціаліста»
НАДІЯ ФЕДЮШКО БАЦ  «Професійне зростання QA спеціаліста»НАДІЯ ФЕДЮШКО БАЦ  «Професійне зростання QA спеціаліста»
НАДІЯ ФЕДЮШКО БАЦ «Професійне зростання QA спеціаліста»QADay
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesBhaskar Mitra
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingThijs Feryn
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...Product School
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsPaul Groth
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonDianaGray10
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxAbida Shariff
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1DianaGray10
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf91mobiles
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2DianaGray10
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersSafe Software
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backElena Simperl
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Frank van Harmelen
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesThousandEyes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Product School
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...Product School
 

Recently uploaded (20)

Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
НАДІЯ ФЕДЮШКО БАЦ «Професійне зростання QA спеціаліста»
НАДІЯ ФЕДЮШКО БАЦ  «Професійне зростання QA спеціаліста»НАДІЯ ФЕДЮШКО БАЦ  «Професійне зростання QA спеціаліста»
НАДІЯ ФЕДЮШКО БАЦ «Професійне зростання QA спеціаліста»
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptxIOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
IOS-PENTESTING-BEGINNERS-PRACTICAL-GUIDE-.pptx
 
UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1UiPath Test Automation using UiPath Test Suite series, part 1
UiPath Test Automation using UiPath Test Suite series, part 1
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2UiPath Test Automation using UiPath Test Suite series, part 2
UiPath Test Automation using UiPath Test Suite series, part 2
 
Essentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with ParametersEssentials of Automations: Optimizing FME Workflows with Parameters
Essentials of Automations: Optimizing FME Workflows with Parameters
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 

Manit bhopal group_1_latex_assignment_part_2-1

  • 1.
  • 2. PHASES OF WORKING IN LATEX 2. Compilation and Output For Compilation and Output we select Build and Output under Build Menu OR Press Ctrl+Shift+F5
  • 3. OUTPUT FILES 1 Device independent output: <filename>.dvi 2 PostScript output, produced from dvi: <filename>.ps 3 PDF output, produced from dvi: <filename>.pdf
  • 4. STRUCTURE OF A LATEX DOCUMENT The general syntax of a LaTeX file is as follows: documentclass[options]{class} Further optional global commands and options, such as usepackage{packagename} begin{document} text mixed with typesetting commands end{document}
  • 5. TITLE AND AUTHOR Under LaTeX We Can define Title and Authors Information in following way- title{Our First LaTeXe{} Document} author{ Mrs. Aarti Kumar Department of Computer Applications MANIT Bhopal Mrs. Dipti Chauhan Department of Computer Applications MANIT Bhopal Mr. Dharmendra Singh Rajput Department of Computer Applications MANIT Bhopal Mr. Krishna K. Mohbey Department of Computer Applications MANIT Bhopal } date{today} documentclass[12pt]{article} begin{document} maketitle end{document}
  • 6.
  • 7. TITLE AND AUTHOR title • It is used to define the Title of Article of Document {It is defined before documentclass but to print the title we have to use maketitle command which is defined insidebegin{document} author • For Adding Authors Detail. {It is define before the documentclass} maketitle • For adding Title within Document {It define under the documentclass}
  • 8. ABSTRACT documentclass[12pt]{article} begin{abstract} This is the paper's abstract. end{abstract} end{document}
  • 9. SECTION AND SUBSECTION Sectioning commands provide the means to structure your text into units. •part •chapter (report style only) •section •subsection •subsubsection •paragraph •subparagraph •subsubparagraph (milstd and book-form styles only) •subsubsubparagraph (milstd and book-form styles only)
  • 10. SECTION AND SUBSECTION documentclass[12pt]{article} section{Section Headings} We explain in this section how to obtain headings for the various sections and subsections of our document. subsection{Headings in the `article' Document Style} In the `article' style, the document may be divided up into sections, subsections and subsubsections, and each can be given a title, printed in a boldface font, simply by issuing the appropriate command. end{document}
  • 11.
  • 12. TEXT FORMATTING The Following are some Text Formatting Commands documentstyle[11pt]{article} setlength{topmargin}{-.5in} setlength{textheight}{9in} setlength{oddsidemargin}{.125in} setlength{textwidth}{6.25in} begin{document} title{LaTeX Typesetting By Example} author{Mrs. Aarti Kumar Department of Computer Applications} renewcommand{today}{July 5, 2012} maketitle This article demonstrates a basic set of LaTeX formatting commands. Compare the typeset output side-by-side with the input document. end{document}
  • 13. SOME MORE TEXT STYLES LATEX COMMAND OUTPUT emph{emphasised text} texttt{typewriter text} textbf{bold text} textit{italicized text} textsl{slanted text} textsc{small caps text}
  • 14. Continued in Part-3