Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 673 Bytes

TikZpf

The tikz-pf package provides commands to simply create diagrams in TikZ environment for requirement engineering problems.

Usage

  • Download the file src/tikz-pf.sty to your local directory.
  • Add following code to your preable:
\usepackage{tikz}
\usetikzlibrary{calc}
\usepackage{tikz-pf}
% you can also put this package in a sub directory like Lib and use
%\usepackage{Lib/tikz-pf}

Examples

Currently the documentation is provided as a PDF.

License

Gnu Affero 3.0