简体   繁体   English

latex 表格中的缩进

[英]indentation in a latex tabular

I would like to know if it is possible to add indentation in a latex tabular.我想知道是否可以在 latex 表格中添加缩进。

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}

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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