generated from me/guix-typst-template
Switch from pdflatex to lualatex
parent
47407152ab
commit
fb756028e9
2
Justfile
2
Justfile
|
@ -1,5 +1,5 @@
|
||||||
default:
|
default:
|
||||||
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && pdflatex -output-directory=./out ./src/document.tex"
|
guix time-machine --channels=./channels.scm.lock -- shell --container --emulate-fhs --manifest=./manifest.scm -- sh -c "mkdir -p ./out && lualatex -output-directory=./out ./src/document.tex"
|
||||||
|
|
||||||
dev:
|
dev:
|
||||||
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
|
guix time-machine --channels=./channels.scm.lock -- shell --manifest=./manifest.scm
|
||||||
|
|
|
@ -0,0 +1,11 @@
|
||||||
|
(list (channel
|
||||||
|
(name 'guix)
|
||||||
|
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||||
|
(branch "master")
|
||||||
|
(commit
|
||||||
|
"10e99250f49d40563619c849b0d4ada31f985991")
|
||||||
|
(introduction
|
||||||
|
(make-channel-introduction
|
||||||
|
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||||
|
(openpgp-fingerprint
|
||||||
|
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA")))))
|
|
@ -2,4 +2,4 @@
|
||||||
(use-modules (template-package)
|
(use-modules (template-package)
|
||||||
(gnu packages tex))
|
(gnu packages tex))
|
||||||
|
|
||||||
(packages->manifest (list texlive-scheme-basic texlive-cm-super texlive-hyperref texlive-pgf texlive-geometry coreutils))
|
(packages->manifest (list texlive-scheme-basic texlive-cm-super texlive-hyperref texlive-etoolbox texlive-pgf texlive-geometry coreutils))
|
||||||
|
|
Loading…
Reference in New Issue