aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Wells <chris@mathematicaster.org>2026-02-27 17:09:14 -0600
committerChris Wells <chris@mathematicaster.org>2026-02-27 17:09:14 -0600
commit58453dd110fa970d0176cb7cab1af5332f095ce7 (patch)
treed43c6e854bfa50fd5b6421b87cc1616281ca4944 /README.md
parent9a1ce9bd883f540d1626fb7b25a36d734bc1be53 (diff)
downloadtex-shell-master.tar
tex-shell-master.tar.gz
tex-shell-master.tar.bz2
tex-shell-master.tar.lz
tex-shell-master.tar.xz
tex-shell-master.tar.zst
tex-shell-master.zip
Added a default latexmkrcHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
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.