An open API service indexing awesome lists of open source software.

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

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).