latex/latex.rst
author Puneeth Chaganti <punchagan@fossee.in>
Mon, 31 Jan 2011 12:24:43 +0530
changeset 149 4499aebbee83
parent 61 cfae54ede139
permissions -rw-r--r--
vcs: Fix pygments highlighting of code blocks with $ and ' Pygments highlighting breaks when a code block ends with a lone $ on a line or when it has an unmatched '.

Module 3: LaTeX
===============

Module Objectives
-----------------

After completing this module, a participant will be successfully able to:

- Produce professional documents in LaTeX.  RBT Ap
- Typeset Mathematical equations.           RBT Ap
- Include figures, tables and code samples. RBT Ap
- Add References and write BibTeX files.    RBT Ap

Suggested Reading
-----------------

1. *LaTeX Wikibook*

2. *The Not So Short Introduction to LaTeX2e* by Tobias Oetikar et. al. 


Session Level Split-up
----------------------

+---------+---------------------------------+---------+
| Session | Topic  			    | Duration|
+=========+=================================+=========+
| 1	  | Introduction, TeX & LaTeX       |  5 min  |
|         | WYSIWG vs. WYSIWM               |         |
|         |                                 |         |
|         | Hello World, Compiling,         |  10 min |
|         | Where we want to go, Some Basics|         |
+---------+---------------------------------+---------+
| 2	  | Some Structural Elements        |  15 min |
|         |                                 |         |
|         | Top Matter, ``\documentclass``, |         |
|	  | Abstract,                       |         |
|         | Sections, Chapters & Parts,     |         |
|         | Appendices, Table of Contents   |         |
+---------+---------------------------------+---------+
| 3	  | Emphasizing, Quotation marks,   |  5 min  |
|	  | Dashes & Hyphens, Footnotes,    |         |
|         | Flushleft, Flushright & Center  |         |
|	  |                                 |         |
|         | Enumerate, Itemize, Description,|  10 min |
|         | Quote, Quotation and Verse,     |         |
|         | Verbatim                        |         |
+---------+---------------------------------+---------+
| 4	  | ``\tabular`` environment,       |  20 min |
|         | Importing Graphics, Floats,     |         |
|         | Captions, List of Figures,      |         |
|         | List of Tables, Cross References|         |     
+---------+---------------------------------+---------+
| 5	  | ``\thebibliography``            |  10 min |
|         | environment, BibTeX             |         |
+---------+---------------------------------+---------+
| 6	  | ``\usepackage{amsmath}``,       |  5 min  |
|         | Single Equations                |         |
|         |                                 |         |
|         | Building blocks of an equation, |  15 min |
|         | Multiple Equations, Arrays and  |         |
|	  | Matrices                        |         |
+---------+---------------------------------+---------+
| 7       | ``beamer``, ``listing``,        |  10 min |
|         | Including files                 |         |
+---------+---------------------------------+---------+
| 8       | Exercises                       |  15 min |
+---------+---------------------------------+---------+