
I do not hope that this post has been here before and is already answered, but I have not been able to find a solution to my problem anywhere on the internet.
I'm trying to make a SWOT table in latex, and here is what I got:
Code: Select all
\begin{table*}[h]
\begin{tabular}{|p{195pt}|p{195pt}|}
\hline \bfseries Strengths &\bfseries Weaknesses \\\hline
{\parbox{0.2\textwidth}{
\begin{itemize}
\item Key \\
\item Key \\
\item Key \\
\end{itemize} }}
\\\hline
\end{tabular}
\end{table*}
I hope you can help me!
