SlideShare une entreprise Scribd logo
1  sur  30
LATEX
SUBMITTED TO:
ANAM BANSAL
SUBMITTED BY:
ARUNDEEP KAUR
MBA AGRIBUSINESS
02INTRODUCTION WHY USE LATEX
01
TYPESETTING TEXT
0403BASIC PROGRAMMING
INTRO TO
LATEX
 Used for producing professional
looking document.
 Pronounced as ‘lay-tech’ or ‘lah-tech’
 Document preparation system for
high-quality typesetting
 Uses markup commands and a type
setting program TEX
 Used for publishing reports, books,
scientific documents, etc.
 It is based on the WYSIWYM means
what you see is what you mean
LATEX:
WHY USE LATEX ?
 It is definitely easy to write any document in word
processor. But, writing mathematical formulas within is a
little troublesome.
 This became the main reason for the creation of Tex.
 Latex is the extension of the program Tex.
 Mathematical formulae can be easily typeset
 Modification in big docs is easy
BASIC
PROGRAMMING
BASIC PROGRAMMING
documentclass[<option-list>] {<classname>}
 Option-list:
10pt, 11pt, 12pt
 Letter paper, legal paper, a4 paper, a5 paper
 One side, two side
 Class name:
 Article
 Report
 Book
 Letter
 Slides
begin{document}
.
Cont.
.
.
.
.
.end {document}
TYPESETTING TEXT
FONT
EFFECTS
COLORED
TEXT
LISTS
FONT
SIZE
COMMENTS
&
SPACING
SPECIAL
CHARACTER
FONT EFFECTS
There are latex commands for a variety of font effects:
✓ textit→for italics
✓ textbf→ bold
✓ textsl→slanted
✓ textsc→smallcaps
✓ textrm→roman words
✓ underline→underlined words
FONT EFFECTS
COLOURING
EFFECT
✓ To put coloured text in your document you need to use package.
✓ Packages are included before the begin{document} command.
✓ Code to produces colored text is:
color {color name}text
- Text: Text you want to coloured
- color name: Red, green, blue etc.
✓ Steps:
▪ Type usepackage{color} on the line before begin{document}
▪ Type color{green}
COLOURING
EFFECT
FONT SIZES
There are latex commands for a range of font sizes:
✓ tiny
✓ scriptsize
✓ small
✓ normalsize
✓ large
✓ huge
FONT SIZES
LISTS
✓ Latex supports two types of lists:
▪ Enumerate: produces numbered lists
▪ Itemize: produces bulleted lists
✓ Each list item is defined by ‘item’
✓ Steps:
begin{enumerate}
item [your text]
begin{itemize}
item [your text]
end{itemize}
end{enumerate}
LISTS
CONT.
✓ We can use any symbol or word as a bullet.
For example:
item [+]
item [star]
LISTS
COMMENTS
COMMENTS:
✓ comments are created using %.
✓ When latex encounters a % character while
processing a .tex file, it ignores the rest of line.
COMMENTS
SPACING
SPACING:
✓ Several empty lines are treated as one empty line.
✓ Two backslashes () can be used to start a new line.
✓ If you want to add blank space in your document use vspace {}
command.
✓ For example, vspace{40pt} will add space equivalent to the height of
a 40pt font.
SPACING
SPECIAL
CHARACTER
✓ [#, $, %, ^, &] etc. are special characters that can be inserted as
characters in your document by adding a prefix backslash.
✓ For backslash use ‘textbackslash’ command
 You need to type a pair of curly brackets {} after the hat ^ and
tilde ~, otherwise these will appear as accents over the following
character. For example
“^ E” produce “Ê”.
SPECIAL
CHARACTER
Latex - now it is easy!

Contenu connexe

Similaire à Latex - now it is easy!

Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabatinabati
 
LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word UsersGuy K. Kloss
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptMichalis33
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginnersssuser9e8fa4
 
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.TechSandhya Gandham
 
Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latextran dinh
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with TexstudioHossein Babashah
 
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 introductionjayakumarc9
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late xC-CORE
 
latex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. Alrshahlatex-workshop Dr: Mohamed A. Alrshah
latex-workshop Dr: Mohamed A. AlrshahAbdulazim N.Elaati
 
Latex for beginner
Latex for beginnerLatex for beginner
Latex for beginnermahindrupali
 

Similaire à Latex - now it is easy! (20)

Introduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah NabatiIntroduction to latex by Rouhollah Nabati
Introduction to latex by Rouhollah Nabati
 
LaTeX Introduction for Word Users
LaTeX Introduction for Word UsersLaTeX Introduction for Word Users
LaTeX Introduction for Word Users
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
 
Latex Introduction for Beginners
Latex Introduction for BeginnersLatex Introduction for Beginners
Latex Introduction for Beginners
 
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
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
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
 
Introduction Latex
Introduction LatexIntroduction Latex
Introduction Latex
 
Latex Tuitorial
Latex TuitorialLatex Tuitorial
Latex Tuitorial
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
 
Introduction to Latex
Introduction to LatexIntroduction to Latex
Introduction to Latex
 
Latex workshop
Latex workshopLatex workshop
Latex workshop
 
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
 
Write effectlively in late x
Write effectlively in late xWrite effectlively in late x
Write effectlively in late x
 
Head first latex
Head first latexHead first latex
Head first latex
 
LATEX.ppt
LATEX.pptLATEX.ppt
LATEX.ppt
 
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 beginner
Latex for beginnerLatex for beginner
Latex for beginner
 
Latex Notes
Latex NotesLatex Notes
Latex Notes
 
Learn Latex
Learn LatexLearn Latex
Learn Latex
 

Dernier

Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideChristina Lin
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfkalichargn70th171
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionSolGuruz
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsJhone kinadey
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...OnePlan Solutions
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...stazi3110
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about usDynamic Netsoft
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)OPEN KNOWLEDGE GmbH
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxbodapatigopi8531
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfCionsystems
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...ICS
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationkaushalgiri8080
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...gurkirankumar98700
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software DevelopersVinodh Ram
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...soniya singh
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providermohitmore19
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...OnePlan Solutions
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxComplianceQuest1
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackVICTOR MAESTRE RAMIREZ
 

