Tikz 文本在路径中左侧参差不齐 2024-5-25 • tikz-pgf horizontal-alignment tikz-path 这是我的 MWE: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (11,0) -- (18,1) node [midway, sloped, align=left] (sentence) {This is a sentence}; \end{tikzpicture} \end{document} 以及对应的渲染: 那么,如何让文本在路径的第一个节点左对齐? 答案1 您可以\rlap与以下一起使用pos=0: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (11,0) --node [pos=0, sloped] (sentence) {\rlap{This is a sentence}} (18,1); \end{tikzpicture} \end{document} 答案2 那这个呢: \documentclass{article} \usepackage{tikz} \begin{document} \begin{tikzpicture} \draw (11,0) --node [pos=0.25, sloped,fill=white] (sentence) {This is a sentence} (18,1); \end{tikzpicture} \end{document} 输出如下: 相关内容 如何在 vim 上显示标识级别而不是制表符标记? 远程使用 X GUI 的性能和限制? 如何将视频转换为 3D 格式,以便我可以用 3D 眼镜观看 无法登录 Windows 7 Windows 10 重置:删除所有内容也会删除 D:吗? PowerShell:监视文件夹,并在文件创建时通过邮件发送 ubuntu 升级 14 至 16 而非 18 在家中安装 Latex 包 运行 Web 服务器的 VirtualBox VM 无法通过外部 IP 访问 日期提前 3 天