diff options
Diffstat (limited to 'lecture-notes/latex/module_plan.rst')
-rw-r--r-- | lecture-notes/latex/module_plan.rst | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/lecture-notes/latex/module_plan.rst b/lecture-notes/latex/module_plan.rst new file mode 100644 index 0000000..d30539a --- /dev/null +++ b/lecture-notes/latex/module_plan.rst @@ -0,0 +1,74 @@ +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 Details | Time | ++----------------------------------+--------+ +| Introduction | 20 min | +| - TeX & LaTeX | | +| - Why LaTeX | | +| - LaTeX as a markup | | +| - Typesetting a minimal document | | +| - commands, environments | | +| - comments, special characters | | +| - Spacing | | +| | | +| Adding Structure | 25 min | +| - documentclass, top matter | | +| - abstract | | +| - sections | | +| - appendix | | +| - ToC | | +| | | +| Typesetting Text | 20 min | +| - quotation marks | | +| - emphasis | | +| - lists | | +| - footnotes | | +| - labels and references | | +| - verbatim, lstlisting | | ++----------------------------------+--------+ +| Figures, Tables & Floats | 20 min | +| - includegraphics | | +| - floats | | +| - captions & references | | +| - tabular | | +| - list of tables, figures | | +| | | +| Typesetting Math | 25 min | +| - amsmath | | +| - matrices | | +| - sub-scripts, superscripts | | +| - summation, integration | | +| - displayed math | | +| - groups of equations | | +| - fractions, surds | | +| - greek letters, spacing | | +| | | +| Bibliography | 5 min | +| | | +| Presentations - Beamer | 10 min | ++----------------------------------+--------+ + + |