civodul pushed a commit to branch master
in repository maintenance.
commit 9ad877567dbba56193cb478709ce7f3cb79d1625
Author: Ludovic Courtès <[email protected]>
AuthorDate: Fri Jun 3 12:03:42 2022 +0200
programming-2022: Add \paperdetails for publication.
* doc/programming-2022/supply-chain.skb: Add final \paperdetails.
Adjust \documentclass.
---
doc/programming-2022/supply-chain.skb | 25 ++++++++++++++++++++-----
1 file changed, 20 insertions(+), 5 deletions(-)
diff --git a/doc/programming-2022/supply-chain.skb
b/doc/programming-2022/supply-chain.skb
index 946e91a..c6efd9d 100644
--- a/doc/programming-2022/supply-chain.skb
+++ b/doc/programming-2022/supply-chain.skb
@@ -80,11 +80,29 @@
"\\DeclareUnicodeCharacter{2026}{\\textrm{\\ldots}}\n"
;; Improve hyphenation.
- "\\hyphenation{Open-PGP}\n")))
+ "\\hyphenation{Open-PGP}\n"
+
+ ;; This must come before \begin{document}.
+ "
+%%% The following is specific to Programming Journal, Volume 7, Issue 1 and
the paper
+%%% 'Building a Secure Software Supply Chain with GNU Guix'
+%%% by Ludovic Courtès.
+%%%
+\\paperdetails{
+ submitted=2022-04-28,
+ published=2022-06-15,
+ year=2023,
+ volume=7,
+ issue=1,
+ articlenumber=1,
+ perspective=engineering,
+ area={Security programming},
+ license=cc-by
+}\n\n")))
(let ((latex (find-engine 'latex)))
(engine-custom-set! latex 'documentclass
-
"\\documentclass[english,phase=submission,code=tt]{programming}")
+
"\\documentclass[english,phase=final,code=tt,crc]{programming}")
(markup-writer '&latex-author latex
:action (lambda (n e)
@@ -165,9 +183,6 @@ France. He has been contributing to the development of GNU
Guix since
its inception in 2012 and works on its use in support of reproducible
research workflows.]))
- (!latex "\\paperdetails{perspective=engineering,
-area={Security programming}, license=cc-by-sa}\n")
-
;; See <http://dl.acm.org/ccs/ccs_flat.cfm>.
(!latex "\\input{categories.tex}\n")