SlideShare a Scribd company logo
29 July 2022 1
LaTeX –
A Companion for every Researcher
Dr. L.P. Raj Kumar
Department of Mathematics
Kakatiya University – Warangal – TS, INDIA
29 July 2022 2
 Introduction
 Advantages of LaTeX
 Disadvantages of using LaTeX
 Why using LaTeX
 A Simple LaTeX Document
 Parts of a LaTeX Document: Environment
 Where to find LaTeX
 5 Best Practices for a Good Researcher
Contents
Introduction
• For people in some disciplines, LATEX is virtually
indispensable.
• But if you give it a try, you may wonder how you got
along without it.
• You'll probably have some problems at rest, but it's not
really that hard; simple things can be done very quickly,
and there are lots of resources to help.
• Once you are used to it, LATEX is easier to use than word
processors; in particular, it makes certain parts of writing
scholarly articles much easier.
Introduction
• Most of these articles include bibliographies and LATEX has tools to
manage bibliographies.
• Different publishers require different formats, LATEX has tools to
manage these, and some publishers may even provide their own
LATEX formatting templates, so that everything is set up
automatically.
• Papers may include figures and tables, and, when they do, they will
require cross-referencing, and, yes, LATEX has tools to handle this
as well.
• Many papers require revisions, both before and after they are
submitted. LATEX will renumber everything automatically,
references, cross-references, section numbers and everything.
• If you decide to write a book, LATEX can handle books of any
length, and can produce books of real beauty
Introduction
• LaTeX pronounced as “tech”
• LaTeX is typeset like
• LATEX is not a word processor.
• It's a document preparation system.
– You write and TeX will place it on the page
LaTeX
TeX
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
• Feels Hard to write disorganized documents.
• You can’t see the output while you type.
• Customizing is tedious.
Why using LaTeX
1. Sectioning:
If we are writing a long article. It has sections.
LATEX will handle the numbering, the formatting, the
spacing, and all that, leaving you free to do the writing
and the thinking. And LATEX won't try to guess what
you're thinking, or start numbering sections whenever
you type a number, or start indenting.
Example:
section{Section Title}
subsection{Title}
subsubsection{Title}
2. Cross-Referencing
At some points in your article you want to refer to other
parts, or to figures, or tables. No problem. At the part
you want to refer to you need a label command, and at
the point where you make your reference, you need a
corresponding ref command.
Example:
In subsection ref{SS:section} I showed you how to create
sections and subsections.
This produces the following:
In subsection 3.1 I showed you how to create sections
and subsections.
3. Tables can be created
Example:
begin{table}
centering
begin{tabular}{lrr}
Quantile & Male & Femalehline
0% & 59 & 44
50% & 69 & 64
100% & 77 & 71
end{tabular}
caption{Quantiles of male and female heights}
label{tab:malefemale}
end{table}
Table appears to be
Quantile Male Female
0% 59 44
50% 69 64
100% 77 71
Some Tables
4. Graphics
For social scientists, perhaps the most useful are ways to
directly import .pdf and .eps files that are created by
other programs, such as statistical packages.
Example:
begin{figure}
centering
includegraphics{diagram1}
caption{This is an example of a figure.}
label{fig:example}
end{figure}
Some Figures & Graphs
5. Equations
TeX system is to create something that allows simple
construction of mathematical formulae, and looks
professional when printed. This is hoe it is useful for
every scientific community.
Example:
begin{equation}
x = a_0 + cfrac{1}{a_1 + cfrac{1}{a_2 + cfrac{1}{a_3 +
cfrac{1}{a_4} } } }
end{equation}
6. Biblography
For any academic/research writing, incorporating
references into a document is an important task.
Fortunately, LaTeX has a variety of features that make
dealing with references much simpler, including built-in
support for citing references.
A Simple LaTeX Document
documentclass{article}
begin{document}
This is some sample text.
end{document}
Parts of a LaTeX Document: documentclass
• First line of all LaTeX documents
• Specifies the type of the document
• The documentclass dictates the fontsize of
headings, spacing between paragraphs and other
formatting.
documentclass
{article}
{report}
{book}
{letter}
Basic Classes
Parts of a LaTeX Document: Environment
Start with begin{. . .}
End with end{. . .}
begin{document}
begin{equation}
…
end{equation}
end{document}
Where to find LaTeX
• There is a huge variety of materials to help you
learn more about LATEX:
CTAN (The Comprehensive TEX Archive Network) is
a repository of TEX macros, packages, formats,
utilities, and other goodies, and has lots of
material, some of it for beginners.
Guide to LATEX [2] which is an excellent
introduction to LATEX.
Math into LATEX [1], which is particularly useful if
you have to type a lot of math.
5 Best Practices for a Good Researcher
• Practice Writing : Simple, clear and direct
• Practice Creating your own Documents : Use any word
processor
• Practice Showing : Don’t tell your reader, instead show
what you have done
• Practice Edit, edit, edit: Once you finish a piece of
writing, let it be revised/edited to make it better.
• Practice to understand a classic work : Practicing to
understand what makes a great writing/work is one of
the best ways to grow your own skills
29 July 2022
You are the Designer of Yourself
Teachers and Others are only Tools
29 July 2022 22
Best Wishes
&
May God Bless You
Dr. L.P. Raj Kumar
Department of Mathematics
Kakatiya University – Warangal – TS, INDIA
Email : lp_raj8@yahoo.com
Mobile : 98491 33398

