ich hätte mal ne Frage bzgl. Tabellen. Ich denke, ich weiß, wie man eine Tabelle erstellt und wie man Linien drumherum macht und ein Bild kriege ich an sich auch in die Tabelle. Allerdings frage ich mich, ob sich die folgende Schönheitskorrektur machen lässt und wenn ja, wie.
Ich möchte, dass das Tabellenkästchen vollständig mit Kästchenpapier ausgefüllt ist, sodass da drumherum kein Rand weißer Rand ist…
Bisher sieht das so aus:
\documentclass[12pt, a4paper,leqno]{scrartcl} \usepackage[T1]{fontenc} \usepackage[utf8]{inputenc} \usepackage{lmodern} \usepackage[ngerman]{babel} \usepackage{tikz} \usepackage{tabu,booktabs} \begin{document} \begin{tabular}{|p{2cm}|p{7cm}|p{4cm}|} \hline Winke & Formel & Satz \\ \hline \hline & \begin{tikzpicture} \draw[step=0.5cm,color=gray] (0,0) grid (7cm, 1.5cm); \end{tikzpicture} &\\ \hline & \begin{tikzpicture} \draw[step=0.5cm,color=gray] (0,0) grid (7cm, 1.5cm); \end{tikzpicture} & \\ \hline & \begin{tikzpicture} \draw[step=0.5cm,color=gray] (0,0) grid (7cm, 1.5cm); \end{tikzpicture} & \\ \hline \end{tabular} \end{document}