Size: 5437
Comment:
|
← Revision 5 as of 2010-08-04 09:16:30 ⇥
Size: 5011
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
#acl FosseeGroup:read,write All:read | |
Line 3: | Line 4: |
Table of contents: | |
Line 9: | Line 9: |
|| Introduction || || | || '''Introduction''' || || |
Line 12: | Line 12: |
|| First Document || || | || '''First Document''' || || |
Line 15: | Line 15: |
|| Basic Structure || || | || '''Basic Structure''' || || |
Line 19: | Line 19: |
|| Typesetting Text || || | || '''Typesetting Text''' || || |
Line 24: | Line 24: |
|| Tables, Figures, Floats, Labels & Referencing || || | || '''Tables, Figures, Floats, Labels & Referencing''' || || |
Line 28: | Line 28: |
|| Mathematics || 25min || || Bibliography || || |
|| '''Mathematics''' || 25min || || '''Bibliography''' || || |
Line 32: | Line 32: |
|| Presentations || || | || '''Presentations''' || || |
Line 50: | Line 50: |
* only pdflatex [[BR]] | * only pdflatex |
Line 54: | Line 54: |
* \documentclass{article} [[BR]] * environments [[BR]] * \begin{document}, \end{document} [[BR]] * %comments [[BR]] |
* \documentclass{article} * environments * \begin{document}, \end{document} * %comments |
Line 61: | Line 61: |
* spaces, newline, new paragraph [[BR]] * examples [[BR]] * special characters \% \& \{ \} \\ \textbackslash [[BR]] * nothing after the \end{document} is seen by LaTeX [[BR]] |
* spaces, newline, new paragraph * examples * special characters \% \& \{ \} \\ \textbackslash * nothing after the \end{document} is seen by LaTeX |
Line 70: | Line 70: |
* environments, commands - syntax [[BR]] * commands begin with \ [[BR]] * case sensitive [[BR]] * any character other than letters – numbers, space or sp. chars. – terminate the command [[BR]] * parameters { } [[BR]] * optional parameters [ ] [[BR]] * article, report, book, beamer, letter [[BR]] * optional parameters [[BR]] * font size [[BR]] * paper size [[BR]] * onecolumn, twocolumn [[BR]] * draft [[BR]] |
* environments, commands - syntax * commands begin with \ * case sensitive * any character other than letters – numbers, space or sp. chars. – terminate the command * parameters { } * optional parameters [ ] * article, report, book, beamer, letter * optional parameters * font size * paper size * onecolumn, twocolumn * draft |
Line 85: | Line 85: |
* title [[BR]] * author [[BR]] * date [[BR]] * maketitle [[BR]] |
* title * author * date * maketitle |
Line 92: | Line 92: |
* part, chapter, section, subsection, subsubsection [[BR]] * alternative short headings [[BR]] * for TOC [[BR]] * Section numbering [[BR]] * secnumdepth [[BR]] * tocdepth [[BR]] * un-numbered sections [[BR]] * compile twice [[BR]] |
* part, chapter, section, subsection, subsubsection * alternative short headings * for TOC * Section numbering * secnumdepth * tocdepth * un-numbered sections * compile twice |
Line 105: | Line 105: |
* \renewcommand [[BR]] | * \renewcommand |
Line 109: | Line 109: |
* \tableofcontents [[BR]] * \addcontentsline [[BR]] * compile twice [[BR]] |
* \tableofcontents * \addcontentsline * compile twice |
Line 117: | Line 117: |
* emphasizing text [[BR]] * font styles and size [[BR]] * \texttt, \textbf, \textsc … [[BR]] * \uline, \uwave, \sout [[BR]] * \tiny, \large, \Huge, … [[BR]] * subscript, superscript [[BR]] * quotation marks [[BR]] |
* emphasizing text * font styles and size * \texttt, \textbf, \textsc … * \uline, \uwave, \sout * \tiny, \large, \Huge, … * subscript, superscript * quotation marks |
Line 127: | Line 127: |
* itemize [[BR]] * enumerate [[BR]] * description [[BR]] * nested lists [[BR]] |
* itemize * enumerate * description * nested lists |
Line 134: | Line 134: |
* Footnotes [[BR]] * quoting text [[BR]] * verbatim [[BR]] * Listings package [[BR]] |
* Footnotes * quoting text * verbatim * Listings package |
Line 143: | Line 143: |
* creating tables [[BR]] * rows and columns [[BR]] * positioning [[BR]] * justifying text [[BR]] * r, l, c [[BR]] * lines [[BR]] * |, hline, cline [[BR]] |
* creating tables * rows and columns * positioning * justifying text * r, l, c * lines * |, hline, cline |
Line 153: | Line 153: |
* graphicx package [[BR]] * supported image formats [[BR]] * \includegraphics [[BR]] * options - scale, height, width, angle [[BR]] |
* graphicx package * supported image formats * \includegraphics * options - scale, height, width, angle |
Line 160: | Line 160: |
* Figures [[BR]] * Tables [[BR]] * Captions [[BR]] |
* Figures * Tables * Captions |
Line 166: | Line 166: |
* Floats [[BR]] * Sections [[BR]] |
* Floats * Sections |
Line 171: | Line 171: |
* listoftables [[BR]] * listoffigures [[BR]] |
* listoftables * listoffigures |
Line 180: | Line 180: |
* inline [[BR]] * displayed [[BR]] |
* inline * displayed |
Line 195: | Line 195: |
* \left( \right) [[BR]] | * \left( \right) |
Line 199: | Line 199: |
* dots [[BR]] | * dots |
Line 203: | Line 203: |
* \, \quad \qquad [[BR]] | * \, \quad \qquad |
Line 215: | Line 215: |
* \cite [[BR]] * more specific [p. 207] [[BR]] * multiple citations [[BR]] |
* \cite * more specific [p. 207] * multiple citations |
Line 221: | Line 221: |
* writing a .bib file [[BR]] * using it [[BR]] * compiling [[BR]] * Bibliography styles [[BR]] |
* writing a .bib file * using it * compiling * Bibliography styles |
LaTeX Session Plan & Outline
Contents
1 Session Plan with Time
Session Details |
Time |
Introduction |
|
- TeX & LaTeX |
5min |
- Why LaTeX |
5min |
First Document |
|
- writing the source, compiling |
5min |
- what does it mean?, a few edits |
10min |
Basic Structure |
|
- documentclass, Top matter |
10min |
- sectioning commands, appendices |
10min |
- Abstract, table of contents |
10min |
Typesetting Text |
|
- emphasizing, quote marks, font styles, sub&super-script |
5min |
- Lists |
10min |
- Footnotes, quoting text, verbatim |
5min |
- Listings package |
5min |
Tables, Figures, Floats, Labels & Referencing |
|
- Tables |
10min |
- Figures and Floats |
10min |
- Labels, Cross-referencing, List of Tables & Figures |
5min |
Mathematics |
25min |
Bibliography |
|
- thebibliography environment, \cite |
10min |
- BibTeX, Bibliography in ToC |
20min |
Presentations |
|
- frames, title & info, text animation, themes, toc |
10min |
Buffer |
10min |
2 Outline
2.1 Introduction
2.1.1 What are TeX & LaTeX
2.1.2 Why LaTeX? (WYSIWYG vs. WYSIWYM)
2.2 First Document
2.2.1 writing the source
2.2.2 compiling, to get the document
- only pdflatex
2.2.3 what does it mean?
- \documentclass{article}
- environments
- \begin{document}, \end{document}
- %comments
2.2.4 A few edits to show the following
- spaces, newline, new paragraph
- examples
special characters \% \& \{ \} \\ \textbackslash
- nothing after the \end{document} is seen by LaTeX
2.3 Basic Structure
2.3.1 documentclass
- environments, commands - syntax
- commands begin with \
- case sensitive
- any character other than letters – numbers, space or sp. chars. – terminate the command
- parameters { }
- optional parameters [ ]
- article, report, book, beamer, letter
- optional parameters
- font size
- paper size
- onecolumn, twocolumn
- draft
2.3.2 Titles/Top Matter
- title
- author
- date
- maketitle
2.3.3 Sectioning Commands
- part, chapter, section, subsection, subsubsection
- alternative short headings
- for TOC
- Section numbering
- secnumdepth
- tocdepth
- un-numbered sections
- compile twice
2.3.4 Appendices
2.3.5 Abstract
- \renewcommand
2.3.6 Table of contents
- \tableofcontents
- \addcontentsline
- compile twice
2.4 Typesetting Text
2.4.1 Text formatting
- emphasizing text
- font styles and size
- \texttt, \textbf, \textsc …
- \uline, \uwave, \sout
- \tiny, \large, \Huge, …
- subscript, superscript
- quotation marks
2.4.2 Lists
- itemize
- enumerate
- description
- nested lists
2.4.3 Special paragraphs
- Footnotes
- quoting text
- verbatim
- Listings package
2.5 Tables, Figures, Floats, Labels & Referencing
2.5.1 tabular environment
- creating tables
- rows and columns
- positioning
- justifying text
- r, l, c
- lines
- |, hline, cline
2.5.2 Graphics
- graphicx package
- supported image formats
- \includegraphics
- options - scale, height, width, angle
2.5.3 Floats
- Figures
- Tables
- Captions
2.5.4 Labels and Cross-referencing
- Floats
- Sections
2.5.5 List of Tables, Figures
- listoftables
- listoffigures
2.6 Typesetting Math
2.6.1 \usepackage{amsmath}
2.6.2 Modes
- inline
- displayed
2.6.3 Symbols
2.6.4 Powers and indices
2.6.5 Fractions
2.6.6 Roots
2.6.7 Sums and integrals
2.6.8 Brackets
- \left( \right)
2.6.9 Matrices
- dots
2.6.10 spacing
- \, \quad \qquad
2.6.11 Equation numbering
2.6.12 align, align*
2.7 Bibliography
2.7.1 thebibliography environment
2.7.2 Citations
- \cite
- more specific [p. 207]
- multiple citations
2.7.3 BibTeX
- writing a .bib file
- using it
- compiling
- Bibliography styles
2.7.4 Bibliography in ToC
2.8 Beamer
2.8.1 frames
2.8.2 title page, information
2.8.3 text animations
2.8.4 themes