1 <html> |
|
2 <head> |
|
3 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
|
4 <title>Chapter 1. </title> |
|
5 <link rel="stylesheet" href="hgbook.css" type="text/css"> |
|
6 <meta name="generator" content="DocBook XSL Stylesheets V1.75.1"> |
|
7 </head> |
|
8 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" title="Chapter 1. "> |
|
9 <div class="titlepage"></div> |
|
10 <div class="toc"> |
|
11 <p><b>Table of Contents</b></p> |
|
12 <dl> |
|
13 <dt><span class="article"><a href="#id2439024">Module 3: LaTeX</a></span></dt> |
|
14 <dd><dl> |
|
15 <dt><span class="section"><a href="#suggested-reading">1. Suggested Reading</a></span></dt> |
|
16 <dt><span class="section"><a href="#session-level-split-up">2. Session Level Split-up</a></span></dt> |
|
17 </dl></dd> |
|
18 </dl> |
|
19 </div> |
|
20 <div class="article" title="Module 3: LaTeX"> |
|
21 <div class="titlepage"> |
|
22 <div><div><h2 class="title"> |
|
23 <a name="id2439024"></a>Module 3: LaTeX</h2></div></div> |
|
24 <hr> |
|
25 </div> |
|
26 <div class="toc"> |
|
27 <p><b>Table of Contents</b></p> |
|
28 <dl> |
|
29 <dt><span class="section"><a href="#suggested-reading">1. Suggested Reading</a></span></dt> |
|
30 <dt><span class="section"><a href="#session-level-split-up">2. Session Level Split-up</a></span></dt> |
|
31 </dl> |
|
32 </div>Module Objectives |
|
33 <p><a name="x_1fd"></a>After completing this module, a participant will be successfully able to:</p> |
|
34 <div class="itemizedlist"><ul class="itemizedlist" type="-"> |
|
35 <li class="listitem" style="list-style-type: -"><p><a name="x_1fe"></a>Produce professional documents in LaTeX. RBT Ap</p></li> |
|
36 <li class="listitem" style="list-style-type: -"><p><a name="x_1ff"></a>Typeset Mathematical equations. RBT Ap</p></li> |
|
37 <li class="listitem" style="list-style-type: -"><p><a name="x_200"></a>Include figures, tables and code samples. RBT Ap</p></li> |
|
38 <li class="listitem" style="list-style-type: -"><p><a name="x_201"></a>Add References and write BibTeX files. RBT Ap</p></li> |
|
39 </ul></div> |
|
40 <div class="section" title="1. Suggested Reading"> |
|
41 <div class="titlepage"><div><div><h2 class="title" style="clear: both"> |
|
42 <a name="suggested-reading"></a>1. Suggested Reading</h2></div></div></div> |
|
43 <div class="orderedlist"><ol class="orderedlist" type="1"> |
|
44 <li class="listitem"><p><a name="x_202"></a> |
|
45 <span class="emphasis"><em>LaTeX Wikibook</em></span> |
|
46 </p></li> |
|
47 <li class="listitem"><p><a name="x_203"></a> |
|
48 <span class="emphasis"><em>The Not So Short Introduction to LaTeX2e</em></span> by Tobias Oetikar et. al. |
|
49 </p></li> |
|
50 </ol></div> |
|
51 </div> |
|
52 <div class="section" title="2. Session Level Split-up"> |
|
53 <div class="titlepage"><div><div><h2 class="title" style="clear: both"> |
|
54 <a name="session-level-split-up"></a>2. Session Level Split-up</h2></div></div></div> |
|
55 <p><a name="x_204"></a>+---------+---------------------------------+---------+ | 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, |
|
56 <code class="literal">\documentclass</code>, | | | | 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 | |
|
57 <code class="literal">\tabular</code> environment, | 20 min | | | Importing Graphics, Floats, | | | | Captions, List of Figures, | | | | List of Tables, Cross References| | +---------+---------------------------------+---------+ | 5 | |
|
58 <code class="literal">\thebibliography</code> | 10 min | | | environment, BibTeX | | +---------+---------------------------------+---------+ | 6 | |
|
59 <code class="literal">\usepackage{amsmath}</code>, | 5 min | | | Single Equations | | | | | | | | Building blocks of an equation, | 15 min | | | Multiple Equations, Arrays and | | | | Matrices | | +---------+---------------------------------+---------+ | 7 | |
|
60 <code class="literal">beamer</code>, |
|
61 <code class="literal">listing</code>, | 10 min | | | Including files | | +---------+---------------------------------+---------+ | 8 | Exercises | 15 min | +---------+---------------------------------+---------+ |
|
62 </p> |
|
63 </div> |
|
64 </div> |
|
65 </div></body> |
|
66 </html> |
|