PGF/TikZ

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
PGF/TikZ ("PGF and TikZ")
Original authorTill Tantau
DevelopersTill Tantau, Christian Feuersänger
Repository
  • {{URL|example.com|optional display text}}Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
Written inTeX, Lua
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemMultiplatform (TeX)
    TypeVector graphics languages
    LicenseDual license: GNU General Public License or LaTeX Project Public License

    PGF/TikZ is a pair of languages for producing vector graphics (e.g., technical illustrations and drawings) from a geometric/algebraic description, with standard features including the drawing of points, lines, arrows, paths, circles, ellipses and polygons. PGF is a lower-level language, while TikZ is a set of higher-level macros that use PGF. The top-level PGF and TikZ commands are invoked as TeX macros, but in contrast with PSTricks, the PGF/TikZ graphics themselves are described in a language that resembles MetaPost. Till Tantau (de) is the designer of the PGF and TikZ languages. He is also the main developer of the only known interpreter for PGF and TikZ, which is written in TeX. PGF is an acronym for "Portable Graphics Format". TikZ was introduced in version 0.95 of PGF, and it is a recursive acronym for "TikZ ist kein Zeichenprogramm" (German for "TikZ is not a drawing program").

    Overview

    [edit | edit source]

    The PGF/TikZ interpreter can be used from the popular LaTeX and ConTeXt macro packages, and also directly from the original TeX.[1]: 116  Since TeX itself is not concerned with graphics, the interpreter supports multiple TeX output backends: dvips, dvipdfm/dvipdfmx/xdvipdfmx, TeX4ht, and pdftex's internal PDF output driver.[1]: 117–120  Unlike PSTricks, PGF can thus directly produce either PostScript or PDF output, but it cannot use some of the more advanced PostScript programming features that PSTricks can use due to the "least common denominator" effect.[2] PGF/TikZ comes with an extensive documentation; the version 3.1.4a of the manual has over 1300 pages.[1]

    The standard LaTeX picture environment can also be used as a front end for PGF by using the pgfpict2e package.[1]: 27 

    The project has been under constant development since 2005.[3] Most of the development until 2018 was done by Till Tantau and since then Henri Menke has been the main contributor.[4] Version 3.0.0 was released on 20 December 2013.[5] One of the major new features of this version was graph drawing using the graphdrawing package, which however requires LuaTeX.[6] This version also added a new data visualization method and support for direct SVG output via the new dvisvgm driver.[5]

    Export

    [edit | edit source]

    Several graphical editors can produce output for PGF/TikZ, such as the KDE program Cirkuit[7] and the math drawing program GeoGebra.[8] Export to TikZ is also available as extensions for Inkscape,[9] Blender,[10] MATLAB,[11] matplotlib,[12] Gnuplot,[13] Julia,[14] and R.[15] The circuit-macros package[16] of m4 macros exports circuit diagrams to TikZ using the dpic -g command line option.[17] The dot2tex program can convert files in the DOT graph description language to PGF/TikZ.[18]

    Libraries

    [edit | edit source]

    TikZ features libraries for easy drawing of many kinds of diagrams, such as the following (alphabetized by library name):[1]

    [edit | edit source]

    The following images were created with TikZ and show some examples of the range of graphic types that can be produced. The link in each caption points to the source code for the image.

    See also

    [edit | edit source]

    Lua error in mw.title.lua at line 392: bad argument #2 to 'title.new' (unrecognized namespace name 'Portal').

    References

    [edit | edit source]
    1. ^ a b c d e Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    5. ^ a b Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). See also the older GD 2012 presentation by Tantau.
    7. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    8. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    9. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    10. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    11. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    12. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    13. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    14. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    15. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    16. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    17. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    18. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).

    Further reading

    [edit | edit source]
    • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). Conference talk video (version archived by archive.org; the previous site is unavailable) based on an earlier version of that paper.
    • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). Comparison of several graphics systems in LaTeX.
    • Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value). According to a 2011 review of the book in TUGboat: "It contains a detailed introduction to the TikZ suite—probably one of the best existing descriptions of this highly useful package."
    [edit | edit source]