1

How can I add a line break into a table during math-mode? For instance, here:

\documentclass[a4paper,10pt]{article}
\usepackage[utf8]{inputenc}
\usepackage{amssymb,amsmath}

\begin{document}
\begin{center}
\begin{tabular}{c|c|c|l}
1&1&1&$X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X\otimes X$
\end{tabular}
\end{center}
\end{document}

0 Answers0