the final files for the printed versiongit status

This commit is contained in:
mb 2022-09-08 11:59:31 +02:00
parent 3f951871f1
commit 13e565f8c8
13 changed files with 22 additions and 41 deletions

View File

@ -24,7 +24,7 @@ multi:
interior: multi
# ---
# take cover out of the PDF (only select pages 3-344 + 2 extra white pages)
# take cover out of the PDF (only select pages 3-338 + 2 extra white pages)
@pdftk Unfolded-with-Multi.pdf cat 3-342 output Unfolded-interior.pdf
upload:

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 51 KiB

View File

@ -53,12 +53,12 @@ body{
@page{
size: 324.6mm 229mm; /* Based on calculations: 323.4, based on canvas template: 324.6 ....... */
orientation: landscape;
bleed: 3mm;
background: linear-gradient(180deg, #3741ea, #c0c1e7);
margin: 0;
marks: crop;
padding: 0;
color: white;
bleed: 3mm;
/*marks: crop;*/
}
div.cover,
@ -72,7 +72,7 @@ div.backcover{
div.cover,
div.backcover{
width: 152mm;
border: 1px solid green;
/*border: 1px solid green;*/
}
div.cover,
div.cover ul li,
@ -93,9 +93,8 @@ div.backcover{
width: 300px;
hyphens: none;
}
div.cover p.title + p,
div.backcover p.title + p{
/*margin-top: -3mm !important;*/
margin-top: -0.75mm !important;
}
div.cover ul{
padding: 0;
@ -111,7 +110,6 @@ div.backcover{
right: 5mm;
width: 150mm;
z-index: 1;
/*border: 1px solid blue;*/
}
div.backcover{
padding: 8mm 21mm 0 42mm;
@ -142,8 +140,6 @@ div.backcover{
div.spine{
position: relative;
width: 19.4mm; /* size of the spine mentioned in template */
/*border-left: 1px solid magenta;*/
/*border-right: 1px solid magenta;*/
}
div.spine p#title{
position: absolute;
@ -169,7 +165,7 @@ div.spine{
}
div.spine p#logo {
position: absolute;
bottom: 10mm;
bottom: 12mm;
width: 9mm;
height: auto;
margin: 0 5.2mm;

View File

@ -401,7 +401,7 @@ div.series{
}
/* Table of Contents */
div.toc *{
div.toc * {
font-size: var(--font-size);
hyphens: none;
}
@ -498,6 +498,14 @@ div.two-columns{
div.two-columns div.thumbcaption{
width: 48mm;
}
blockquote.pull.two-columns{
margin-left: 7mm !important;
margin-right: 0mm !important;
margin-bottom: 0mm !important;
columns: 2 auto;
column-fill: balance;
column-gap: 0mm !important;
}
/* general elements*/

View File

@ -0,0 +1,3 @@
./color_convert.sh black Unfolded-interior.pdf Unfolded-interior-black.pdf
./resample.sh Unfolded-interior-black.pdf 300
./convert-to-PDFX-3-2002.sh Unfolded-interior-black-resampled.pdf Unfolded-interior-black-resampled-PDFx-3-2002.pdf

View File

@ -234,13 +234,15 @@ def tweaking(html):
# print(match)
# html = html.replace(match, f'{ match }<wbr>')
html = html.replace('.png', '.jpg') # Using only jpg version of the images, June 2022
html = html.replace('.gif', '.jpg') # Using only jpg version of the images, June 2022
html = html.replace('.png', '.jpg') # Using only jpg version of the images in the BW version, June 2022
html = html.replace('.gif', '.jpg') # Using only jpg version of the images in the BW version, June 2022
html = html.replace('Topology-typography-1A.jpg', 'Topology-typography-1A.png') # Using png's for Spec, Aug 2022
html = html.replace('Topology-typography-1B.jpg', 'Topology-typography-1B.png') # Using png's for Spec, Aug 2022
html = html.replace('Topology-typography-2A.jpg', 'Topology-typography-2A.png') # Using png's for Spec, Aug 2022
html = html.replace('Topology-typography-2B.jpg', 'Topology-typography-2B.png') # Using png's for Spec, Aug 2022
html = html.replace('sky is black <br />and the ground is yellow.<br /><br />', 'sky is black <br />and the ground is yellow.<br />') # Aug 2022
html = html.replace('<div class="contribution 2.5d-romance">', '<div class="contribution romance">') # Aug 2022
html = html.replace('''</p><p>3D computation has historically co-evolved with Modern technosciences, and aligned with the regimes of optimization, normalization and hegemonic world order. The legacies and projections of industrial development leave traces of that imaginary and tell the stories of a lively tension between “the probable” and “the possible”. Defined as the techniques for measuring volumes, volumetrics all too easily (re)produce and accentuate the probable, and this process is intensified within the technocratic realm of contemporary hyper-computation.
</p><p>This book brings together diverse materials from an ongoing trans<span class="star"></span>feminist conversation between artists, software developers and theorists working with <br>techniques and technologies for detecting, tracking, capturing, printing, modeling and rendering volumes.''', '''</p><p>3D computation has historically co-evolved with Modern technosciences, and aligned with the regimes of optimiza-<br>tion, normalization and hegemonic world order. The lega-<br>cies and projections of industrial development leave traces of that imaginary and tell the stories of a lively tension <br>between the probable and the possible. Defined as the techniques for measuring volumes, volumetrics all too easily (re)produce and accentuate the probable, and this process is intensified within the technocratic realm of <br>contemporary hyper-computation.

BIN
snapshots/baseline-grid.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 387 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 380 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

BIN
snapshots/star-mono.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

BIN
snapshots/star-serif.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB