Add table to sanity checks
This commit is contained in:
@@ -27,7 +27,7 @@ In contrast, \sansbf{this text is very strong}, very cool\footnote{very cool}.
|
|||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\begin{subfigure}[b]{0.85\textwidth}
|
\begin{subfigure}[b]{\textwidth}
|
||||||
\includesvg[width=1.0\linewidth]{\subfix{figures/example.svg}}
|
\includesvg[width=1.0\linewidth]{\subfix{figures/example.svg}}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
\caption{This is a figure.}\label{fig:examplefigure}
|
\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]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
\begin{subfigure}[b]{0.95\textwidth}
|
\begin{subfigure}[b]{\textwidth}
|
||||||
\includesvg[width=1.0\linewidth]{\subfix{figures/heatmap2.svg}}
|
\includesvg[width=1.0\linewidth]{\subfix{figures/heatmap2.svg}}
|
||||||
\end{subfigure}
|
\end{subfigure}
|
||||||
\caption{This is another figure.}\label{fig:exampleheatmap}
|
\caption{This is another figure.}\label{fig:exampleheatmap}
|
||||||
\end{figure}
|
\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%
|
\lipsum%
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user