More Related Content

Similar to Latex - Companion for a Researcher - A Review.ppt

scientific writing 01 - latex
scientific writing   01 - latexscientific writing   01 - latex
scientific writing 01 - latex
Leo Chen
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
sahirbhatnagar
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
Kaushik Naik
 
Latex ppt copy
Latex ppt   copyLatex ppt   copy
Latex ppt copy
Rajesh Kumar
 
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
Sandhya Gandham
 
Introduction to Overleaf Workshop
Introduction to Overleaf WorkshopIntroduction to Overleaf Workshop
Introduction to Overleaf Workshop
Olga Scrivner
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
rajinooka
 
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
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
anandmaheshwari15
 
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
PoojaAnupGarg
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
GhufranKhan42
 
LaTeX for Engineer.ppt
LaTeX for Engineer.pptLaTeX for Engineer.ppt
LaTeX for Engineer.ppt
sudhirsingh144243
 
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...
akuysal1
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
TaraLeander
 
Training basic latex
Training basic latexTraining basic latex
Training basic latex
University of Technology
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
Michalis33
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
Hossein Babashah
 
latex cource.pptx
latex cource.pptxlatex cource.pptx
latex cource.pptx
vasudeva873639
 
Latex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesLatex workshop: Essentials and Practices
Latex workshop: Essentials and Practices
Mohamed Alrshah
 

Similar to Latex - Companion for a Researcher - A Review.ppt (20)

14 Late X
14 Late X14 Late X
14 Late X
 
scientific writing 01 - latex
scientific writing   01 - latexscientific writing   01 - latex
scientific writing 01 - latex
 
Introduction to LaTeX
Introduction to LaTeXIntroduction to LaTeX
Introduction to LaTeX
 
Latex for beginners
Latex for beginnersLatex for beginners
Latex for beginners
 
Latex ppt copy
Latex ppt   copyLatex ppt   copy
Latex ppt copy
 
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 Overleaf Workshop
Introduction to Overleaf WorkshopIntroduction to Overleaf Workshop
Introduction to Overleaf Workshop
 
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
 
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
 
Introduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.pptIntroduction to LaTeX - Dumitrescu.ppt
Introduction to LaTeX - Dumitrescu.ppt
 
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
 
Training basic latex
Training basic latexTraining basic latex
Training basic latex
 
LaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.pptLaTeX_tutorial_Syed_Jan09.ppt
LaTeX_tutorial_Syed_Jan09.ppt
 
LaTex tutorial with Texstudio
LaTex tutorial with TexstudioLaTex tutorial with Texstudio
LaTex tutorial with Texstudio
 
latex cource.pptx
latex cource.pptxlatex cource.pptx
latex cource.pptx
 
Latex workshop: Essentials and Practices
Latex workshop: Essentials and PracticesLatex workshop: Essentials and Practices
Latex workshop: Essentials and Practices
 

Recently uploaded

Interactive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaa
Interactive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaaInteractive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaa
Interactive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaa
23211a7274
 
Midterm Contract Law and Adminstration.pptx
Midterm Contract Law and Adminstration.pptxMidterm Contract Law and Adminstration.pptx
Midterm Contract Law and Adminstration.pptx
Sheldon Byron
 
一比一原版(QU毕业证)皇后大学毕业证如何办理
一比一原版(QU毕业证)皇后大学毕业证如何办理一比一原版(QU毕业证)皇后大学毕业证如何办理
一比一原版(QU毕业证)皇后大学毕业证如何办理
yuhofha
 