Dernier (20)

Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop SlideBuilding Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
Building Real-Time Data Pipelines: Stream & Batch Processing workshop Slide
 
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdfThe Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
The Essentials of Digital Experience Monitoring_ A Comprehensive Guide.pdf
 
Diamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with PrecisionDiamond Application Development Crafting Solutions with Precision
Diamond Application Development Crafting Solutions with Precision
 
Right Money Management App For Your Financial Goals
Right Money Management App For Your Financial GoalsRight Money Management App For Your Financial Goals
Right Money Management App For Your Financial Goals
 
Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...Advancing Engineering with AI through the Next Generation of Strategic Projec...
Advancing Engineering with AI through the Next Generation of Strategic Projec...
 
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
Building a General PDE Solving Framework with Symbolic-Numeric Scientific Mac...
 
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...Call Girls In Mukherjee Nagar 📱  9999965857  🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
Call Girls In Mukherjee Nagar 📱 9999965857 🤩 Delhi 🫦 HOT AND SEXY VVIP 🍎 SE...
 
DNT_Corporate presentation know about us
DNT_Corporate presentation know about usDNT_Corporate presentation know about us
DNT_Corporate presentation know about us
 
Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)Der Spagat zwischen BIAS und FAIRNESS (2024)
Der Spagat zwischen BIAS und FAIRNESS (2024)
 
Hand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptxHand gesture recognition PROJECT PPT.pptx
Hand gesture recognition PROJECT PPT.pptx
 
Active Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdfActive Directory Penetration Testing, cionsystems.com.pdf
Active Directory Penetration Testing, cionsystems.com.pdf
 
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
The Real-World Challenges of Medical Device Cybersecurity- Mitigating Vulnera...
 
Project Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanationProject Based Learning (A.I).pptx detail explanation
Project Based Learning (A.I).pptx detail explanation
 
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
(Genuine) Escort Service Lucknow | Starting ₹,5K To @25k with A/C 🧑🏽‍❤️‍🧑🏻 89...
 
