https://github.com/proprietary/justification
Text justification, rudimentary, Common Lisp, one file
https://github.com/proprietary/justification
Last synced: 5 months ago
JSON representation
Text justification, rudimentary, Common Lisp, one file
- Host: GitHub
- URL: https://github.com/proprietary/justification
- Owner: proprietary
- Created: 2017-03-15T05:16:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-15T05:16:54.000Z (over 9 years ago)
- Last Synced: 2025-04-04T22:45:45.874Z (about 1 year ago)
- Language: Common Lisp
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Justify text
This aligns text in a paragraph to be justified as best as possible in a *monospaced font without hyphenating*.
Usage:
```
(JUSTIFY:JUSTIFY-PARAGRAPH your-paragraph-text maximum-column-width)
```
Inspired by the Knuth-Plass algorithm for TeX (1981).