Luke Royak's Personal Brand Exploration!
Luke Royak's Personal Brand Exploration!Luke Royak's Personal Brand Exploration!
Luke Royak's Personal Brand Exploration!
LukeRoyak
 
Full Sail_Morales_Michael_SMM_2024-05.pptx
Full Sail_Morales_Michael_SMM_2024-05.pptxFull Sail_Morales_Michael_SMM_2024-05.pptx
Full Sail_Morales_Michael_SMM_2024-05.pptx
mmorales2173
 
Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...
Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...
Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...
Dirk Spencer Corporate Recruiter LION
 
Brand Identity For A Sportscaster Project and Portfolio I
Brand Identity For A Sportscaster Project and Portfolio IBrand Identity For A Sportscaster Project and Portfolio I
Brand Identity For A Sportscaster Project and Portfolio I
thomasaolson2000
 
New Explore Careers and College Majors 2024.pdf
New Explore Careers and College Majors 2024.pdfNew Explore Careers and College Majors 2024.pdf
New Explore Careers and College Majors 2024.pdf
Dr. Mary Askew
 
'Guidance and counselling- role of Psychologist in Guidance and Counselling.
'Guidance and counselling- role of Psychologist in Guidance and Counselling.'Guidance and counselling- role of Psychologist in Guidance and Counselling.
'Guidance and counselling- role of Psychologist in Guidance and Counselling.
PaviBangera
 
How Mentoring Elevates Your PM Career | PMI Silver Spring Chapter
How Mentoring Elevates Your PM Career | PMI Silver Spring ChapterHow Mentoring Elevates Your PM Career | PMI Silver Spring Chapter
How Mentoring Elevates Your PM Career | PMI Silver Spring Chapter
Hector Del Castillo, CPM, CPMM
 
一比一原版(UVic毕业证)维多利亚大学毕业证如何办理
一比一原版(UVic毕业证)维多利亚大学毕业证如何办理一比一原版(UVic毕业证)维多利亚大学毕业证如何办理
一比一原版(UVic毕业证)维多利亚大学毕业证如何办理
pxyhy
 
How to create an effective K-POC tutorial
How to create an effective K-POC tutorialHow to create an effective K-POC tutorial
How to create an effective K-POC tutorial
vencislavkaaa
 
Personal Brand exploration KE.pdf for assignment
Personal Brand exploration KE.pdf for assignmentPersonal Brand exploration KE.pdf for assignment
Personal Brand exploration KE.pdf for assignment
ragingokie
 
DIGITAL MARKETING COURSE IN CHENNAI.pptx
DIGITAL MARKETING COURSE IN CHENNAI.pptxDIGITAL MARKETING COURSE IN CHENNAI.pptx
DIGITAL MARKETING COURSE IN CHENNAI.pptx
FarzanaRbcomcs
 
How to Master LinkedIn for Career and Business
How to Master LinkedIn for Career and BusinessHow to Master LinkedIn for Career and Business
How to Master LinkedIn for Career and Business
ideatoipo
 
原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样
原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样
原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样
atwvhyhm
 
皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】
皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】
皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】
larisashrestha558
 
Andrea Kate Portfolio Presentation.pdf
Andrea Kate  Portfolio  Presentation.pdfAndrea Kate  Portfolio  Presentation.pdf
Andrea Kate Portfolio Presentation.pdf
andreakaterasco
 
一比一原版(YU毕业证)约克大学毕业证如何办理
一比一原版(YU毕业证)约克大学毕业证如何办理一比一原版(YU毕业证)约克大学毕业证如何办理
一比一原版(YU毕业证)约克大学毕业证如何办理
yuhofha
 
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
foismail170
 

Recently uploaded (20)

Interactive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaa
Interactive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaaInteractive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaa
Interactive Dictionary AIDS-B.pptx aaaaaaaaaaaaaaaaaaaaaaaaaa
 
Midterm Contract Law and Adminstration.pptx
Midterm Contract Law and Adminstration.pptxMidterm Contract Law and Adminstration.pptx
Midterm Contract Law and Adminstration.pptx
 
一比一原版(QU毕业证)皇后大学毕业证如何办理
一比一原版(QU毕业证)皇后大学毕业证如何办理一比一原版(QU毕业证)皇后大学毕业证如何办理
一比一原版(QU毕业证)皇后大学毕业证如何办理
 
Luke Royak's Personal Brand Exploration!
Luke Royak's Personal Brand Exploration!Luke Royak's Personal Brand Exploration!
Luke Royak's Personal Brand Exploration!
 
