diff options
Diffstat (limited to 'Latex/Latex6')
-rw-r--r-- | Latex/Latex6/latex_math2beamer.tex | 20 | ||||
-rw-r--r-- | Latex/Latex6/latex_math_biblo_beamer_script.rst | 32 |
2 files changed, 41 insertions, 11 deletions
diff --git a/Latex/Latex6/latex_math2beamer.tex b/Latex/Latex6/latex_math2beamer.tex index d8ba927..3671c68 100644 --- a/Latex/Latex6/latex_math2beamer.tex +++ b/Latex/Latex6/latex_math2beamer.tex @@ -76,6 +76,18 @@ \end{itemize} \end{frame} +\begin{frame} + \frametitle{Pre-requisite} + \label{sec-3} + + Spoken tutorial on - + + \begin{itemize} + \item Basics of LaTeX and its document structure. + \item Typesetting LaTeX text. + \end{itemize} +\end{frame} + \begin{frame}[fragile] \frametitle{\LaTeX\ \&\ Mathematics : An Introduction} \begin{itemize} @@ -262,7 +274,7 @@ \end{frame} \begin{frame}[fragile] - \frametitle{Greek characters \& Spacing} + \frametitle{Greek characters \& Spacing in math environments} \begin{itemize} \item Typesetting Greek characters is simple \item \lstinline+\alpha+, \lstinline+\beta+, \lstinline+\gamma+, @@ -364,7 +376,7 @@ \end{frame} \begin{frame}[fragile] - \frametitle{Beamer \ldots} + \frametitle{Beamer: An Example presentation} \tiny{ \begin{verbatim} \documentclass{beamer} @@ -407,7 +419,7 @@ \end{frame} \begin{frame}[fragile] - \frametitle{\typ{Evaluation}} + \frametitle{\typ{Self assessment questions}} \label{sec-9} {\small \begin{enumerate} @@ -420,7 +432,7 @@ remove the line. \end{frame} \begin{frame}[fragile] -\frametitle{\typ{Solutions}} +\frametitle{\typ{Self assessment questions: Solutions}} \label{sec-10} \begin{enumerate} \item The outertheme command in beamer is used to customize the amount of diff --git a/Latex/Latex6/latex_math_biblo_beamer_script.rst b/Latex/Latex6/latex_math_biblo_beamer_script.rst index b98a750..637ee2b 100644 --- a/Latex/Latex6/latex_math_biblo_beamer_script.rst +++ b/Latex/Latex6/latex_math_biblo_beamer_script.rst @@ -11,8 +11,7 @@ .. Prerequisites .. ------------- -.. 1. Introduction to LaTeX. -.. #. Basics of LaTeX and its document structure. +.. 1. Basics of LaTeX and its document structure. .. #. Typesetting LaTeX text. .. 1. latex_intro @@ -55,10 +54,13 @@ formulae, bibliography and presentations, using LaTeX. .. R3 Before beginning this tutorial, it is recommended to complete the tutorials -given in the prerequisite. +titled "Basics of LaTeX and its document structure" and "Typesetting LaTeX +text". .. L4 +{{{ Show the "LaTeX & Mathematics : An Introduction" slide }}} + .. R4 In general, it is advisable to use the AMS-LaTeX bundle to typeset mathematics @@ -82,6 +84,7 @@ from equation family. .. L5 +{{{ Show the "Matrices" slide }}} .. R5 @@ -95,6 +98,7 @@ and its allied environments are defined by the amsmath package. .. L6 +{{{ Show the "Matrices ..." slide }}} .. R6 @@ -109,6 +113,7 @@ Please pause the tutorial and go through the example shown on the screen. .. L7 {{{continue from paused state}}} +{{{ Show the "Superscripts & Subscripts" slide }}} .. R7 @@ -121,6 +126,7 @@ and closing curly brackets. .. L8 +{{{ Show the "Summation & integration" slide }}} .. R8 @@ -131,6 +137,7 @@ the sum and int command are specified using the carat and underscore characters .. L9 +{{{ Show the "displayed math" slide }}} .. R9 @@ -145,6 +152,7 @@ equation environment). .. L10 +{{{ Show the "Groups of equations" slide }}} .. R10 @@ -162,6 +170,7 @@ ampersand symbol. .. L11 +{{{ Show the "Fractions & Surds" slide }}} .. R11 @@ -174,6 +183,8 @@ inline mode. .. L12 +{{{ Show the "Greek characters & Spacing in math environments" slide }}} + .. R12 Inserting Greek letters into LaTeX is simple. we use commands named alpha, beta, @@ -187,6 +198,8 @@ to specify the spacing required. .. L13 +{{{ Show the "Bibliography" slide }}} + .. R13 Writing bibliographies in LaTeX using the thebibliography environment is pretty @@ -208,6 +221,7 @@ the bibliography environment with an parameter, whose value is 9. .. L14 {{{continue from paused state}}} +{{{ Show the "Beamer" slide }}} .. R14 @@ -223,6 +237,8 @@ that content is divided into slides. .. L15 +{{{ Show the "Beamer ..." slide }}} + .. R15 The usetheme command is used to specify the theme to be used for the current @@ -246,6 +262,8 @@ this marvelous utility. .. L16 +{{{ Show the "Beamer: An Example presentation" slide }}} + .. R16 This screen shows a very basic LaTeX presentation done using beamer. We use the @@ -257,7 +275,7 @@ example shown on the screen. .. L17 {{{continue from paused state}}} -{{{ Show summary slide }}} +{{{ Show the "Summary" slide }}} .. R17 @@ -270,7 +288,7 @@ This brings us to the end of this tutorial. In this tutorial, we have, .. L18 -{{{Show self assessment questions slide}}} +{{{ Show the "Self assessment questions" slide }}} .. R18 @@ -284,7 +302,7 @@ remove the line. .. L19 -{{{Show self assessment questions slide}}} +{{{ Show the "Self assessment questions: Solutions" slide }}} .. R19 @@ -300,7 +318,7 @@ package. .. L20 -{{{ Show the thankyou slide }}} +{{{ Show the "Thank you" slide }}} .. R20 |