civodul pushed a commit to branch master
in repository maintenance.

commit 8b36d9df80ca4e4f0cb1979dcd537ab8860cf24d
Author: Ludovic Courtès <[email protected]>
AuthorDate: Sat Jan 29 15:44:49 2022 +0100

    programming-2022: Tweak dot options.
    
    * doc/programming-2022/GNUmakefile (DOT-OPTS): Tweak.
---
 doc/programming-2022/GNUmakefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/programming-2022/GNUmakefile b/doc/programming-2022/GNUmakefile
index 8ce79ad..818aa0d 100644
--- a/doc/programming-2022/GNUmakefile
+++ b/doc/programming-2022/GNUmakefile
@@ -2,7 +2,7 @@ SKRIBILO := skribilo
 PDFLATEX := pdflatex
 RUBBER   := rubber
 DOT      := dot
-DOT-OPTS := -Gratio=.78 -Gwidth=8cm
+DOT-OPTS := -Gratio=1.2 -Gwidth=15cm
 
 .DEFAULT_GOAL := supply-chain.pdf
 ILLUSTRATIONS :=                               \

Reply via email to