今天看啥  ›  专栏  ›  LaTeX工作室

TikZ 如何得到某一点在页面中的绝对位置?

LaTeX工作室  · 公众号  ·  · 2024-08-15 06:58

文章预览

【问题描述】如题! 试试下面的代码。 \documentclass{article} \usepackage{geometry} \geometry{papersize={16cm,9cm}, hmargin=2cm,vmargin=1.5cm} \usepackage{tikz} \begin{document} XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX \begin{tikzpicture}[remember picture] \node[ draw=red ]( A )at(1,1){something};% \path (A.south west);% \pgfgetlastxy{\Ax}{\Ay}% \path [overlay] (current page.south west);% \pgfgetlastxy{\Px}{\Py}% \pgfmathparse{\Ax-\Px}% \edef\APx{\pgfmathresult pt} \pgfmathparse{\Ay-\Py}% \edef\APy{\pgfmathresult pt} \edef\APcoord{\APx,\APy}% \draw [overlay] (current page.south west) -- node[sloped,align=left]{\APx,\\ \APy} ++(\APcoord);% \end{tikzpicture} XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX XXXXX \end{document} 结果如图: 选自:https://ask.latexstudio.net/ask/question/17312.html 关注我们公众号,学习 LaTeX 无烦恼! 全新 LaTeX 知识库,入门资料,免费 ………………………………

原文地址:访问原文地址
快照地址: 访问文章快照
总结与预览地址:访问总结与预览