text - 如何在 LaTeX 中的表格下方插入箭头?

标签 text latex arrows

n

我想在 LaTeX 中创建一个表格并在下一行添加一个箭头,但箭头应该在第二列下面,然后是另一个带有数字 10 的换行符,如下图所示。

最佳答案

tabulararray 中设置构造,并使用 \multicolumn 提供适当的规则。

enter image description here

\documentclass{article}

\begin{document}

\begin{tabular}{ *{6}{c} }
  \cline{2-6}
  A \qquad & 
    \multicolumn{1}{|c}{\phantom{0}} & 
    \multicolumn{1}{|c}{1} & 
    \multicolumn{1}{|c}{\phantom{0}} & 
    \multicolumn{1}{|c}{\phantom{0}} & 
    \multicolumn{1}{|c|}{\phantom{0}} \\
  \cline{2-6}
           &       & $\downarrow$ \\
           &       &      10
\end{tabular}

\end{document}

关于text - 如何在 LaTeX 中的表格下方插入箭头?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59238698/

相关文章:

html - vglm 回归对象 (VGAM) 的 Latex 或 HTML 摘要输出表

ubuntu - Kile 在 ubuntu 下运行很慢,在扩展结构时

haskell - 从箭头符号转换

css - 将文本链接居中以实现响应式布局

iphone - iPhone 中的文字转语音?

mysql - 如何在文本文件中仅搜索特定长度的行

LaTeX/Beamer,列环境。叠加的水平对齐

css - 动画图标在关键帧期间向左移动

r - 在 R 中的 ggplot 文本中添加箭头符号

ios - Swift 属性字符串清除背景文本