diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1d64c7 --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# tex-shell + +A [flake-parts](https://flake.parts/) module for building a devShell equipped with LaTeX. +For a significantly more sophisticated implementation, see [latex-utils](https://github.com/jmmaloney4/latex-utils). + +The point of this simple flake-parts module is to give you a devShell with texlive along with a `latexmk` wrapped with a `.latexmkrc` file. +My use case is to get a texlive environment that works for interacting with a repo with a bunch of latex documents, e.g. class notes, homeworks and exams. |