Full Sail_Morales_Michael_SMM_2024-05.pptx
Full Sail_Morales_Michael_SMM_2024-05.pptxFull Sail_Morales_Michael_SMM_2024-05.pptx
Full Sail_Morales_Michael_SMM_2024-05.pptx
 
Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...
Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...
Transferable Skills - Your Roadmap - Part 1 and 2 - Dirk Spencer Senior Recru...
 
Brand Identity For A Sportscaster Project and Portfolio I
Brand Identity For A Sportscaster Project and Portfolio IBrand Identity For A Sportscaster Project and Portfolio I
Brand Identity For A Sportscaster Project and Portfolio I
 
New Explore Careers and College Majors 2024.pdf
New Explore Careers and College Majors 2024.pdfNew Explore Careers and College Majors 2024.pdf
New Explore Careers and College Majors 2024.pdf
 
'Guidance and counselling- role of Psychologist in Guidance and Counselling.
'Guidance and counselling- role of Psychologist in Guidance and Counselling.'Guidance and counselling- role of Psychologist in Guidance and Counselling.
'Guidance and counselling- role of Psychologist in Guidance and Counselling.
 
How Mentoring Elevates Your PM Career | PMI Silver Spring Chapter
How Mentoring Elevates Your PM Career | PMI Silver Spring ChapterHow Mentoring Elevates Your PM Career | PMI Silver Spring Chapter
How Mentoring Elevates Your PM Career | PMI Silver Spring Chapter
 
一比一原版(UVic毕业证)维多利亚大学毕业证如何办理
一比一原版(UVic毕业证)维多利亚大学毕业证如何办理一比一原版(UVic毕业证)维多利亚大学毕业证如何办理
一比一原版(UVic毕业证)维多利亚大学毕业证如何办理
 
How to create an effective K-POC tutorial
How to create an effective K-POC tutorialHow to create an effective K-POC tutorial
How to create an effective K-POC tutorial
 
Personal Brand exploration KE.pdf for assignment
Personal Brand exploration KE.pdf for assignmentPersonal Brand exploration KE.pdf for assignment
Personal Brand exploration KE.pdf for assignment
 
DIGITAL MARKETING COURSE IN CHENNAI.pptx
DIGITAL MARKETING COURSE IN CHENNAI.pptxDIGITAL MARKETING COURSE IN CHENNAI.pptx
DIGITAL MARKETING COURSE IN CHENNAI.pptx
 
How to Master LinkedIn for Career and Business
How to Master LinkedIn for Career and BusinessHow to Master LinkedIn for Career and Business
How to Master LinkedIn for Career and Business
 
原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样
原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样
原版制作(RMIT毕业证书)墨尔本皇家理工大学毕业证在读证明一模一样
 
皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】
皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】
皇冠体育- 皇冠体育官方网站- CROWN SPORTS| 立即访问【ac123.net】
 
Andrea Kate Portfolio Presentation.pdf
Andrea Kate  Portfolio  Presentation.pdfAndrea Kate  Portfolio  Presentation.pdf
Andrea Kate Portfolio Presentation.pdf
 
一比一原版(YU毕业证)约克大学毕业证如何办理
一比一原版(YU毕业证)约克大学毕业证如何办理一比一原版(YU毕业证)约克大学毕业证如何办理
一比一原版(YU毕业证)约克大学毕业证如何办理
 
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
欧洲杯投注网站-欧洲杯投注网站推荐-欧洲杯投注网站| 立即访问【ac123.net】
 

