https://github.com/fiddlerwoaroof/nix-templates
Basic nix templates for latex
https://github.com/fiddlerwoaroof/nix-templates
Last synced: about 1 year ago
JSON representation
Basic nix templates for latex
- Host: GitHub
- URL: https://github.com/fiddlerwoaroof/nix-templates
- Owner: fiddlerwoaroof
- Created: 2023-12-10T19:43:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-10T20:22:11.000Z (over 2 years ago)
- Last Synced: 2025-07-14T05:17:01.515Z (about 1 year ago)
- Language: Nix
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* A Collection of flake templates for my projects
** A basic setup for lualatex with minimal dependencies: [[./lualatex-basic]]
A latex build with a relatively minimal subset of texlive as
dependencies so you don't have to wait for gigabytes of TeX
dependencies to download. Doesn't include a =flake.lock=, which
will be generated on first run. Usage:
#+begin_src zsh
nix flake new -t github:fiddlerwoaroof/nix-templates\#lualatex-basic my-document
#+end_src