A latex class for permutation patterns.
Required LaTeX packages (:
Clone this repository into the correct place in your texmf tree.
or
Symlink the base directory of this repository into your texmf tree in the tex/latex directory.
The location of your texmf can be found using the command kpsewhich -var-value=TEXMFHOME.
The following commands will create the required directories if they do not exist and link the repository, assuming you are in the base directory of the repository.
mkdir -p `kpsewhich -var-value=TEXMFHOME`/tex/latex
ln -s `pwd` `kpsewhich -var-value=TEXMFHOME`/tex/latex/permpattsYou may be required to install some extra packages into your TeX distribution.
In your latex document use \usepackage{permpatts} in the preamble.