Latex - Companion for a Researcher - A Review.ppt

  • 1. 29 July 2022 1 LaTeX – A Companion for every Researcher Dr. L.P. Raj Kumar Department of Mathematics Kakatiya University – Warangal – TS, INDIA
  • 2. 29 July 2022 2  Introduction  Advantages of LaTeX  Disadvantages of using LaTeX  Why using LaTeX  A Simple LaTeX Document  Parts of a LaTeX Document: Environment  Where to find LaTeX  5 Best Practices for a Good Researcher Contents
  • 3. Introduction • For people in some disciplines, LATEX is virtually indispensable. • But if you give it a try, you may wonder how you got along without it. • You'll probably have some problems at rest, but it's not really that hard; simple things can be done very quickly, and there are lots of resources to help. • Once you are used to it, LATEX is easier to use than word processors; in particular, it makes certain parts of writing scholarly articles much easier.
  • 4. Introduction • Most of these articles include bibliographies and LATEX has tools to manage bibliographies. • Different publishers require different formats, LATEX has tools to manage these, and some publishers may even provide their own LATEX formatting templates, so that everything is set up automatically. • Papers may include figures and tables, and, when they do, they will require cross-referencing, and, yes, LATEX has tools to handle this as well. • Many papers require revisions, both before and after they are submitted. LATEX will renumber everything automatically, references, cross-references, section numbers and everything. • If you decide to write a book, LATEX can handle books of any length, and can produce books of real beauty
  • 5. Introduction • LaTeX pronounced as “tech” • LaTeX is typeset like • LATEX is not a word processor. • It's a document preparation system. – You write and TeX will place it on the page LaTeX TeX
  • 6. 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
  • 7. Disadvantages of using LaTeX • Feels Hard to write disorganized documents. • You can’t see the output while you type. • Customizing is tedious.
  • 8. Why using LaTeX 1. Sectioning: If we are writing a long article. It has sections. LATEX will handle the numbering, the formatting, the spacing, and all that, leaving you free to do the writing and the thinking. And LATEX won't try to guess what you're thinking, or start numbering sections whenever you type a number, or start indenting. Example: section{Section Title} subsection{Title} subsubsection{Title}
  • 9. 2. Cross-Referencing At some points in your article you want to refer to other parts, or to figures, or tables. No problem. At the part you want to refer to you need a label command, and at the point where you make your reference, you need a corresponding ref command. Example: In subsection ref{SS:section} I showed you how to create sections and subsections. This produces the following: In subsection 3.1 I showed you how to create sections and subsections.
  • 10. 3. Tables can be created Example: begin{table} centering begin{tabular}{lrr} Quantile & Male & Femalehline 0% & 59 & 44 50% & 69 & 64 100% & 77 & 71 end{tabular} caption{Quantiles of male and female heights} label{tab:malefemale} end{table} Table appears to be Quantile Male Female 0% 59 44 50% 69 64 100% 77 71
  • 12. 4. Graphics For social scientists, perhaps the most useful are ways to directly import .pdf and .eps files that are created by other programs, such as statistical packages. Example: begin{figure} centering includegraphics{diagram1} caption{This is an example of a figure.} label{fig:example} end{figure}
  • 13. Some Figures & Graphs
  • 14. 5. Equations TeX system is to create something that allows simple construction of mathematical formulae, and looks professional when printed. This is hoe it is useful for every scientific community. Example: begin{equation} x = a_0 + cfrac{1}{a_1 + cfrac{1}{a_2 + cfrac{1}{a_3 + cfrac{1}{a_4} } } } end{equation}
  • 15. 6. Biblography For any academic/research writing, incorporating references into a document is an important task. Fortunately, LaTeX has a variety of features that make dealing with references much simpler, including built-in support for citing references.
  • 16. A Simple LaTeX Document documentclass{article} begin{document} This is some sample text. end{document}
  • 17. Parts of a LaTeX Document: documentclass • First line of all LaTeX documents • Specifies the type of the document • The documentclass dictates the fontsize of headings, spacing between paragraphs and other formatting. documentclass {article} {report} {book} {letter} Basic Classes
  • 18. Parts of a LaTeX Document: Environment Start with begin{. . .} End with end{. . .} begin{document} begin{equation} … end{equation} end{document}
  • 19. Where to find LaTeX • There is a huge variety of materials to help you learn more about LATEX: CTAN (The Comprehensive TEX Archive Network) is a repository of TEX macros, packages, formats, utilities, and other goodies, and has lots of material, some of it for beginners. Guide to LATEX [2] which is an excellent introduction to LATEX. Math into LATEX [1], which is particularly useful if you have to type a lot of math.
  • 20. 5 Best Practices for a Good Researcher • Practice Writing : Simple, clear and direct • Practice Creating your own Documents : Use any word processor • Practice Showing : Don’t tell your reader, instead show what you have done • Practice Edit, edit, edit: Once you finish a piece of writing, let it be revised/edited to make it better. • Practice to understand a classic work : Practicing to understand what makes a great writing/work is one of the best ways to grow your own skills
  • 21. 29 July 2022 You are the Designer of Yourself Teachers and Others are only Tools
  • 22. 29 July 2022 22 Best Wishes & May God Bless You Dr. L.P. Raj Kumar Department of Mathematics Kakatiya University – Warangal – TS, INDIA Email : lp_raj8@yahoo.com Mobile : 98491 33398