diff options
| author | Chris Wells <chris@mathematicaster.org> | 2026-02-27 17:09:14 -0600 |
|---|---|---|
| committer | Chris Wells <chris@mathematicaster.org> | 2026-02-27 17:09:14 -0600 |
| commit | 58453dd110fa970d0176cb7cab1af5332f095ce7 (patch) | |
| tree | d43c6e854bfa50fd5b6421b87cc1616281ca4944 /README.md | |
| parent | 9a1ce9bd883f540d1626fb7b25a36d734bc1be53 (diff) | |
| download | tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.tar tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.tar.gz tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.tar.bz2 tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.tar.lz tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.tar.xz tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.tar.zst tex-shell-58453dd110fa970d0176cb7cab1af5332f095ce7.zip | |
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. |
