You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pdf/README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Printing to PDF
17
17
* Change brightness of comments by right clicking on them and selecting inspect. Then click on the rectangle that represents color and toggle the color space to HSLA by clicking on the button with two vertical arrows.
18
18
* Change lightness (L) percentage to 77%.
19
19
* Open `index.html` in Chrome and select 'Print...'.
20
-
* Select destination 'Save as PDF', paper size 'A4', customised margins of top 10mm, right 9.5mm, bottom 5mm and left 10mm, 'Default' scale and no headers and footers and save (the document should be 50 pages long).
20
+
* Select destination 'Save as PDF', paper size 'A4', customised margins of top 10mm, right 9.5mm, bottom 5mm and left 10mm, 'Default' scale and no headers and footers and save (the document should be 51 pages long with last page empty).
21
21
22
22
### PDF optimized for laser color printing
23
23
* Run `./parse.js` again.
@@ -35,7 +35,7 @@ Printing to PDF
35
35
* 58% for the comments.
36
36
* Individually change brightness of every comment line that starts with: `# $ pip3 install
37
37
...` and of comments in basic script template to 57%, by adding `color: hsla(0, 0%, 57%, 1);` to their element.style.
38
-
* Select 'Print...' with destination 'Save as PDF', paper size 'A4', customised margins of top 10mm, right 9.5mm, bottom 5mm and left 10mm, 'Default' scale and no headers and footers and save (the document should be 50 pages long).
38
+
* Select 'Print...' with destination 'Save as PDF', paper size 'A4', customised margins of top 10mm, right 9.5mm, bottom 5mm and left 10mm, 'Default' scale and no headers and footers and save (the document should be 51 pages long with last page empty).
39
39
40
40
Adding headers and footers to PDF (the same for both files)
@@ -46,7 +46,8 @@ Adding headers and footers to PDF (the same for both files)
46
46
* Select 'Edit PDF' tab and add headers and footers by clicking 'Header & Footer' button, selecting a preset from 'Saved Settings' dropdown menu and clicking ok. Repeat the process for each preset.
47
47
* If presets get lost, the font and the margins are as follow: Borders: left-line: 0.6, left-text: 0.8, top-line: 11.4, bottom-text: 0.27, right-text-odd: 0.57, font-name: menlo, font-size: 8.
48
48
* Set title and author by selecting 'File/Properties...'.
49
-
* Save in Adobe, Optimized format.
49
+
* Save the progress by running 'Save as' in 'Adobe PDF format'.
50
+
* Run 'Save as' again, this time in 'Adobe optimized format', so that Menlo font error gets fixed.
0 commit comments