From 1548ac0d625b5726beaf240ca7c2fe6701a0b887 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Thu, 10 May 2012 16:36:00 +0530 Subject: Added evaluation questions and solutions --- Latex/Latex4/Latex_Typesetting_Text.tex | 16 +++++++++++----- 1 file 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} -- cgit