diff options
author | Puneeth Chaganti | 2009-08-24 05:24:34 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2009-08-24 05:24:34 +0530 |
commit | 81f4af6ac3cd3781b79b5f19b82176c41a1838b5 (patch) | |
tree | f7cb442564548267575a25e2dda2ced5ce0e1a06 /latex/latex.rst | |
parent | 85864fd5025b48ca3e2150dbfff0105eeed868eb (diff) | |
download | sees-81f4af6ac3cd3781b79b5f19b82176c41a1838b5.tar.gz sees-81f4af6ac3cd3781b79b5f19b82176c41a1838b5.tar.bz2 sees-81f4af6ac3cd3781b79b5f19b82176c41a1838b5.zip |
Session Plan for LaTeX added.
Diffstat (limited to 'latex/latex.rst')
-rw-r--r-- | latex/latex.rst | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/latex/latex.rst b/latex/latex.rst new file mode 100644 index 0000000..b29c9c7 --- /dev/null +++ b/latex/latex.rst @@ -0,0 +1,83 @@ +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 | 10 min | +| | WYSIWG vs. WYSIWM | | +| | | | +| | LaTeX source, Hello World | 10 min | +| | Compiling | | ++---------+---------------------------------+---------+ +| 2 | General Document Structure | 15 min | +| | | | +| | ``\documentclass``, | | +| | Document environment, | | +| | Preamble, | | +| | Packages, | | +| | Top Matter, | | +| | Abstract, | | +| | Sectioning Commands, | | +| | Appendices, | | +| | ToC, Bibliography, | | +| | Including files | | ++---------+---------------------------------+---------+ +| 3 | Line & Page Breaks, | 5 min | +| | Symbols & Special Characters, | | +| | Emphasized words | | +| | | | +| | Cross References, | 5 min | +| | Footnotes, | | +| | | | +| | Enumerate, Itemize, Description | 5 min | +| | | | +| | Flushleft, Flushright, Center | 5 min | +| | Quote, Quotation and Verse, | | +| | Abstract, | | +| | Verbatim | | ++---------+---------------------------------+---------+ +| | Buffer time | 5 min | ++---------+---------------------------------+---------+ +| 4 | ``\tabular`` environment, | 15 min | +| | Importing Graphics, Floats | | +| | | | +| | Captions, List of Figures, | 5 min | +| | List of Tables | | ++---------+---------------------------------+---------+ +| 5 | ``\usepackage{amsmath}``, | 5 min | +| | Single Equations | | +| | | | +| | Building blocks of an equation, | 15 min | +| | Multiple Equations, Arrays and | | +| | Matrices | | ++---------+---------------------------------+---------+ +| 6 | ``\thebibliography`` | 15 min | +| | environment, BibTeX | | ++---------+---------------------------------+---------+ +| | Buffer time | 5 min | ++---------+---------------------------------+---------+ + + + |