diff options
Diffstat (limited to 'Latex/Latex3/latex_basics.tex')
-rw-r--r-- | Latex/Latex3/latex_basics.tex | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/Latex/Latex3/latex_basics.tex b/Latex/Latex3/latex_basics.tex index 27142bf..d09aa92 100644 --- a/Latex/Latex3/latex_basics.tex +++ b/Latex/Latex3/latex_basics.tex @@ -74,6 +74,18 @@ \end{itemize} \end{frame} +\begin{frame} +\frametitle{Pre-requisite} +\label{sec-3} + + Spoken tutorial on - + +\begin{itemize} +\item Introduction to {\LaTeX}. +\end{itemize} +\end{frame} + + \begin{frame}[fragile] \frametitle{A Very Basic {\LaTeX} document} {\tiny @@ -105,7 +117,7 @@ \end{frame} \begin{frame}[fragile] - \frametitle{\typ{documentclass command}\ \ldots} + \frametitle{\typ{documentclass command: A Closer look}} \begin{itemize} \item Used to select the \emph{class} of our document \item Some available classes - \typ{article}, \typ{proc}, @@ -267,6 +279,16 @@ \end{frame} \begin{frame}[fragile] + \frametitle{Appendices} + \begin{itemize} + \item \lstinline{\appendix} command indicates the beginning of appendices. + \item Any content after \lstinline{\appendix}, will be added to the appendix. + \item Use sectioning commands to add sections. + \end{itemize} +\end{frame} + + +\begin{frame}[fragile] \frametitle{\typ{Table of Contents [TOC]}} \begin{itemize} \item Our document is short, but let's learn to add a TOC @@ -292,8 +314,7 @@ \begin{frame}[fragile] \frametitle{\typ{Exercise 1}} \begin{center} - Write a LaTeX script that creates a document of type article, which contains both a table of content and an appendix. The table of content should be at the -beginning of the document and the appendix at the end. + Write a LaTeX script that creates a document of type article, which contains both a table of content and an appendix. The table of content should be at the beginning of the document and the appendix at the end. The book should contain two chapters, with the first chapter containing two numbered and two un-numbered sections. The first un-numbered section should be present in the table of content. \end{center} \end{frame} @@ -347,9 +368,9 @@ beginning of the document and the appendix at the end. \end{frame} \begin{frame}[fragile] - \frametitle{\typ{Evaluation}} + \frametitle{\typ{Self assessment questions}} \label{sec-9} - {\small + {\footnotesize \begin{enumerate} \item Is the LaTeX code given below a valid input file (File compiles successfully and produces the intended result, that is to produce a book with two chapters and an appendix. {\tiny |