main
Matthew Butterick 10 years ago
parent b201d4ec2b
commit 03d895b8da

@ -14,11 +14,15 @@ A simple hyphenation engine that uses the KnuthLiang hyphenation algorithm or
I originally put together this module to handle hyphenation for my web-based book @link["http://practicaltypography.com"]{Butterick's Practical Typography} (which I made with @tech{Racket} & @tech{Scribble}). Though support for CSS-based hyphenation in web browsers is @link["http://caniuse.com/#search=hyphen"]{still iffy}, soft hyphens work reliably well. But putting them into the text manually is a drag. And thus a module was born.
@section{Installation}
@section{Installation & updates}
At the command line:
@verbatim{raco pkg install hyphenate}
After that, you can update the package from the command line:
@verbatim{raco pkg update hyphenate}
@section{Interface}
@defmodule[hyphenate]

Loading…
Cancel
Save