sttp/latex/latex.rst
changeset 0 27e1f5bd2774
equal deleted inserted replaced
-1:000000000000 0:27e1f5bd2774
       
     1 Module 3: LaTeX
       
     2 ===============
       
     3 
       
     4 Module Objectives
       
     5 -----------------
       
     6 
       
     7 After completing this module, a participant will be successfully able to:
       
     8 
       
     9 - Produce professional documents in LaTeX.  RBT Ap
       
    10 - Typeset Mathematical equations.           RBT Ap
       
    11 - Include figures, tables and code samples. RBT Ap
       
    12 - Add References and write BibTeX files.    RBT Ap
       
    13 
       
    14 Suggested Reading
       
    15 -----------------
       
    16 
       
    17 1. *LaTeX Wikibook*
       
    18 
       
    19 2. *The Not So Short Introduction to LaTeX2e* by Tobias Oetikar et. al. 
       
    20 
       
    21 
       
    22 Session Level Split-up
       
    23 ----------------------
       
    24 
       
    25 +---------+---------------------------------+---------+
       
    26 | Session | Topic  			    | Duration|
       
    27 +=========+=================================+=========+
       
    28 | 1	  | Introduction, TeX & LaTeX       |  5 min  |
       
    29 |         | WYSIWG vs. WYSIWM               |         |
       
    30 |         |                                 |         |
       
    31 |         | Hello World, Compiling,         |  10 min |
       
    32 |         | Where we want to go, Some Basics|         |
       
    33 +---------+---------------------------------+---------+
       
    34 | 2	  | Some Structural Elements        |  15 min |
       
    35 |         |                                 |         |
       
    36 |         | Top Matter, ``\documentclass``, |         |
       
    37 |	  | Abstract,                       |         |
       
    38 |         | Sections, Chapters & Parts,     |         |
       
    39 |         | Appendices, Table of Contents   |         |
       
    40 +---------+---------------------------------+---------+
       
    41 | 3	  | Emphasizing, Quotation marks,   |  5 min  |
       
    42 |	  | Dashes & Hyphens, Footnotes,    |         |
       
    43 |         | Flushleft, Flushright & Center  |         |
       
    44 |	  |                                 |         |
       
    45 |         | Enumerate, Itemize, Description,|  10 min |
       
    46 |         | Quote, Quotation and Verse,     |         |
       
    47 |         | Verbatim                        |         |
       
    48 +---------+---------------------------------+---------+
       
    49 | 4	  | ``\tabular`` environment,       |  20 min |
       
    50 |         | Importing Graphics, Floats,     |         |
       
    51 |         | Captions, List of Figures,      |         |
       
    52 |         | List of Tables, Cross References|         |     
       
    53 +---------+---------------------------------+---------+
       
    54 | 5	  | ``\thebibliography``            |  10 min |
       
    55 |         | environment, BibTeX             |         |
       
    56 +---------+---------------------------------+---------+
       
    57 | 6	  | ``\usepackage{amsmath}``,       |  5 min  |
       
    58 |         | Single Equations                |         |
       
    59 |         |                                 |         |
       
    60 |         | Building blocks of an equation, |  15 min |
       
    61 |         | Multiple Equations, Arrays and  |         |
       
    62 |	  | Matrices                        |         |
       
    63 +---------+---------------------------------+---------+
       
    64 | 7       | ``beamer``, ``listing``,        |  10 min |
       
    65 |         | Including files                 |         |
       
    66 +---------+---------------------------------+---------+
       
    67 | 8       | Exercises                       |  15 min |
       
    68 +---------+---------------------------------+---------+
       
    69