latex/latex.rst
changeset 28 590974101ac8
child 56 eee394eb05fc
equal deleted inserted replaced
26:977009f5a22a 28:590974101ac8
       
     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       | 10 min  |
       
    29 |         | WYSIWG vs. WYSIWM               |         |
       
    30 |         |                                 |         |
       
    31 |         | LaTeX source, Hello World       | 10 min  |
       
    32 |         | Compiling                       |         |
       
    33 +---------+---------------------------------+---------+
       
    34 | 2	  | General Document Structure      | 15 min  |
       
    35 |         |                                 |         |
       
    36 |	  | ``\documentclass``,             |         |
       
    37 |	  | Document environment,           |	      |
       
    38 |         | Preamble,                       |         |
       
    39 |         | Packages,                       |         |
       
    40 |         | Top Matter,                     |         |
       
    41 |         | Abstract,                       |         |
       
    42 |         | Sectioning Commands,            |         |
       
    43 |         | Appendices,                     |         |
       
    44 |         | ToC, Bibliography,              |         |
       
    45 |         | Including files                 |         |
       
    46 +---------+---------------------------------+---------+
       
    47 | 3	  | Line & Page Breaks,             |  5 min  |
       
    48 |         | Symbols & Special Characters,   |         |
       
    49 |	  | Emphasized words                |         |
       
    50 |	  |                                 |	      |
       
    51 |         | Cross References,               |  5 min  |
       
    52 |         | Footnotes,                      |         |
       
    53 |         |                                 |         |
       
    54 |         | Enumerate, Itemize, Description |  5 min  |
       
    55 |         |                                 |         |
       
    56 |         | Flushleft, Flushright, Center   |  5 min  |
       
    57 |         | Quote, Quotation and Verse,     |         |
       
    58 |         | Abstract,                       |         |
       
    59 |         | Verbatim                        |         |
       
    60 +---------+---------------------------------+---------+
       
    61 |         | Buffer time                     |  5 min  |
       
    62 +---------+---------------------------------+---------+
       
    63 | 4	  | ``\tabular`` environment,       | 15 min  |
       
    64 |         | Importing Graphics, Floats      |         |
       
    65 |	  |                                 |	      |
       
    66 |         | Captions, List of Figures,      |  5 min  |
       
    67 |         | List of Tables                  |         |
       
    68 +---------+---------------------------------+---------+
       
    69 | 5	  | ``\usepackage{amsmath}``,       |  5 min  |
       
    70 |         | Single Equations                |         |
       
    71 |         |                                 |         |
       
    72 |         | Building blocks of an equation, | 15 min  |
       
    73 |         | Multiple Equations, Arrays and  |         |
       
    74 |	  | Matrices                        |         |
       
    75 +---------+---------------------------------+---------+
       
    76 | 6	  | ``\thebibliography``            | 15 min  |
       
    77 |         | environment, BibTeX             |         |
       
    78 +---------+---------------------------------+---------+
       
    79 |         | Buffer time                     |  5 min  |
       
    80 +---------+---------------------------------+---------+
       
    81 
       
    82 
       
    83