From b64cc155b98ea31eba7f32309060df285fcfdd84 Mon Sep 17 00:00:00 2001 From: Primal Pappachan Date: Thu, 10 May 2012 17:45:36 +0530 Subject: Added evaluation questions and answers for Latex part 5 --- Latex/Latex5/Latex_FTF.tex | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/Latex/Latex5/Latex_FTF.tex b/Latex/Latex5/Latex_FTF.tex index 0ef52ca..c7c50ae 100644 --- a/Latex/Latex5/Latex_FTF.tex +++ b/Latex/Latex5/Latex_FTF.tex @@ -214,20 +214,30 @@ \begin{frame}[fragile] \frametitle{Evaluation} \begin{enumerate} -\item -\item -\item +\item Why the figures and tables are called as floats? +\item What are the input parameters the figure environment take to make it float? +\item What is the mandatory arguement in tabular environment specification? \end{enumerate} \end{frame} \begin{frame} \frametitle{Solutions} \begin{enumerate} -\item \vspace{15pt} -\item +\item Figures and tables are called as floats because they float to the nearest location. +\item The following can be used as parameters to a figure environment to make it float. +\begin{itemize} +\item t - Top of the page. +\item b - Bottom of the page. +\item p - Separate pages for float +\item h - Here(the place where command appears) +\item !- To override Latex internal parameters for good position +\end{itemize} + +\item Alignment of each column \end{enumerate} \end{frame} + \begin{frame} \begin{block}{} -- cgit