Deyan Ginev edited section_Tables_subsection_Merging_rows__.tex  almost 9 years ago

Commit id: 2a8eccf187dd894b1d74d1122fe4ff25fc9b2a9b

deletions | additions      

       

\item To merge rows: \verb|\multirow{cell count}{layout}{content}|  \end{itemize}  \begin{figure}  \centering  \begin{subfigure}[b]{0.5\textwidth}  \begin{lstlisting}  \begin{tabular}{|l|l|l|}  \hline 

\hline  \end{tabular}  \end{lstlisting}  \begin{table} \end{subfigure}  \begin{subfigure}[b]{0.5\textwidth}  \begin{tabular}{|l|l|l|}  \hline  \multicolumn{3}{|c|}{Table cheat sheet} \\ 

& ST & Mark Viduka \\  \hline  \end{tabular}  \label{tab:cheatsheet}  \end{table} \end{subfigure}  \end{figure}