Re: allineare testo in tabelle

#94140
Up
0
Down
::


`
\documentclass{article}

\usepackage{tabularx}
\usepackage{xcolor,colortbl}

\begin{document}

\section*{Confronto}
\definecolor{light-gray}{gray}{0.8}
\renewcommand{\arraystretch}{1.5}
\newcommand{\tabitem}{~~\llap{\textbullet}~~}

\begin{tabularx}{\textwidth}{X|X}
\rowcolor{light-gray}
\textbf{pinco panco} & {\textbf{panco pinco}}
\vspace{3pt}
\\
\hline
%\hspace{-5pt}
\vspace{-10pt}
\begin{itemize}\item Installazione e impostazione di computer, software e reti\end{itemize}
&
\vspace{-10pt}
\begin{itemize}\item Acquisizione \end{itemize}
\\

\end{tabularx}

\end{document}

`

ecco, ma credo che il codice sia sintatticamente un orrore 😆

Go to top