答案1
如果你喜欢绘画...你可以使用 Mathcha,这是一个灵活的工具,链接如下https://www.mathcha.io/editor,以获取您的图像。
\documentclass[a4paper,12pt]{article}
\usepackage{tikz}
\begin{document}
\tikzset{every picture/.style={line width=0.75pt}}
\begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-1,xscale=1]
\draw [fill={rgb, 255:red, 169; green, 252; blue, 79 },fill opacity=1] (218.5,95) -- (316.5,95) -- (326.5,136) -- (316.5,177) -- (218.5,177) -- (228.5,136) -- cycle ;
\draw (235,126) node [anchor=north west][inner sep=0.75pt] [font=\large] [align=left] {Line plan};
\end{tikzpicture}
\end{document}
答案2
这是给你的一个开始。这花了几分钟的时间在大量且非常全面的资料中寻找手动的。
\documentclass{article}
\usepackage{tikz}
\usetikzlibrary {shapes.symbols}
\begin{document}
\begin{tikzpicture}
\node[signal, fill=green!65!black, signal from=west, signal to=east] at (0,0) {Line plan};
\end{tikzpicture}
\end{document}