https://github.com/permutatriangle/permpatts
LaTeX package for Permutation patterns
https://github.com/permutatriangle/permpatts
Last synced: 4 months ago
JSON representation
LaTeX package for Permutation patterns
- Host: GitHub
- URL: https://github.com/permutatriangle/permpatts
- Owner: PermutaTriangle
- Created: 2016-03-11T13:08:24.000Z (over 10 years ago)
- Default Branch: hamster
- Last Pushed: 2017-11-14T17:46:08.000Z (over 8 years ago)
- Last Synced: 2025-07-02T01:41:36.756Z (12 months ago)
- Language: TeX
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# permpatts.sty
A latex class for permutation patterns.
Required LaTeX packages (:
- [`stmaryrd`](https://www.ctan.org/pkg/stmaryrd?lang=en)
- [`amsmath`](https://www.ctan.org/pkg/amsmath?lang=en)
- [`xinttools`](https://www.ctan.org/pkg/xinttools?lang=en)
- [`tikz`](https://www.ctan.org/pkg/pgf?lang=en)
- [`mathabx`](https://www.ctan.org/pkg/mathabx?lang=en)
* [`xifthen`](https://ctan.org/pkg/xifthen)
## 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.
```bash
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.