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/README.md

61 lines
1.2 KiB
Markdown

## Quad
3 years ago
9 years ago
5 years ago
A work-in-progress document processor written in [Racket](http://racket-lang.org).
5 years ago
5 years ago
Create PDFs from a simple text-based source format. Use any TTF or OTF or WOFF fonts you like.
5 years ago
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](//pollenpub.com)
3 years ago
## Install
5 years ago
5 years ago
Using Racket 6.10+, install from the command line:
9 years ago
raco pkg install quad
And update like so:
raco pkg update --update-deps quad
3 years ago
## Docs
5 years ago
http://docs.racket-lang.org/quad
6 years ago
3 years ago
## Questions
Can be posted in the [Quad forum](https://forums.matthewbutterick.com/c/quad/).
3 years ago
## License
6 years ago
5 years ago
Code: MIT
Fonts: mostly OFL, noted in each directory that contains fonts
5 years ago
5 years ago
Unicode Consortium documents: licensed under Unicode terms of use
5 years ago
![Quad](https://docs.racket-lang.org/quad/quads.png)
3 years ago
## 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.