Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.1 KB

TikZbricks

License GitHub tag CTAN

A small LaTeX package to draw bricks with TikZ. The user can modify the colour, shape and viewpoint.

This project is licensed under the LaTeX Project Public License v1.3c or later, see https://www.latex-project.org/lppl.txt .

The project repository, including a bug tracker, can be found at https://github.com/samcarter/tikzbricks .

Usage

\documentclass{standalone}
\usepackage{tikzbricks}

\begin{document}

\begin{tikzpicture}
  \brick[color=blue]{4}{2}
\end{tikzpicture}

\end{document}

For more details, please consult the package documentation.