From: W. Trevor King Date: Tue, 5 Oct 2010 15:06:19 +0000 (-0400) Subject: Added PGF. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7e8b8cfcef22a3abcec4a5252d1f5456f7c0998a;p=mw2txt.git Added PGF. --- diff --git a/posts/PGF.mdwn b/posts/PGF.mdwn new file mode 100644 index 0000000..56e9c88 --- /dev/null +++ b/posts/PGF.mdwn @@ -0,0 +1,16 @@ +[[!meta title="PGF"]] + +[PGF][] (Portable Graphic Format) provides LaTeX-style graphics for +[[LaTeX]]. Take a look at [these examples][examples]. The [manual][] +is pretty readable (and pretty pretty ;), but sometimes lacking in +detail. There's only so much you can fit into 500 odd pages ;). +Don't get intimidated, the size is due to the quantity and quality of +useful macros. + +[PGF]: http://www.ctan.org/tex-archive/help/Catalogue/entries/pgf.html +[examples]: http://www.texample.net/tikz/examples/all/ +[manual]: http://www.ctan.org/tex-archive/graphics/pgf/base/doc/generic/pgf/pgfmanual.pdf + +[[!tag tags/LaTeX]] +[[!tag tags/programming]] +[[!tag tags/tools]]