typesetting
typesetting copied to clipboard
document-layout tools [mirror of https://git.matthewbutterick.com/mbutterick/typesetting]
* show/hide * fields * custom text * adopt doc font family
• thinsp • othersp • zwnj
* system fonts * explicit paths
* put multiple pages on one larger sheet
Some thoughts around layout in quadwriter * At various points in a quadwriter doc you could specify q-expressions to be used as the content of header/footer from that page onwards,...
In `#lang quadwriter/markdown` saving the below to the same folder as `test.jpg` ``` #lang quadwriter/markdown  ``` —then doing _Run_ in DrRacket results in `div: unbound identifier in: div` Also:...
I'm wondering what's the best way to handle initials, especially dropped initials. For raised initials, I'm basically doing the following, which works "fine": ``` (q (q [(font-size-adjust "300%")] "L") (q...