I am unable to control the line spacing between the last line of itemize and the next line as shown in the figure. Can someone suggest a solution to fix this please? I also would like to know if I can get more compact list.
\documentclass[10pt,a4paper,oneside]{article}
\usepackage[a4paper,left=0.9in,right=0.9in,top=1in,bottom=1in]{geometry}
\usepackage{longtable}
\usepackage{enumitem}
\renewcommand{\familydefault}{\sfdefault}
\begin{document}
\scriptsize
\begin{minipage}[t]{0.5\textwidth}
\begin{longtable}[t]{|p{1.0cm}|p{5.5cm}|}
\hline
\bf{Head 1} & \textbf{Head 2} \\\hline\hline
\texttt{A} & Department
\begin{itemize} \setlength{\itemsep}{0pt}
\item \texttt{A} - Apple
\item \texttt{B} - Boy
\item \texttt{C} - Cat
\item \texttt{D} - Dog
\end{itemize}\\
\texttt{E} & Elephant \\
\texttt{F} & Fan \\
\hline
\end{longtable}
\end{minipage}%
\end{document}





longtableinside aminipage? – Arash Esbati Aug 27 '16 at 17:11\[and\]instead of[and], e.g.\documentclass\[10pt,a4paper,oneside\]{article}. I mean, I'm assuming you must have generated your output with a totally different file, but if so, what happened between creating that file and writing this question :S :S Also\end{document}shouldn't have a]after it – Au101 Aug 27 '16 at 17:41