Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DRAFT: 2024 pdf #154

Draft
wants to merge 2 commits into
base: 2024
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions 2024-PDF/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# 2024 Edition publication process

This year's PDF version was manually created by generating an html file from bikeshed and then
manually modifying the markup to be able to re-use the stylesheets from ecmarkup used to generate
various other Ecma programming-related standards. This directory contains:
- ecma-print-styles.css, primarily a subset of ecmarkup css with some additional bespoke style rules to create better "issue" and "example" elements
- fonts/, specifically to support the zero-with-dot character option
- img/, cover background images and header image
- index.html, the final markup used for the PDF
- print.js, a pared-down version of the script used by PrinceXML to generate larger Ecma standards publications

The command used to generate PDF was the following, run from this directory:

```bash
prince-books --tagged-pdf --script ./print.js ./index.html -o ECMA-XXX-source-map.pdf
```
Loading
Loading