[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
24/45: reppar: Shrink figures.
From: |
Ludovic Courtès |
Subject: |
24/45: reppar: Shrink figures. |
Date: |
Tue, 09 Jun 2015 12:37:07 +0000 |
civodul pushed a commit to branch master
in repository maintenance.
commit c0575aaee050d7c51902f923c5496c79d8c025b9
Author: Ludovic Courtès <address@hidden>
Date: Mon Jun 1 15:03:57 2015 +0200
reppar: Shrink figures.
---
doc/reppar-2015/code/manifest.scm | 7 ++-----
doc/reppar-2015/code/my-openmpi.scm | 8 ++------
doc/reppar-2015/code/query-package.scm | 3 +--
doc/reppar-2015/reproducible-hpc.skb | 4 ++++
4 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/doc/reppar-2015/code/manifest.scm
b/doc/reppar-2015/code/manifest.scm
index 2f768a9..14a3b9c 100644
--- a/doc/reppar-2015/code/manifest.scm
+++ b/doc/reppar-2015/code/manifest.scm
@@ -1,8 +1,5 @@
-;; This file can be passed to 'guix package --manifest' to
-;; reproduce a profile with the given list of packages.
-
-(use-modules (gnu packages base)
- (gnu packages gcc)
+;; This file can be passed to 'guix package --manifest'.
+(use-modules (gnu packages base) (gnu packages gcc)
(my-openmpi))
(packages->manifest
diff --git a/doc/reppar-2015/code/my-openmpi.scm
b/doc/reppar-2015/code/my-openmpi.scm
index c1cb4c7..8b7a615 100644
--- a/doc/reppar-2015/code/my-openmpi.scm
+++ b/doc/reppar-2015/code/my-openmpi.scm
@@ -25,12 +25,8 @@
(inputs `(("hwloc" ,hwloc) ;!recipe-inputs
("gfortran" ,gfortran-4.8)
("pkg-config" ,pkg-config)))
- (arguments
- '(#:configure-flags `("--enable-oshmem"
- "--with-devel-headers"
- ,(string-append
- "--with-hwloc="
- (assoc-ref %build-inputs "hwloc")))))
+ (arguments '(#:configure-flags `("--enable-oshmem"
+ "--with-devel-headers")))
(home-page "http://www.open-mpi.org")
(synopsis "MPI-2 implementation")
(description "This is an MPI-2 implementation etc.")
diff --git a/doc/reppar-2015/code/query-package.scm
b/doc/reppar-2015/code/query-package.scm
index 66c03a6..340ffb9 100644
--- a/doc/reppar-2015/code/query-package.scm
+++ b/doc/reppar-2015/code/query-package.scm
@@ -5,8 +5,7 @@
;;!start
;; Query the direct and indirect inputs of Open MPI.
-;; Each input is represented by a label/package tuple;
-;; we are only interested in the package object here.
+;; Each input is represented by a label/package tuple.
(map (match-lambda
((label package)
(package-full-name package)))
diff --git a/doc/reppar-2015/reproducible-hpc.skb
b/doc/reppar-2015/reproducible-hpc.skb
index 345e2cf..3a0f71d 100644
--- a/doc/reppar-2015/reproducible-hpc.skb
+++ b/doc/reppar-2015/reproducible-hpc.skb
@@ -105,6 +105,10 @@
(usep (engine-custom latex 'usepackage)))
(engine-custom-set! latex 'usepackage
(string-append usep "
+\\usepackage{floatrow}
+\\floatsetup[figure]{font=footnotesize}
+\\setlength{\\intextsep}{5pt plus 1.0pt minus 2.0pt}
+
\\usepackage{tikz}
\\usetikzlibrary{arrows,shapes,trees,shadows,positioning}
\\usepackage{fancyvrb}
- 19/45: reppar: Fix typos, improve wording., (continued)
- 19/45: reppar: Fix typos, improve wording., Ludovic Courtès, 2015/06/09
- 10/45: reppar: Add "Related Work" section., Ludovic Courtès, 2015/06/09
- 11/45: reppar: Mention approaches based on VMs and Docker., Ludovic Courtès, 2015/06/09
- 14/45: reppar: Implement Andreas' suggestions., Ludovic Courtès, 2015/06/09
- 23/45: reppar: Abbreviate book titles in the bibliography., Ludovic Courtès, 2015/06/09
- 21/45: reppar: Shorten "Related Work"., Ludovic Courtès, 2015/06/09
- 12/45: reppar: Add section about active papers., Ludovic Courtès, 2015/06/09
- 22/45: reppar: Shrink Chameleon blurbs., Ludovic Courtès, 2015/06/09
- 28/45: reppar: Remove unused TikZ stuff., Ludovic Courtès, 2015/06/09
- 30/45: reppar: Correctly print the number of packages., Ludovic Courtès, 2015/06/09
- 24/45: reppar: Shrink figures.,
Ludovic Courtès <=
- 25/45: reppar: Reintroduce inputs in 'make-chameleon' figure., Ludovic Courtès, 2015/06/09
- 31/45: reppar: Add acknowledgments., Ludovic Courtès, 2015/06/09
- 33/45: reppar: Add rough number of cluster nodes and users., Ludovic Courtès, 2015/06/09
- 27/45: reppar: Fix one biblio entry., Ludovic Courtès, 2015/06/09
- 34/45: reppar: Add missing words, fix typo., Ludovic Courtès, 2015/06/09
- 35/45: reppar: Stylistic edit to remove repeated "and"., Ludovic Courtès, 2015/06/09
- 32/45: reppar: Make source code comments darker., Ludovic Courtès, 2015/06/09
- 38/45: reppar: Slightly shrink the conclusion, and thank Eric., Ludovic Courtès, 2015/06/09
- 41/45: reppar: Move the discussion of multiple profiles earlier; add example., Ludovic Courtès, 2015/06/09
- 29/45: reppar: Comment out the section about active papers., Ludovic Courtès, 2015/06/09