summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Latex/Latex4/Latex_Typesetting_Text.tex16
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}