Hi onf,

At 2024-12-17T18:18:39+0100, onf wrote:
> ---
> These words currently don't hyphenate at all with en.tmac.

Is that a standard English word?  "Sequester" is; sometimes used in
U.S. criminal procedure to refer to a process of isolating a jury during
its deliberations.  I think I've also seen it in fiscal contexts.

"sequester, sequestered, sequestering" would all be standard.

Does TeX break these?  Our hyphenation patterns, including the
exceptions, come from TeX.

If TeX doesn't handle this word, I'm inclined to advise that a document
do so itself with the `hw` request.

Hmm.  "sequestration" _does_ seem standard to me, though.

But groff also breaks it just fine for me.

$ hyphen sequestration
se‐ques‐tra‐tion

$ cat ~/bin/hyphen
#!/bin/sh

: ${HY:=4}

for W
do
    printf ".hy $HY\n.ll 1u\n%s\n" "$W" | nroff -Wbreak | sed '/^$/d' \
        | tr -d '\n'
    echo
done

# vim:set ai et sw=4 ts=4 tw=80:

>  tmac/hyphenex.en | 4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/tmac/hyphenex.en b/tmac/hyphenex.en
> index 768c0af9d..bd7303613 100644
> --- a/tmac/hyphenex.en
> +++ b/tmac/hyphenex.en
> @@ -59,6 +59,10 @@
>    ring-leaders
>    round-table
>    round-tables
> +  se-ques-tra-te
> +  se-ques-tra-ted
> +  se-ques-tra-ting
> +  se-ques-tra-tion
>    single-space
>    single-spaced
>    single-spacing
> -- 
> 2.47.0

Regards,
Branden

Attachment: signature.asc
Description: PGP signature

Reply via email to