Welcome to tikzpy documentation!

Intro

Documentation of tikzpy. Build your TikZ drawings for latex with python. tikzpy is a python library that helps to build your tikZ pictures using python, instead of using directly tikZ sintaxis.

Main Index

  • Main tikzpy class

    • tikzpy object which contains the drawing info

    • Points: add and edit reference spatial points in a 3D space

    • 2D shapes: add and edit 2D shapes and text in a 3D space

    • plots: buld-in plots based on tikzpy

    • labels: add, edit, desactive labels of the different shapes

    • colors: add and define custom colors and transparencies

    • groups: add points and shapes to a group and operate with such container

  • Utilities included in tikzpy

    • files crawler: utility to crawl files by extension or name in folders

Or check the reference index

First steps tikzpy

First steps and introductory examples on how to use tikzpy can be found in this section.

Requirements or pre-requisites

  • Install Latex in Windows:

    • Install MikTex (miktex.org)

  • Install Latex in Ubuntu:

    • sudo apt-get install texlive-full

    • sudo apt-get install xzdec

    • sudo tlmgr install pgf

    • sudo tlmgr install tikz-cd

  • Packages: tikz, tikz-3dplot

  • TikZ libraries: shapes,arrows,decorations, decorations.pathmorphing,arrows.meta,patterns

  • Recomended to install ImageMagik and Ghostscript for png creation in Windows

Indices and tables