\begin{cases}
First line\\
Second line\\
third line\\
\vdots
\end{cases}
如果我想要一个箭头标记而不是左括号,我该怎么做?
一种方法是
$\left\uparrow \begin{array}{l}
First line\\
Second line\\
third line\\
\vdots
\end{array}
\right.$
这就给出了
但是箭头看起来很细..我想要一支粗(可能超粗并且有某些颜色)的箭头。
如果我可以画出其他形状,我会很高兴。
怎么做??
在收到一些评论后,我链接了这个问题,其中也叙述了我的问题。
答案1
带有粗箭头和一些颜色的解决方案:
\documentclass{article}
\usepackage{smartdiagram}
\begin{document}
\smartdiagram[priority descriptive diagram]{%
Third line,
Second line,
First line}
\end{document}