![](https://wenda.latexstudio.net/data/attach/210204/SHzAtZP4.png)

2 回答2

1
可以,看一查看宏包:pgfornament 比如其中一种: ```cpp \documentclass{standalone} \usepackage{tikz} \usepackage{xcolor} \usepackage{pgfornament} \begin{document} \begin{tikzpicture} \node (A) at (0,0) {}; \node (B) at (4,0) {}; \path (A.center) to [ornament=84,ornament/at=0] (B.center); \path (A.center) to [ornament=84,ornament/at=1] (B.center); \end{tikzpicture} ``` 结果如图: ![](https://wenda.latexstudio.net/data/attach/210204/W3utTp6Q.jpg)
  • 非常感谢! – long 2021-02-04 16:39 回复
2
> 可不可以? 可以 > 怎么画? `texdoc pgfornament`

你的回答

请登录后回答

你的回答将会帮助更多人,请务必认真回答问题。