generated from me/guix-typst-template
Update Typst
This commit is contained in:
parent
015e2ca86a
commit
2895f7c399
4 changed files with 31 additions and 10 deletions
10
channels.scm
10
channels.scm
|
@ -8,11 +8,11 @@
|
|||
(openpgp-fingerprint
|
||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||
(channel
|
||||
(name 'saayix)
|
||||
(url "https://codeberg.org/look/saayix")
|
||||
(branch "main")
|
||||
(name 'guix-science)
|
||||
(url "https://codeberg.org/guix-science/guix-science")
|
||||
(branch "master")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"12540f593092e9a177eb8a974a57bb4892327752"
|
||||
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||
(openpgp-fingerprint
|
||||
"3FFA 7335 973E 0A49 47FC 0A8C 38D5 96BE 07D3 34AB")))))
|
||||
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))))
|
||||
|
|
22
channels.scm.lock
Normal file
22
channels.scm.lock
Normal file
|
@ -0,0 +1,22 @@
|
|||
(list (channel
|
||||
(name 'guix)
|
||||
(url "https://git.savannah.gnu.org/git/guix.git")
|
||||
(branch "master")
|
||||
(commit
|
||||
"fa39695bbc0c5f79838cbca55d55eebd821a8efa")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"9edb3f66fd807b096b48283debdcddccfea34bad"
|
||||
(openpgp-fingerprint
|
||||
"BBB0 2DDF 2CEA F6A8 0D1D E643 A2A0 6DF2 A33A 54FA"))))
|
||||
(channel
|
||||
(name 'guix-science)
|
||||
(url "https://codeberg.org/guix-science/guix-science")
|
||||
(branch "master")
|
||||
(commit
|
||||
"76f9e5112b3005b57438f4c8708490a38de847b4")
|
||||
(introduction
|
||||
(make-channel-introduction
|
||||
"b1fe5aaff3ab48e798a4cce02f0212bc91f423dc"
|
||||
(openpgp-fingerprint
|
||||
"CA4F 8CF4 37D7 478F DA05 5FD4 4213 7701 1A37 8446")))))
|
|
@ -1,7 +1,6 @@
|
|||
(add-to-load-path ".guix/modules")
|
||||
(use-modules (template-package)
|
||||
(saayix packages typst)
|
||||
(gnu packages fontutils)
|
||||
(gnu packages fonts))
|
||||
(guix-science packages typst)
|
||||
(gnu packages fontutils))
|
||||
|
||||
(packages->manifest (list typst font-liberation fontconfig coreutils))
|
||||
(packages->manifest (list typst fontconfig coreutils))
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#let page_essay_header(author_name_last: "") = {
|
||||
author_name_last
|
||||
" "
|
||||
counter(page).display()
|
||||
context counter(page).display()
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue