-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add inter
as an alternative for sect
(Proposal 14, part I)
#17
Conversation
We should probably wait for #19 to be closed before merging this PR. |
I'll mention #27 here, since this PR introduces a duplicated symbol. |
With #19 merged, we can proceed with the deprecation of |
Only adds `inter`, does not remove `sect`.
I marked |
Co-authored-by: Laurenz <[email protected]>
No warning though, as the current infrastructure does not support it.
This PR implements the first part of Proposal 14 (iteration 1) from the Symbol Proposals document. It adds
inter
as an alternative forsect
. Eventually,sect
should be deprecated, and later removed. For more context, see the discussion on Discord.For now, there is no infrastructure to deprecate symbols in Codex, nor is there a way to deprecate a constant in Typst. This makes it impossible to deprecate
sect
immediately. However, sincesect
is a commonly used symbol, I believe the sooner we introduce its new name, the better.Since this PR assumes the future removal of a symbol (
sect
) and a variant (integral.sect
), and even though this was already discussed on Discord, cc. @laurmaedje.