Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

禁則ペナルティの設定間違い? #5

Closed
aminophen opened this issue Aug 2, 2017 · 1 comment
Closed

禁則ペナルティの設定間違い? #5

aminophen opened this issue Aug 2, 2017 · 1 comment
Labels

Comments

@aminophen
Copy link
Member

aminophen commented Aug 2, 2017

Issue related to both ptex-base and platex:

A question from Chinese user revealed that kinsoku.tex has been wrong since 1995 (or earlier).

Wrong:

\postbreakpenalty`\%=500
\postbreakpenalty`\&=500
\postbreakpenalty`%=200
\postbreakpenalty`&=200

Correct:

\prebreakpenalty`\%=500
\prebreakpenalty`\&=500
\prebreakpenalty`%=200
\prebreakpenalty`&=200

forum:2238 にも書きました。)

これらは uptex-base と uplatex にも波及しますし,texjporg の外では luatexja にも波及します。

なお別件ですが,uptex-base と uplatex に U+00B7 の \prebreakpenalty を追加しました。

@aminophen
Copy link
Member Author

Released 2017-08-27.

wtsnjp added a commit to wtsnjp/platex-utf8-mirror that referenced this issue Mar 14, 2021
wtsnjp added a commit to wtsnjp/platex-utf8-mirror that referenced this issue Mar 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant