Go to file Use this template
Ethan Reece 7aa81bfb13
Fix conflict
2024-12-09 01:17:52 -06:00
.guix/modules Change package definition 2024-11-22 01:59:56 -06:00
src Add useful libraries 2024-11-22 03:38:14 -06:00
.gitignore Initial commit 2024-11-22 07:24:59 +00:00
.guix-channel Initial commit 2024-11-22 07:24:59 +00:00
Justfile Switch from pdflatex to lualatex 2024-11-30 22:46:10 -06:00
README.md Add LaTeX install 2024-11-22 01:56:47 -06:00
channels.scm Add LSP 2024-12-01 00:26:07 -06:00
manifest.scm Add LSP 2024-12-01 00:26:07 -06:00

README.md

Guix LaTeX project template

  1. Modify ./guix/modules/template-package.scm (defines the project), ./channels.scm (for project dependencies), and ./manifest.scm (for development environment) to your requirements.

  2. Install just by adding to your Guix Home configuration or running guix install just.

  3. Run just update to update the dependencies.

  4. Run just to generate the document. Run just run to generate then open the document. Run just dev to open a shell environment with the document's dependencies.