feat: add multiline table cells
This commit is contained in:
parent
d4c20a7358
commit
7f8d6c9502
@ -128,6 +128,20 @@ Example nested lists (works with any type of list):\\
|
|||||||
\label{tbl:renderzeiten_tm_processors}
|
\label{tbl:renderzeiten_tm_processors}
|
||||||
\end{table}
|
\end{table}
|
||||||
|
|
||||||
|
% Example Table with multiline rows in a cell:
|
||||||
|
\begin{table}[!htbp] % !htbp
|
||||||
|
\centering
|
||||||
|
\begin{tabular}{|l|l|r|}
|
||||||
|
\hline
|
||||||
|
\textbf{Kind} & \textbf{Mind}\\
|
||||||
|
\hline
|
||||||
|
\hline
|
||||||
|
Tensor-800& \makecell[l]{idk man\\just do a linebreak}\\
|
||||||
|
\hline
|
||||||
|
\end{tabular}
|
||||||
|
\caption{Mehrzeilige Tabellenzellen}
|
||||||
|
\label{tbl:multiple-lines-in-cell}
|
||||||
|
\end{table}
|
||||||
% Example code:
|
% Example code:
|
||||||
\begin{code}
|
\begin{code}
|
||||||
// Example code
|
// Example code
|
||||||
|
@ -80,6 +80,9 @@ hidelinks, % avoid weird ref highlighting
|
|||||||
\renewcommand{\appendixtocname}{Anhang}
|
\renewcommand{\appendixtocname}{Anhang}
|
||||||
\renewcommand{\appendixpagename}{Anhang}
|
\renewcommand{\appendixpagename}{Anhang}
|
||||||
|
|
||||||
|
% Multiline table entries
|
||||||
|
\usepackage{makecell}
|
||||||
|
|
||||||
% Metadaten
|
% Metadaten
|
||||||
\usepackage[pdftex,
|
\usepackage[pdftex,
|
||||||
pdfauthor={\cfgAuthorName},
|
pdfauthor={\cfgAuthorName},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user