// MENKETECHNOLOGIES PUBLICATIONS — ENGINEERING REPORT

Paid book pipeline · pandoc → lualatex · cyberpunk theme · 24 typeset deliverables · 4 original novels + 20 companions & references · zero overfull boxes

Source: src/strykelang v0.17.26 · src/zshrs v0.12.4 · src/zpwr v48.9.1

Catalog GitHub
// Color scheme

~AT A GLANCE

The paid companion books, reference manuals, the zpwr encyclopedia, and four original novels — every figure below counted from the rendered deliverables in this repository.

24
Typeset Deliverables
4,280
Total Pages
4
Original Novels
263,108
Novel Words
466
Novel Pages
96
Chapters
20
Companions & References
0
Overfull Boxes

Page Distribution — 4,280 pages

3,814 reference / 466 novel · 89.1% reference

Reference: fusevm companion (217) + stryke companion (205) + stryke reference (1,253) + zshrs companion (208) + zshrs reference (202) + elisprs companion (219) + elisprs reference (40) + awkrs companion (194) + awkrs reference (16) + vimlrs companion (201) + vimlrs reference (59) + zmax companion (192) + zmax reference (81) + zpwr encyclopedia (231) + zterminal (54) + ztmux (119) + powerliners (108) + desktop-in-rust (97) + zwire (103) + inventions (15). Novels: THE STACK (106) + the Deep Time Trilogy (118 / 120 / 122).


~THE DELIVERABLES

Each row is a rendered, shippable product. Reference works are generated from the public source submodules under src/; the novels are hand-written narrative markdown. All share one toolchain: pandoc → lualatex with the cyberpunk theme.

DeliverableKindPagesFormats
THE STACKNovel — fantasy106md tex pdf html
THE COMPILED MINDNovel — SF, Book One118md tex pdf html
THE WAKING FLEETNovel — SF, Book Two120md tex pdf html
THE INHERITORSNovel — SF, Book Three122md tex pdf html
fusevm — The MachineReference — book217md tex pdf
stryke — The CompanionReference — book205md tex pdf
stryke — ReferenceReference — manual1,253html tex pdf
zshrs — The CompanionReference — book208md tex pdf
zshrs — ReferenceReference — manual202html tex pdf
elisprs — The CompanionReference — book219md tex pdf
elisprs — ReferenceReference — manual40html tex pdf
awkrs — The CompanionReference — book194md tex pdf
awkrs — ReferenceReference — manual16html tex pdf
vimlrs — The CompanionReference — book201md tex pdf
vimlrs — ReferenceReference — manual59html tex pdf
zmax — The CompanionReference — book192md tex pdf
zmax — ReferenceReference — manual81md tex pdf
zpwr EncyclopediaReference — encyclopedia231md tex pdf
zterminal — The CompanionCompanion — book-only54md tex pdf
ztmux — The CompanionCompanion — book-only119md tex pdf
powerliners — The CompanionCompanion — book-only108md tex pdf
Rewriting the Desktop in RustCompanion — book-only97md tex pdf
zwire — The CompanionCompanion — book-only103md tex pdf
Firsts — the Invention LedgerCompanion — book-only15md tex pdf
24 deliverables4 novels + 20 companions & references4,280pdf + html + tex

~THE NOVELS

THE STACK is a high-tech fantasy whose world is a literalization of the stack. The Deep Time TrilogyThe Compiled MindThe Waking FleetThe Inheritors — is its hard-SF sibling: a generation ship dying of the heat shed by an interpreted mind that forks a disposable process for every act, the compiled successor that replaces it, and the long work of making it outlast its maker.

TitleWordsPagesChapters
THE STACK62,40410624
THE COMPILED MIND66,04611824
THE WAKING FLEET66,72112024
THE INHERITORS67,93712224
4 novels263,10846696

~THE PIPELINE

One toolchain renders every deliverable, paid and reference alike.

pandoc → lualatex

Narrative markdown (or generated reference) in; book.{tex,pdf} out. extreport class with --top-level-division=chapter so each # heading becomes a neon \chapter page.

Cyberpunk theme

Shared palette across PDF and HTML: #05050A bg, neon cyan / magenta / pink / green. Orbitron headings, Share Tech Mono code, Arimo body — loaded per-glyph with a luaotfload fallback chain so no arrow or box-drawing glyph ever drops.

Overflow guards

fvextra breaklines, xurl, and a robust breakable \texttt keep code and long identifiers inside the margin. Build asserts zero overfull boxes on every book.

Web rendition

Each novel also ships a single-file book.html (book_html.sh, pandoc → html5) with the same theme embedded — same source, two outputs.

Versioned source

Reference content comes from the public source submodules under src/; bump a submodule and re-run the generators to rebuild a book against newer source. The novels carry an EDITION string instead of a crate version.

Guarded build

tests/run.sh guards the failure modes this repo has hit: a leak guard (no paid sources tracked in the public submodules), markdown hygiene, generator syntax, and — under BUILD=1 — zero overfull boxes and a page floor.