9
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

図解Gitで使われている作図ツール

Last updated at Posted at 2014-05-14

図解Git の図が素晴らしいので、どうやって作っているのか調べてみた。

github に説明があって、ソースは LaTeX で PGF/TikZ というパッケージ(アドオン)を使って記述してる。 ソースの例: basic-usage.tex

TikZ のサンプルが、http://www.texample.net/tikz/examples/ にあって、相当強力。

graphviz の dot が配置を決めてくれるのに対して、何らかの形で人間が指定してやらないといけないらしい。http://www.felixl.de/commu.pdf をみると、方眼紙Excelライクにノードを配置することはできる。

9
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
12

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?