在 TikZ 中将点定义为节点 2024-5-25 • tikz-pgf nodes 在以下 MWE 中,为什么段没有达到我定义的点? \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \node (A) at (0,0) {}; \node (B) at (2,4) {}; \node (C) at (5,0) {}; \draw (A) -- (B) -- (C) -- cycle; \end{tikzpicture} \end{document} 答案1 \documentclass[tikz,border=\dimexpr355pt/113\relax]{standalone} \begin{document} \begin{tikzpicture} \draw (0,0) coordinate (A) -- (2,4) coordinate (B) -- (5,0) coordinate (C) -- cycle; \end{tikzpicture} \end{document} 相关内容 Banshee 播客剧集 在 Apache 2.X 中记录超时请求 具有多个域的不同邮件和网络托管服务器;垃圾邮件防范、PTR 和 SPF 记录 MSSQL Server Express:如何回收未使用的空间 商务舱互联网问题 通过 Wi-fi LAN 使用 nc (netcat) 的网络传输速度非常慢 如何存储非标准 HTTP 请求标头的值以在 Apache If 条件中使用 如何定义星级定制聚集新环境 有没有方便的方法可以在 Ubuntu 中改变夜间亮度? 为什么 PCI 扫描会因为未安装的组件而失败?