der Rand dieser Tabelle soll unsichtbar (weiss) sein.
Wie kann ich das machen?
\begin{tabular}{|l|l|l|l|}
\hline
$\bullet$ Mathematik&$\bullet$ Informatik&$\bullet$ Sozialwissenschaften&$\bullet$ Ingenieurwissenschaften\\
\hline
\end{tabular}
\begin{tabular}{|l|l|l|l|}
\hline
$\bullet$ Mathematik&$\bullet$ Informatik&$\bullet$ Sozialwissenschaften&$\bullet$ Ingenieurwissenschaften\\
\hline
\end{tabular}
\documentclass{scrartcl}
\begin{document}
\begin{tabular}{llll}
$\bullet$ Mathematik&$\bullet$ Informatik&$\bullet$ Sozialwissenschaften&$\bullet$ Ingenieurwissenschaften\\
\end{tabular}
\end{document}