2022-03-28 [02:57:59.0899] Richard Gibson ryzokuken https://github.com/tc39/ecma402/releases/tag/es2022-candidate [02:58:48.0572] the "New Contributors" list is funky but seems like we need a start for better lists in the further releases. [08:24:49.0869] thanks, agreed. The PDFs look better than I ever remember seeing, although there is moderate difficulty with whatever row of Table 12 (Numbering System) is split by a page break (the data can be copied, but I wouldn't have confidence in reading the right data from a printout). The issue seems to be caused by the great width of the Digits column (due to hanidec) squeezing the Numbering System column so much that its header cell is broken into multiple lines. I think it could be fixed by updating the CSS for `emu-table th, emu-table thead td, table.real-table th` (which currently defines the gray background) to include `white-space: nowrap`, but that seems likely to exacerbate the already-too-wide layout of Table 14 (Plural Rules Operands Record Fields), which itself would need to be addressed by something like `overflow-wrap: anywhere` on the cells and/or changing from a table to another format and/or renaming the [[NumberOfFractionDigitsWithoutTrailing]] slot to something shorter. Does anyone have a preference regarding those three options, or an alternative? [08:25:05.0314] btw leobalter, thanks so much for landing those pending PRs [08:25:48.0199] fwiw it would be great if any PDF-specific changes yall make could be shared by 262, and vice versa :-) [08:26:16.0429] for 262, i do `npm run build-for-pdf`, and then i open it in safari, and i print to pdf. and then i open it in Adobe Acrobat and add the first 4 pages, and then add the autonumbering for the rest. [08:33:22.0626] leobalter: ah my bad, istvan is saying isabel did tweak 402 last year, i didn't realize [08:33:26.0193] * leobalter: ah my bad, istvan is saying isabel did tweak 402 last year, i didn't realize [09:06:24.0747] I forgot the `npm run build-for-pdf` part [09:09:11.0194] I'm mostly playing with Chrome settings. I try different scales from 75 and up and I already tried different margins. (0.5in each side and 0.6 bottom) [09:10:05.0791] I'll do a print with Safari and see how it goes [09:11:27.0760] ljharb: do you use a custom scale or 100%? [09:17:39.0581] just 100%, US letter [09:17:54.0939] they probably want A4 but I’m not paid for this :-p