In my latex document, I am trying to create a table like this;
\begin{document} \begin{table}[H] \caption[Features for Classifications]{\small Features for Classifications} \begin{center} \resizebox{\textwidth}{!}{ \begin{tabular}{c|c|c} \hline \textbf{Type} & & \textbf{Features} \\ \hline \begin{tabular}[c]{@{}l@{}}Context \\Based \\Features \end{tabular} &\begin{tabular}[c]{@{}l@{}}F1 \\F2\\ F3\\ F4\\ F5\\ F6\\ F7\\ F8\end{tabular} &\begin{tabular}[c]{@{}l@{}} Total number of citations received by a reference \\ Number of citations from the current paper to the cited paper\\ Citations in introduction section\\ Citations in literature review section\\ Citations in method section\\ Citations in experiment section\\ Citations in discussion section\\ Citations in conclusion section \end{tabular} \\ \hline \begin{tabular}[c]{@{}l@{}}Cue \\ Words \\Based \\Features \end{tabular} & \begin{tabular}[c]{@{}c@{}}F9 \\ F10\\ F11\\F12\end{tabular} & \begin{tabular}[l]{@{}l@{}}Cue words for Related work citations \\ Cue words for Comparative citations\\ Cue words for Using the existing work\\ Cue words for Extending the existing work\end{tabular} \\ \hline \begin{tabular}[c]{@{}l@{}}Textual \\Features \end{tabular} & \begin{tabular} [c]{@{}l@{}}F13 \\ F14\\\\\end{tabular} & \begin{tabular}[c]{@{}l@{}}Similarity between the abstract of cited paper and text of citing paper\\ Author overlap -we set it to TRUE if the cited paper and citing paper\\ share at least one common author\end{tabular} \\\hline \end{tabular}} \end{center} \label{tab: 1} \end{table} \end{document} It results out something like this;
How can I left align 1st and 3rd row last column text?? I am new to latex, so any kind of help will be appreciated.



resizeboxin order to make a table fit into the available space since this approach inevitably leads to inconsistent font sizeas and line thicknesses.