guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

63/66: programming-2022: Typographical tweaks.


From: Ludovic Courtès
Subject: 63/66: programming-2022: Typographical tweaks.
Date: Wed, 29 Jun 2022 11:32:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository maintenance.

commit 90c341debf4a1a2ad8cfa0e204f88d92a06531fe
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Fri Jun 10 10:42:56 2022 +0200

    programming-2022: Typographical tweaks.
    
    * doc/programming-2022/supply-chain.skb (figure): Emit \captionsetup.
    (document): Add author country and email address + "last accessed" for Guix 
URL.
---
 doc/programming-2022/supply-chain.skb | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/doc/programming-2022/supply-chain.skb 
b/doc/programming-2022/supply-chain.skb
index c6efd9d..1cff514 100644
--- a/doc/programming-2022/supply-chain.skb
+++ b/doc/programming-2022/supply-chain.skb
@@ -153,7 +153,10 @@
                (let ((ident (markup-ident n))
                      (legend (markup-option n :legend))
                      (mc (markup-option n :multicolumns)))
-                  (display "\\begin{figure}[ht]\n\\begin{scriptsize}\n")
+                  (display "\\begin{figure}[ht]\n")
+                  ;; Left-justified captions.
+                  (display "\\captionsetup{singlelinecheck=false, 
format=hang}\n")
+                  (display "\\begin{scriptsize}\n")
                   (output (markup-body n) e)
                   (display "\n\\end{scriptsize}\n")
                   (format #t "\\caption{\\label{~a}"
@@ -176,12 +179,12 @@
 
 (document :title [Building a Secure Software Supply Chain with GNU Guix]
    :author (list (author :name "Ludovic Courtès"
-                   :affiliation "Inria"
+                   :affiliation "Inria, France"
                    :email "ludovic.courtes@inria.fr"
                    :address [works as a research software engineer at Inria,
 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.]))
+research workflows.  You can reach him at ,(it [ludovic.courtes@inria.fr]).]))
 
    ;; See <http://dl.acm.org/ccs/ccs_flat.cfm>.
    (!latex "\\input{categories.tex}\n")
@@ -336,7 +339,8 @@ and report on our experience.  Last, ,(numref :text 
[Section]
       (p [Users of free operating systems such as GNU/Linux are familiar with
 ,(emph [package managers]) like Debian's ,(tt [apt]), which allow them
 to install, upgrade, and remove software from a large collection of free
-software packages.  GNU Guix,(footnote (url "https://guix.gnu.org";)) is
+software packages.  GNU Guix,(footnote [,(url "https://guix.gnu.org";)
+(last accessed June 2022)]) is
 such a tool, though it can be thought of more broadly as a toolbox for a
 software deployment with salient features and processes that improve
 security: a foundation for ,(emph [reproducible builds]), and what we



reply via email to

[Prev in Thread] Current Thread [Next in Thread]