General icon indicating copy to clipboard operation
General copied to clipboard

New package: SuperSubScripts v0.1.0

Open JuliaRegistrator opened this issue 1 year ago β€’ 5 comments

  • Registering package: SuperSubScripts
  • Repository: https://github.com/sonosole/SuperSubScripts.jl
  • Created by: @sonosole
  • Version: v0.1.0
  • Commit: 553e550f12462ba4f140c230252e557bc23ab239
  • Git reference: master
  • Description: convert real numbers or strings to superscripts and subscripts
  • Release notes:
convert real numbers or strings to superscripts and subscripts

JuliaRegistrator avatar Sep 22 '24 13:09 JuliaRegistrator

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. New package registration

Please make sure that you have read the package naming guidelines.

2. AutoMerge Guidelines are all met! βœ…

Your new package registration met all of the guidelines for auto-merging and is scheduled to be merged when the mandatory waiting period (3 days) has elapsed.

3. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

github-actions[bot] avatar Sep 22 '24 13:09 github-actions[bot]

Any difference from UnicodeFun.jl's functions? Would be nice to have a comparison or at least a mention in the README :)

aplavin avatar Sep 22 '24 15:09 aplavin

Any difference from UnicodeFun.jl's functions? Would be nice to have a comparison or at least a mention in the README :)

I didn't know this pkg before you mentioned it. UnicodeFun is a nice pkg providing latex to string convertionπŸ‘. And SuperSubScripts aims only at converting things to sub/superscript. This is useful when generating internal functions or define show function for a specific struct. [noblock]

sonosole avatar Sep 24 '24 07:09 sonosole

UnicodeFun provides subscript/superscript conversion:

julia> using UnicodeFun

julia> to_subscript("ax123")
"ₐₓ₁₂₃"

That's why I wonder what the differences are... Depending on how big the differences are, would be nice to either contribute to UnicodeFun, or at least to mention it as a more mature package with somewhat less functionality.

aplavin avatar Sep 24 '24 09:09 aplavin

UnicodeFun provides subscript/superscript conversion:

julia> using UnicodeFun

julia> to_subscript("ax123")
"ₐₓ₁₂₃"

That's why I wonder what the differences are...

yeah it supports subscript, but i found that it doesn't support base kwarg and floating data types. [noblock]

could you @aplavin add [noblock] to your comments, so that this pkg could be auto-merged, thanks :)

sonosole avatar Sep 25 '24 01:09 sonosole

This pull request has been inactive for 30 days and will be automatically closed 7 days from now. If this pull request should not be closed, please either (1) fix the AutoMerge issues and re-trigger Registrator, which will automatically update the pull request, or (2) post a comment explaining why you would like this pull request to be manually merged. [noblock]

github-actions[bot] avatar Jan 12 '25 12:01 github-actions[bot]

This pull request has been inactive for more than 30 days and has automatically been closed. Feel free to register your package or version again once you fix the AutoMerge issues. [noblock]

github-actions[bot] avatar Jan 20 '25 12:01 github-actions[bot]