独立中的新行 2024-5-24 • line-breaking standalone 考虑这个例子: \documentclass[margin=1cm]{standalone} \usepackage{tikz} \begin{document} line1 line2 \begin{tikzpicture} \draw (0, 0) -- (2, 2); \end{tikzpicture} \end{document} 输出中的所有内容都在一行上: 如何换行standalone? 答案1 该varwidth选项将允许换行: \documentclass[margin=1cm,varwidth]{standalone} \usepackage{tikz} \begin{document} line1 line2 \begin{tikzpicture} \draw (0, 0) -- (2, 2); \end{tikzpicture} \end{document} 相关内容 来宾用户的读取权限限制存储在哪里? 我需要在 netplan try 之后发出 netplan apply 吗? Yakuake:如果我有分割窗格,如何切换(最大化)当前终端? 如何在 Ubuntu 上的 Electron 上删除 Office 365? 当与 IIS 中的站点关联的 x.509 证书(用于 SSL/TLS)即将过期时发送警告? 如何在 tikz 节点的两侧添加分隔符? 如何在虚拟机上安装 Unix? 罗技网络摄像头运动检测,可以实现运动唤醒吗? 在 64 位 Debian 上升级 dpkg 有没有办法使用 RipGrep(或类似工具)等来搜索模式,*但忽略注释中的结果?*