FDP_LaTeX_Presentation (1)
FDP_LaTeX_Presentation (1)
presented by
Table of Content
1 What is LaTeX ?
4 Creating a document
5 Advanced features
6 Presentation in LATEX
7 Overleaf
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 1/30
What is LaTeX ? What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
What is LaTeX?
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 2/30
Why use LaTeX ? What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 3/30
Basic document structure in
LaTeX What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 5/30
Creating a document What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Creating a Document
Adding chapters, sections and subsections:
Organize content using sections and subsections:
\chapter{First Chapter}
\section{Introduction}
\subsection{Background}
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 6/30
Creating a document What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Creating a Document
Text formatting:
Bold \textbf{...},
italic \textit{...},
underline \underline{...}.
Tables
\begin{center}
\begin{tabular}{|c|c|c|}
\hline
Header 1 & Header 2 & Header 3 \\
\hline
Row 1 Col 1 & Row 1 Col 2 & Row 1 Col 3 \\
\hline
Row 2 Col 1 & Row 2 Col 2 & Row 2 Col 3 \\
\hline
\end{tabular}
Dr. Harsh \end{center}
Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 7/30
Creating a document What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 8/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
E = mc 2
.
Common Symbols:
Greek Letters:
P α,R Ω, Qβ, γ (use \alpha,\Omega, etc. )
Operators: , , (use \sum, etc. )
√
Miscellaneous: ba , \frac{a}{b}, x, \sqrt{x}, xi , x i,
x i ,x^i
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 9/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 10/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
a=b+c
d + e = f + g + h.
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 11/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 12/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 13/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 15/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
References in LaTeX
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 16/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 17/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 18/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 19/30
Advanced features What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 20/30
Presentation in LATEX What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 21/30
Presentation in LATEX What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 22/30
Presentation in LATEX What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 23/30
Presentation in LATEX What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Figure: Example of title slide with Copenhagen theme and color theme
whale
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 24/30
Overleaf What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Overleaf
Overleaf: .
An online LATEX editor for creating documents [2].
No installation required; accessible from any device.
Access to variety of templates for different document types.
Collaborative features for real-time editing.
Sync projects with Dropbox and it supports git.
Getting started with overleaf:
Create an account at www.overleaf.com.
Start a new project or upload existing LATEX files.
Choose a template or start from the scratch.
.
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 25/30
Overleaf What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
Overleaf Home
Overleaf Templates
Overleaf Templates
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 28/30
Overleaf What is LaTeX ? Why use LaTeX ? Basic document structure in LaTeX Creating a document A
References
Leslie Lamport.
LATEX: a document preparation system.
Addison- Wesley Pub. co., 1986.
Overleaf.
Overleaf- about us.
http://www.overleaf.com, 2011.
Accessed April 6, 2011.
Dr. Harsh Vardhan Mahara LaTeX: A Tool for Technical Writing, Presentation and Scientific Research. January 22, 2025 29/30
Thank You!