You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/quad
Matthew Butterick f8a0a90f36 fix font resolution for font family with single style
even if the style has bold or italic in the name, it should be treated as the regular style
2 years ago
..
.github move workflows to top level (#2) 2 years ago
fontproof to path string 4 years ago
qtest update tester 2 years ago
quad document that change 2 years ago
quadwriter fix font resolution for font family with single style 2 years ago
.gitignore Add doc to gitignore (#59) 4 years ago
LICENSE.md Update LICENSE.md 4 years ago
README.md Update README.md 3 years ago
info.rkt also update words 4 years ago

README.md

Quad Build Status

A work-in-progress document processor written in Racket.

Create PDFs from a simple text-based source format. Use any TTF or OTF or WOFF fonts you like.

Quad lets you avoid:

  • word processors
  • page-layout programs
  • web browsers
  • LaTeX and derivatives
  • subscriptions, surveillance, and “creative clouds”

Quad, by contrast —

  • is downloadable & self-contained
  • is open source
  • makes document layout fast & easy
  • uses source files that are portable between Mac OS, Windows, and Linux
  • works with Pollen

Install

Using Racket 6.10+, install from the command line:

raco pkg install quad

And update like so:

raco pkg update --update-deps quad

Docs

http://docs.racket-lang.org/quad

Questions

Can be posted in the pollen-users discussion area.

License

Code: MIT

Fonts: mostly OFL, noted in each directory that contains fonts

Unicode Consortium documents: licensed under Unicode terms of use

Quad

Project status

Actively developed, though progress tends to go in bursts due to other commitments. Even when Im not committing code to Quad, I am thinking about it.