latex可以画这种图形吗?

2021-02-04 14:12发布

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

![](https://wenda.latexstudio.net/data/attach/210204/SHzAtZP4.png)
2条回答
Banach spaces
2021-02-04 15:24 .采纳回答
可以,看一查看宏包: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)

一周热门 更多>

相关问答