消除弯箭的尾部 2024-5-24 • tikz-pgf arrows 我尝试绘制这样的弯曲箭头: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw[->,thick] (2,1) edge[bend left=50] (3,2); \end{tikzpicture} \end{document} 但是,箭头有一个不想要的“尾巴”。我该如何消除它? 答案1 定义为node起点和终点。 \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node (A) at (2,1) {}; \node (B) at (3,2) {}; \draw[-latex,thick] (A) edge[bend left=50] (B); \end{tikzpicture} \end{document} 相关内容 基于正则表达式而不是通配符设置 ls 颜色列表 如何在finder中快速找到打开的word文档? 无法在登录页面切换桌面环境/GUI 为什么我的大写希腊字母默认是斜体? Ubuntu 20.04 运行速度非常慢 我的屏幕上的视频输出非常滞后 sftp“远程打开失败” 当使用非原始分辨率和三重显示器设置时,如何修复窗口位置的奇怪变化? 查看 Belkin 路由器的 IP 地址表 启动时出现缺少模块错误