无箭头连接 2024-5-25 • tikz-pgf packages tikz-styles tikz-arrows 考虑一下代码 \documentclass[border=4pt]{standalone} \usepackage{schemabloc} \begin{document} \begin{tikzpicture} \sbEntree{E} \sbBloc[0]{B1}{1}{E} \sbBloc[3]{B2}{2}{B1} \sbRelier{B1}{B2} \end{tikzpicture} \end{document} 产生 使用schemabloc,有没有办法建立没有箭头的连接? 答案1 库奇? \documentclass[border=4pt]{standalone} \usepackage{schemabloc} \begin{document} \begin{tikzpicture} \tikzstyle{sbStyleLien}=[-,>=latex'] \sbEntree{E} \sbBloc[0]{B1}{1}{E} \sbBloc[3]{B2}{2}{B1} \sbRelier{B1}{B2} \end{tikzpicture} \end{document} 相关内容 Linux 中用户/组权限的详细指南 DS3524 存在问题 - 没有链接 什么命令可以对长文本进行上/下翻页? latex-beamer 的进度条 vim 中 zz 的水平等效项 NRPE 警告阈值必须是正整数 Postfix - 已禁用 535 5.7.8 错误通知:已阻止 哪些 shell 支持 ANSI-C 引用?例如 $'字符串' Kubuntu 安装后未检测到 Grub GIT push 命令在 CentOS、Apache 上非常慢