summaryrefslogtreecommitdiff
path: root/Latex
diff options
context:
space:
mode:
Diffstat (limited to 'Latex')
-rw-r--r--Latex/Latex2/latex_intro.tex2
-rw-r--r--Latex/Latex2/latex_intro_script.rst42
-rw-r--r--Latex/Latex3/latex_basics.tex2
-rw-r--r--Latex/Latex3/latex_basics_and_structure_script.rst34
-rw-r--r--Latex/Latex6/latex_math2beamer.tex2
-rw-r--r--Latex/Latex6/latex_math_biblo_beamer_script.rst20
6 files changed, 51 insertions, 51 deletions
diff --git a/Latex/Latex2/latex_intro.tex b/Latex/Latex2/latex_intro.tex
index 1879685..eca5367 100644
--- a/Latex/Latex2/latex_intro.tex
+++ b/Latex/Latex2/latex_intro.tex
@@ -238,7 +238,7 @@ At the end of this tutorial, you will be able to,
\end{frame}
\begin{frame}
-\frametitle{Self assessment questions: Solutions}
+\frametitle{Solutions}
\label{sec-10}
\begin{enumerate}
\item We can use the following command to convert temp.dvi to temp\_1.ps\\
diff --git a/Latex/Latex2/latex_intro_script.rst b/Latex/Latex2/latex_intro_script.rst
index b8433a3..e9ca8c3 100644
--- a/Latex/Latex2/latex_intro_script.rst
+++ b/Latex/Latex2/latex_intro_script.rst
@@ -43,17 +43,17 @@ Hello Friends and welcome to the tutorial on introduction to LaTeX.
.. R2
-.. At the end of this tutorial, you will
-
-.. 1. Get acquainted to LaTeX.
-.. #. Know why we prefer LaTeX?
-.. #. Know the advantages and disadvantages of typesetting documents
-.. using the LaTeX approach.
-.. #. Have a description, of a typical work flow; which uses LaTeX to typeset
-.. documents.
-.. #. Recognize and differentiate between LaTeX commands, LaTeX comments and
-.. special characters, spacing and actual document content.
-.. #. Be able to create and compile a very simple LaTeX document.
+At the end of this tutorial, you will
+
+1. Get acquainted to LaTeX.
+#. Know why we prefer LaTeX?
+#. Know the advantages and disadvantages of typesetting documents
+ using the LaTeX approach.
+#. Have a description, of a typical work flow; which uses LaTeX to typeset
+ documents.
+#. Recognize and differentiate between LaTeX commands, LaTeX comments and
+ special characters, spacing and actual document content.
+#. Be able to create and compile a very simple LaTeX document.
.. L3
@@ -263,15 +263,15 @@ our documents.
This brings us to the end of this tutorial. In this tutorial, we have learnt
-.. 1. About LaTeX.
-.. #. why we prefer LaTeX.
-.. #. About the advantages and disadvantages of typesetting documents
-.. using the LaTeX approach.
-.. #. A description, of a typical work flow; which uses LaTeX to typeset
-.. documents.
-.. #. The ability to recognize and differentiate between LaTeX commands, LaTeX
-.. comments and special characters, spacing and actual document content.
-.. #. Created and compiled a very simple LaTeX document.
+1. About LaTeX.
+#. why we prefer LaTeX.
+#. About the advantages and disadvantages of typesetting documents
+ using the LaTeX approach.
+#. A description, of a typical work flow; which uses LaTeX to typeset
+ documents.
+#. The ability to recognize and differentiate between LaTeX commands, LaTeX
+ comments and special characters, spacing and actual document content.
+#. Created and compiled a very simple LaTeX document.
.. L16
@@ -290,7 +290,7 @@ same.
.. L17
-{{{ Show the "Self assessment questions: Solutions" slide }}}
+{{{ Show the "Solutions" slide }}}
.. R17
diff --git a/Latex/Latex3/latex_basics.tex b/Latex/Latex3/latex_basics.tex
index 3ddaa7f..d09aa92 100644
--- a/Latex/Latex3/latex_basics.tex
+++ b/Latex/Latex3/latex_basics.tex
@@ -398,7 +398,7 @@
\end{frame}
\begin{frame}[fragile]
-\frametitle{\typ{Self assessment questions: Solutions}}
+\frametitle{\typ{Solutions}}
\label{sec-10}
\begin{enumerate}
\item Although the given file looks syntactically valid, the output file is not what we expected. This is mainly because we are trying to use the section command to create sections in the appendix, for a document whose type is given as a book.
diff --git a/Latex/Latex3/latex_basics_and_structure_script.rst b/Latex/Latex3/latex_basics_and_structure_script.rst
index fb2d068..24a618e 100644
--- a/Latex/Latex3/latex_basics_and_structure_script.rst
+++ b/Latex/Latex3/latex_basics_and_structure_script.rst
@@ -42,15 +42,15 @@ document structure".
.. R2
-.. At the end of this tutorial, you will be able to
+At the end of this tutorial, you will be able to
-.. 1. Understand basic structure of a LaTeX document, its various document
-.. classes and loading packages that add new features to the LaTeX system.
-.. #. Create a LaTeX document with a title and an abstract.
-.. #. Create numbered and non-numbered sections and subsections in a LaTeX
-.. document.
-.. #. Create an appendix in a LaTeX document.
-.. #. Create a table of content in a LaTeX document.
+1. Understand basic structure of a LaTeX document, its various document
+ classes and loading packages that add new features to the LaTeX system.
+#. Create a LaTeX document with a title and an abstract.
+#. Create numbered and non-numbered sections and subsections in a LaTeX
+ document.
+#. Create an appendix in a LaTeX document.
+#. Create a table of content in a LaTeX document.
.. L3
@@ -278,14 +278,14 @@ This slide on screen shows a possible valid solution to the given exercise.
This brings us to the end of this tutorial. In this tutorial, we have,
-.. 1. Gained an understanding of the basic structure of a LaTeX document, its
-.. various document classes and loading packages that add new features to
-.. the LaTeX system.
-.. #. Created a LaTeX document with a title and an abstract.
-.. #. Created both numbered and non-numbered sections and subsections in a
-.. LaTeX document.
-.. #. Created an appendix in a LaTeX document.
-.. #. Created a table of content in a LaTeX document.
+1. Gained an understanding of the basic structure of a LaTeX document, its
+ various document classes and loading packages that add new features to
+ the LaTeX system.
+#. Created a LaTeX document with a title and an abstract.
+#. Created both numbered and non-numbered sections and subsections in a
+ LaTeX document.
+#. Created an appendix in a LaTeX document.
+#. Created a table of content in a LaTeX document.
.. L21
@@ -305,7 +305,7 @@ do they automatically appear in the table of content ??
.. L22
-{{{ Show the "Self assessment questions: Solutions" slide }}}
+{{{ Show the "Solutions" slide }}}
.. R22
diff --git a/Latex/Latex6/latex_math2beamer.tex b/Latex/Latex6/latex_math2beamer.tex
index 3671c68..4b981ee 100644
--- a/Latex/Latex6/latex_math2beamer.tex
+++ b/Latex/Latex6/latex_math2beamer.tex
@@ -432,7 +432,7 @@ remove the line.
\end{frame}
\begin{frame}[fragile]
-\frametitle{\typ{Self assessment questions: Solutions}}
+\frametitle{\typ{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 637ee2b..de88c6a 100644
--- a/Latex/Latex6/latex_math_biblo_beamer_script.rst
+++ b/Latex/Latex6/latex_math_biblo_beamer_script.rst
@@ -40,12 +40,12 @@ formulae, bibliography and presentations, using LaTeX.
.. R2
-.. At the end of this tutorial, you will be able to
+At the end of this tutorial, you will be able to
-.. 1. Write simple mathematical formulae in LaTeX.
-.. #. Typeset simple mathematical formulae in LaTeX.
-.. #. Write bibliography for a LaTeX document.
-.. #. Make presentations in LaTeX, using beamer.
+1. Write simple mathematical formulae in LaTeX.
+#. Typeset simple mathematical formulae in LaTeX.
+#. Write bibliography for a LaTeX document.
+#. Make presentations in LaTeX, using beamer.
.. L3
@@ -281,10 +281,10 @@ example shown on the screen.
This brings us to the end of this tutorial. In this tutorial, we have,
-.. 1. Written simple mathematical formulae in LaTeX.
-.. #. Typeset simple mathematical formulae in LaTeX.
-.. #. Written bibliography for a LaTeX document.
-.. #. Made a sample presentations in LaTeX, using beamer.
+1. Written simple mathematical formulae in LaTeX.
+#. Typeset simple mathematical formulae in LaTeX.
+#. Written bibliography for a LaTeX document.
+#. Made a sample presentations in LaTeX, using beamer.
.. L18
@@ -302,7 +302,7 @@ remove the line.
.. L19
-{{{ Show the "Self assessment questions: Solutions" slide }}}
+{{{ Show the "Solutions" slide }}}
.. R19