10.77.3 Can you answer these questions?

10.77.3.1 Column height in a table
10.77.3.2 Automatically skip the line number if the line begins with several spaces?
10.77.3.3 pdflatex says package says "File enumitem.sty not found." despite the file being present in TeX Live Utility
10.77.3.1 Column height in a table

https://tex.stackexchange.com/landing/r/digest?cta=question&id=731479

I want to make a table like this: 
And i tried it with following code: 
\begin{table}[h] 
\centering 
\begin{tabular}{|lc|l|lc|} 
\cline{1-2} \cline{4-5} 
\multicolumn{2}{|c|}{(1)}                        &... 
[tables] [graphics]
 
asked by michi777 https://tex.stackexchange.com/landing/r/digest?cta=user&id=358424 Score of 1
answered by Mico https://tex.stackexchange.com/landing/r/digest?cta=user&id=5001 Score of 0
10.77.3.2 Automatically skip the line number if the line begins with several spaces?

https://tex.stackexchange.com/landing/r/digest?cta=question&id=731299

In the following case 
\documentclass{article} 
\usepackage{lineno} 
\usepackage{verbatim} 
\begin{document} 
{\verbatim\linenumbers 
A 
B 
C 
D 
E} 
\end{document} 
what can be done to have line ... 
[macros] [formatting] [verbatim] [code] [line-numbering]
 
asked by VaduzStevin https://tex.stackexchange.com/landing/r/digest?cta=user&id=314685 Score of 1
10.77.3.3 pdflatex says package says "File enumitem.sty not found." despite the file being present in TeX Live Utility

https://tex.stackexchange.com/landing/r/digest?cta=question&id=731235

I was working on a document with the enumitem package, and I recieved the following error when building my document.tex file via the command pdflatex document.tex 
! LaTeX Error: File `enumitem.sty' ... 
[pdftex] [texlive] [enumitem] [mactex]
 
asked by tadpolio https://tex.stackexchange.com/landing/r/digest?cta=user&id=337233 Score of 1