0% found this document useful (0 votes)
98 views9 pages

Document Preparation Using L TEX: Department of Computer Science and Engineering IIT Bombay

The document discusses organizing content in LaTeX documents. It will cover dividing content into sections, defining different section levels like chapters and subsections, and generating a table of contents. The document is presented by Firuza and Nagesh from IIT Bombay and will demonstrate how to structure documents using sections and auto-generate tables of contents in LaTeX.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
98 views9 pages

Document Preparation Using L TEX: Department of Computer Science and Engineering IIT Bombay

The document discusses organizing content in LaTeX documents. It will cover dividing content into sections, defining different section levels like chapters and subsections, and generating a table of contents. The document is presented by Firuza and Nagesh from IIT Bombay and will demonstrate how to structure documents using sections and auto-generate tables of contents in LaTeX.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 9

You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Document Preparation using LATEX

Firuza Karmali
Nagesh Karmali

Department of Computer Science and Engineering


IIT Bombay

Session: Defining Sections

1/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

You will learn to ...

• Organize the content into different sections


• Insert Table of Contents

2/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Recapitulate document class

• Document class
• article
• book
• report
• \documentclass{article}

3/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Sections

• Divide/Classify content in document


• Associated with document class
• Has a level number

4/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Section Levels

-1. \part{...}: article, report, book


0. \chapter{...}: report, book
1. \section{...}
2. \subsection{...}
3. \subsubsection{...}
4. \paragraph{...}
5. \subparagraph{...}
Note: 1 to 5 in all document classes

5/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

L
Demo

6/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Table of Contents

• \tableofcontents
• Display alias
• \section[alias]{...}

L
Demo

7/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Now, you can ...

• Organize content by creating sections


• Insert table of contents

8/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX
You will learn to ... Recapitulate Sections Section Levels Table of Contents Now, you can ...

Thank you
1

9/9
Firuza, Nagesh IIT Bombay
Document Preparation using LATEX

You might also like