diff options
author | Primal Pappachan | 2012-05-10 17:45:36 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-05-10 17:45:36 +0530 |
commit | b64cc155b98ea31eba7f32309060df285fcfdd84 (patch) | |
tree | 109a8916a9786044edd15062d50c0b4a3b169a9c /Latex/Latex5/Latex_FTF.tex | |
parent | ab84a0ef4ec532a01597e3eb1b3effe53e7ee1b1 (diff) | |
download | sdes-stscripts-b64cc155b98ea31eba7f32309060df285fcfdd84.tar.gz sdes-stscripts-b64cc155b98ea31eba7f32309060df285fcfdd84.tar.bz2 sdes-stscripts-b64cc155b98ea31eba7f32309060df285fcfdd84.zip |
Added evaluation questions and answers for Latex part 5
Diffstat (limited to 'Latex/Latex5/Latex_FTF.tex')
-rw-r--r-- | Latex/Latex5/Latex_FTF.tex | 20 |
1 files 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}{} |