Add table to sanity checks

This commit is contained in:
2026-09-10 17:14:31 +02:00
parent 10620c3d7d
commit 3ab5bbe33e
+14 -2
View File
@@ -27,7 +27,7 @@ In contrast, \sansbf{this text is very strong}, very cool\footnote{very cool}.
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.85\textwidth}
\begin{subfigure}[b]{\textwidth}
\includesvg[width=1.0\linewidth]{\subfix{figures/example.svg}}
\end{subfigure}
\caption{This is a figure.}\label{fig:examplefigure}
@@ -35,12 +35,24 @@ In contrast, \sansbf{this text is very strong}, very cool\footnote{very cool}.
\begin{figure}[H]
\centering
\begin{subfigure}[b]{0.95\textwidth}
\begin{subfigure}[b]{\textwidth}
\includesvg[width=1.0\linewidth]{\subfix{figures/heatmap2.svg}}
\end{subfigure}
\caption{This is another figure.}\label{fig:exampleheatmap}
\end{figure}
\begin{table}[H]
\centering
\begin{tabularx}{\textwidth}{lX}
Column A & Column B \\
\toprule
This is & a table where the right column does automatic line breaking, so long cell contents don't exceed the page boundary. Cool. \\
This is & an second row. \\
\bottomrule
\end{tabularx}
\caption{This is a table}\label{tab:exampletable}
\end{table}
\lipsum%
\end{document}