diff options
author | Primal Pappachan | 2012-05-10 16:36:00 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-05-10 16:36:00 +0530 |
commit | 1548ac0d625b5726beaf240ca7c2fe6701a0b887 (patch) | |
tree | d6f3e7c8ac7630230a50a0995b7214815b4d7c73 | |
parent | 00587451bda652024004eba76219cc0f21e659c3 (diff) | |
download | sdes-stscripts-1548ac0d625b5726beaf240ca7c2fe6701a0b887.tar.gz sdes-stscripts-1548ac0d625b5726beaf240ca7c2fe6701a0b887.tar.bz2 sdes-stscripts-1548ac0d625b5726beaf240ca7c2fe6701a0b887.zip |
Added evaluation questions and solutions
-rw-r--r-- | Latex/Latex4/Latex_Typesetting_Text.tex | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/Latex/Latex4/Latex_Typesetting_Text.tex b/Latex/Latex4/Latex_Typesetting_Text.tex index ef9ad49..5576521 100644 --- a/Latex/Latex4/Latex_Typesetting_Text.tex +++ b/Latex/Latex4/Latex_Typesetting_Text.tex @@ -178,18 +178,24 @@ \begin{frame}[fragile] \frametitle{Evaluation} \begin{enumerate} -\item -\item -\item +\item Which environment is used including a block of code? +\item What are the basic lists that make environments? +\item Joe has numerous used labels inside his Latex document. But all the references to label names come up as question marks. What might be the problem? \end{enumerate} \end{frame} \begin{frame} \frametitle{Solutions} \begin{enumerate} -\item +\item lstlistings \vspace{15pt} -\item +\item +\begin{enumerate} +\item itemize(for unorderd lists) +\item enumerate(for ordered lists) +\item description(lists where you want to specify your own label) +\end{enumerate} +\item While using labels, the latex document should be compiled twice for the references to show up. \end{enumerate} \end{frame} \begin{frame} |