summaryrefslogtreecommitdiff
path: root/latex
diff options
context:
space:
mode:
authorPuneeth Chaganti2011-04-18 12:08:59 +0530
committerPuneeth Chaganti2011-04-18 12:08:59 +0530
commitdefb6970fc58603aa72971166a31a38220fb5340 (patch)
treea6b22ab1cbd3491cbfb275b3fdc632f8befbf644 /latex
parent1e4349761f43718c1a9be8790ea6b2ecafbf7bcf (diff)
downloadsees-defb6970fc58603aa72971166a31a38220fb5340.tar.gz
sees-defb6970fc58603aa72971166a31a38220fb5340.tar.bz2
sees-defb6970fc58603aa72971166a31a38220fb5340.zip
latex: Rename module plan file and other minor changes.
Diffstat (limited to 'latex')
-rw-r--r--latex/latex.rst69
-rw-r--r--latex/module_plan.rst74
-rw-r--r--latex/slides.tex7
3 files changed, 76 insertions, 74 deletions
diff --git a/latex/latex.rst b/latex/latex.rst
deleted file mode 100644
index 7f4328c..0000000
--- a/latex/latex.rst
+++ /dev/null
@@ -1,69 +0,0 @@
-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 | 5 min |
-| | WYSIWG vs. WYSIWM | |
-| | | |
-| | Hello World, Compiling, | 10 min |
-| | Where we want to go, Some Basics| |
-+---------+---------------------------------+---------+
-| 2 | Some Structural Elements | 15 min |
-| | | |
-| | Top Matter, ``\documentclass``, | |
-| | Abstract, | |
-| | Sections, Chapters & Parts, | |
-| | Appendices, Table of Contents | |
-+---------+---------------------------------+---------+
-| 3 | Emphasizing, Quotation marks, | 5 min |
-| | Dashes & Hyphens, Footnotes, | |
-| | Flushleft, Flushright & Center | |
-| | | |
-| | Enumerate, Itemize, Description,| 10 min |
-| | Quote, Quotation and Verse, | |
-| | Verbatim | |
-+---------+---------------------------------+---------+
-| 4 | ``\tabular`` environment, | 20 min |
-| | Importing Graphics, Floats, | |
-| | Captions, List of Figures, | |
-| | List of Tables, Cross References| |
-+---------+---------------------------------+---------+
-| 5 | ``\thebibliography`` | 10 min |
-| | environment, BibTeX | |
-+---------+---------------------------------+---------+
-| 6 | ``\usepackage{amsmath}``, | 5 min |
-| | Single Equations | |
-| | | |
-| | Building blocks of an equation, | 15 min |
-| | Multiple Equations, Arrays and | |
-| | Matrices | |
-+---------+---------------------------------+---------+
-| 7 | ``beamer``, ``listing``, | 10 min |
-| | Including files | |
-+---------+---------------------------------+---------+
-| 8 | Exercises | 15 min |
-+---------+---------------------------------+---------+
-
diff --git a/latex/module_plan.rst b/latex/module_plan.rst
new file mode 100644
index 0000000..d30539a
--- /dev/null
+++ b/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 |
++----------------------------------+--------+
+
+
diff --git a/latex/slides.tex b/latex/slides.tex
index 1b05d2d..c3470af 100644
--- a/latex/slides.tex
+++ b/latex/slides.tex
@@ -117,7 +117,8 @@
\end{itemize}
\end{frame}
-\begin{frame}[fragile]{{\LaTeX}{is awesome}
+\begin{frame}[fragile]
+ \frametitle{\LaTeX~ as a Mark-up}
\begin{itemize}
\item {\LaTeX} is a document based mark-up
\item Mark-up --- a system of annotating text, adding extra
@@ -152,10 +153,6 @@
\end{itemize}
\end{frame}
-\newline \\
-\newpage
-
-
\begin{frame}[fragile]
\frametitle{Comments \& Special Characters}
\begin{itemize}