diff --git a/README.txt b/README.txt index 43631ae..463f2dc 100644 --- a/README.txt +++ b/README.txt @@ -3,3 +3,6 @@ a history of the domino problemo note that this code produces files in two subfolders the supercollider code makes png files in a subfolder called "visualization" the klayout code reads the above files and outputs gds files in a subfolder called "gds" +these are included in the attachment for the code release here or at: +www.unboundedpress.org/code_releases/a_history_of_the_domino_problem_source.zip + diff --git a/latex/penrose/penrose_score.log b/latex/penrose/penrose_score.log index d0825fb..7e93b3e 100644 --- a/latex/penrose/penrose_score.log +++ b/latex/penrose/penrose_score.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Arch Linux) (preloaded format=pdflatex 2019.4.22) 6 JUL 2019 23:52 +This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Arch Linux) (preloaded format=pdflatex 2019.4.22) 29 JUL 2019 09:25 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -888,7 +888,7 @@ mti8.pfb> -Output written on penrose_score.pdf (31 pages, 1132763 bytes). +Output written on penrose_score.pdf (31 pages, 1137664 bytes). PDF statistics: 196 PDF objects out of 1000 (max. 8388607) 115 compressed objects within 2 object streams diff --git a/latex/penrose/penrose_score.pdf b/latex/penrose/penrose_score.pdf index d6f5051..2ce2dbe 100644 Binary files a/latex/penrose/penrose_score.pdf and b/latex/penrose/penrose_score.pdf differ diff --git a/latex/robinson/robinson_score.log b/latex/robinson/robinson_score.log index e46c75c..5a9b24c 100644 --- a/latex/robinson/robinson_score.log +++ b/latex/robinson/robinson_score.log @@ -1,4 +1,4 @@ -This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Arch Linux) (preloaded format=pdflatex 2019.4.22) 6 JUL 2019 23:48 +This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018/Arch Linux) (preloaded format=pdflatex 2019.4.22) 29 JUL 2019 09:25 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -779,7 +779,7 @@ mti8.pfb> -Output written on robinson_score.pdf (25 pages, 513247 bytes). +Output written on robinson_score.pdf (25 pages, 535995 bytes). PDF statistics: 172 PDF objects out of 1000 (max. 8388607) 102 compressed objects within 2 object streams diff --git a/latex/robinson/robinson_score.pdf b/latex/robinson/robinson_score.pdf index 2cd0f2c..c6958fd 100644 Binary files a/latex/robinson/robinson_score.pdf and b/latex/robinson/robinson_score.pdf differ diff --git a/score/lilypond/penrose/penrose.ly b/score/lilypond/penrose/penrose.ly index 57f7739..ba93e3b 100644 --- a/score/lilypond/penrose/penrose.ly +++ b/score/lilypond/penrose/penrose.ly @@ -61,7 +61,7 @@ %\remove "Mark_engraver" %\override BarNumber.extra-offset = #'(0 . 4) \override BarNumber.stencil = #(make-stencil-circler 0.1 0.25 ly:text-interface::print) - %\override Stem.stemlet-length = #0.75 + \override Stem.stemlet-length = #0.75 %\override DynamicTextSpanner.style = #'none } \context { diff --git a/score/lilypond/penrose/penrose.pdf b/score/lilypond/penrose/penrose.pdf index 6cc8560..67a2365 100644 Binary files a/score/lilypond/penrose/penrose.pdf and b/score/lilypond/penrose/penrose.pdf differ diff --git a/score/lilypond/robinson/robinson.ly b/score/lilypond/robinson/robinson.ly index a5c18de..e3719b9 100644 --- a/score/lilypond/robinson/robinson.ly +++ b/score/lilypond/robinson/robinson.ly @@ -70,7 +70,7 @@ paren = %\remove "Mark_engraver" %\override BarNumber.extra-offset = #'(0 . 4) \override BarNumber.stencil = #(make-stencil-circler 0.1 0.25 ly:text-interface::print) - %\override Stem.stemlet-length = #0.75 + \override Stem.stemlet-length = #0.75 %\override DynamicTextSpanner.style = #'none } \context { diff --git a/score/lilypond/robinson/robinson.pdf b/score/lilypond/robinson/robinson.pdf index bcd95ff..06d2b20 100644 Binary files a/score/lilypond/robinson/robinson.pdf and b/score/lilypond/robinson/robinson.pdf differ