From e8a35f1facc1fcd724443ac3d704240429e5ba7a Mon Sep 17 00:00:00 2001 From: Kinneyzhang Date: Sun, 27 Jul 2025 22:35:49 +0800 Subject: [PATCH] update readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 1f32844..becb021 100644 --- a/readme.md +++ b/readme.md @@ -33,9 +33,9 @@ For example: `(ekp-param-set 7 3 2 5 2 1 0 2 0)` sets the above parameters accor If not manually configured, the default values follow KP algorithm recommendations for spaces between latin words: -- The ideal width is set to the pixel width of a space character -- The stretchable width defaults to 1/2 of the ideal width -- The Shrinkable width defaults to 1/3 of the ideal width +- The ideal width is set to the pixel width of a space character. +- The stretchable width defaults to 1/2 of the ideal width. +- The shrinkable width defaults to 1/3 of the ideal width. For spaces between latin word and CJK character: `ekp-mws-ideal-pixel = ekp-lws-ideal-pixel - 2` while maintaining the same stretch/shrink proportions.