Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.15 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.15 KB

permpatts.sty

A latex class for permutation patterns.

Required LaTeX packages (:

Installation

For pros

Clone this repository into the correct place in your texmf tree.

or

For noobs

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/permpatts

You may be required to install some extra packages into your TeX distribution.

Usage

In your latex document use \usepackage{permpatts} in the preamble.