Professional Resume Template for Software Developers
Professional Resume Template for Software DevelopersProfessional Resume Template for Software Developers
Professional Resume Template for Software Developers
 
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
Russian Call Girls in Karol Bagh Aasnvi ➡️ 8264348440 💋📞 Independent Escort S...
 
TECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service providerTECUNIQUE: Success Stories: IT Service provider
TECUNIQUE: Success Stories: IT Service provider
 
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
Tech Tuesday-Harness the Power of Effective Resource Planning with OnePlan’s ...
 
A Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docxA Secure and Reliable Document Management System is Essential.docx
A Secure and Reliable Document Management System is Essential.docx
 
Cloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStackCloud Management Software Platforms: OpenStack
Cloud Management Software Platforms: OpenStack
 

Latex - now it is easy!

  • 1. LATEX SUBMITTED TO: ANAM BANSAL SUBMITTED BY: ARUNDEEP KAUR MBA AGRIBUSINESS
  • 2. 02INTRODUCTION WHY USE LATEX 01 TYPESETTING TEXT 0403BASIC PROGRAMMING
  • 4.  Used for producing professional looking document.  Pronounced as ‘lay-tech’ or ‘lah-tech’  Document preparation system for high-quality typesetting  Uses markup commands and a type setting program TEX  Used for publishing reports, books, scientific documents, etc.  It is based on the WYSIWYM means what you see is what you mean LATEX:
  • 5.
  • 6. WHY USE LATEX ?  It is definitely easy to write any document in word processor. But, writing mathematical formulas within is a little troublesome.  This became the main reason for the creation of Tex.  Latex is the extension of the program Tex.  Mathematical formulae can be easily typeset  Modification in big docs is easy
  • 7.
  • 9. BASIC PROGRAMMING documentclass[<option-list>] {<classname>}  Option-list: 10pt, 11pt, 12pt  Letter paper, legal paper, a4 paper, a5 paper  One side, two side  Class name:  Article  Report  Book  Letter  Slides begin{document} .
  • 13. FONT EFFECTS There are latex commands for a variety of font effects: ✓ textit→for italics ✓ textbf→ bold ✓ textsl→slanted ✓ textsc→smallcaps ✓ textrm→roman words ✓ underline→underlined words
  • 15. COLOURING EFFECT ✓ To put coloured text in your document you need to use package. ✓ Packages are included before the begin{document} command. ✓ Code to produces colored text is: color {color name}text - Text: Text you want to coloured - color name: Red, green, blue etc. ✓ Steps: ▪ Type usepackage{color} on the line before begin{document} ▪ Type color{green}
  • 16.
  • 18. FONT SIZES There are latex commands for a range of font sizes: ✓ tiny ✓ scriptsize ✓ small ✓ normalsize ✓ large ✓ huge
  • 20. LISTS ✓ Latex supports two types of lists: ▪ Enumerate: produces numbered lists ▪ Itemize: produces bulleted lists ✓ Each list item is defined by ‘item’ ✓ Steps: begin{enumerate} item [your text] begin{itemize} item [your text] end{itemize} end{enumerate}
  • 21. LISTS
  • 22. CONT. ✓ We can use any symbol or word as a bullet. For example: item [+] item [star]
  • 23. LISTS
  • 24. COMMENTS COMMENTS: ✓ comments are created using %. ✓ When latex encounters a % character while processing a .tex file, it ignores the rest of line.
  • 26. SPACING SPACING: ✓ Several empty lines are treated as one empty line. ✓ Two backslashes () can be used to start a new line. ✓ If you want to add blank space in your document use vspace {} command. ✓ For example, vspace{40pt} will add space equivalent to the height of a 40pt font.
  • 28. SPECIAL CHARACTER ✓ [#, $, %, ^, &] etc. are special characters that can be inserted as characters in your document by adding a prefix backslash. ✓ For backslash use ‘textbackslash’ command  You need to type a pair of curly brackets {} after the hat ^ and tilde ~, otherwise these will appear as accents over the following character. For example “^ E” produce “Ê”.