Using This Gallery

Most of the files in this gallery have the .tikz extension. These are plain text files containing TikZ code. To include the .tikz drawings in your documents save them in your machine and use

\input{NAME OF THE FILE}

To include the other files in your documents use

\begin{figure}
  \centering
  \includegraphics{NAME OF THE FILE}
\end{figure}

Licensing

Most of the files in here were authored by me, but some of them were created by friends of mine and some of the picture in here are taken from sources such as Wikimedia Commons. Licensing information is provided on a file by file basis:

  1. For the TikZ files, the license is included in inline comments
  2. For the other files files please check the EXIF data for information on the licenses and descriptions

Feel free to modify any of the files created by me and redistribute them under the terms of the GPLv3 license. The other files are subject to their specific licensing terms.

Dependencies

I tried to minimize the amount of dependencies of the TikZ drawings, but there are still a feel of them.

Packages required for the TikZ files

\usepackage{amsmath, amssymb, pgfplots, relsize, tikz-cd, tikz, xfrac}

TikZ libraries required for the TikZ files

\usetikzlibrary{arrows, calc, matrix, patterns, shapes.geometric}