Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想像下图一样画两张图?如何实现?
您可以使用 Graphviz ( http://www.graphviz.org/ ),它会导出一个手动脚本,例如
digraph vis{ rankdir=LR; "P"->"Q"; "P"->"R"; "Q"->"S"; "S"->"T"; }
作为 *.eps 文件(和许多其他类型),就像您在此处发布的文件一样,您可以在 tex 的 {figure} 块中引用它