Archived
Template
1
0
Fork 0
generated from me/guix-latex-template
No description
This repository has been archived on 2025-07-15. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file Use this template
2025-02-09 17:56:36 -06:00
.guix/modules Initial commit 2025-02-09 19:53:44 +00:00
src Create template 2025-02-09 17:56:36 -06:00
.gitignore Initial commit 2025-02-09 19:53:44 +00:00
.guix-channel Initial commit 2025-02-09 19:53:44 +00:00
channels.scm Initial commit 2025-02-09 19:53:44 +00:00
channels.scm.lock Create template 2025-02-09 17:56:36 -06:00
Justfile Initial commit 2025-02-09 19:53:44 +00:00
manifest.scm Create template 2025-02-09 17:56:36 -06:00
README.md Initial commit 2025-02-09 19:53:44 +00:00

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.