diff options
author | hardythe1 | 2014-06-13 18:29:04 +0530 |
---|---|---|
committer | hardythe1 | 2014-06-13 18:29:04 +0530 |
commit | 2f9d25d3e6d8ecaed6f86452c845fd9c70154710 (patch) | |
tree | 039e33eeef6f719078dd34722be6ea7a66e5b78b /lecture_notes/source/latex/module_plan.rst | |
parent | a6b748ea000473c4cb36ec769a64fa5c9595a59e (diff) | |
download | sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.gz sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.tar.bz2 sees-2f9d25d3e6d8ecaed6f86452c845fd9c70154710.zip |
changes in the directory so that it can be compiled by sphinx
Diffstat (limited to 'lecture_notes/source/latex/module_plan.rst')
-rw-r--r-- | lecture_notes/source/latex/module_plan.rst | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/lecture_notes/source/latex/module_plan.rst b/lecture_notes/source/latex/module_plan.rst new file mode 100644 index 0000000..d30539a --- /dev/null +++ b/lecture_notes/source/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 | ++----------------------------------+--------+ + + |