简体   繁体   中英

indentation in a latex tabular

I would like to know if it is possible to add indentation in a latex tabular.

Instead of indenting text, I would use two columns and merge them for cells which should start at the left:

\documentclass{article}

\usepackage{tabularray}

\begin{document}

\begin{tblr}{Q[0.3cm]l}
\SetCell[c=2]{} Délits & \\
\SetCell[c=2]{} Circulation & \\
\SetCell[c=2]{} dont & \\
& conduit en état alcoolique\\
\end{tblr}

\end{document}

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM