# causalmodels A LaTeX package providing notation macros for writing about causal graphical models: graph operators, the do-operator, separation relations, and edge marks. ## Author & License Author: Alex Markham, [alex.markham@causal.dev](mailto:alex.markham@causal.dev) This material is subject to the LaTeX Project Public License, version 1.3c or later. See [`LICENSE`](LICENSE). No special fonts required; runs on any standard LaTeX installation and any platform. ## Install ```sh ./build-ctan.sh ``` (See the script for what it does.) Copy the resulting `causalmodels.sty` into the same directory as your `.tex` document, then: ```latex \usepackage{causalmodels} ``` See `causalmodels-doc.pdf` for the full manual, including package options, all macros, and usage examples. ## Contributing Questions, bugs, or a macro you find yourself rewriting? [Open an issue](https://codeberg.org/alex-markham/causalatex/issues) or email me at [alex.markham@causal.dev](mailto:alex.markham@causal.dev).