New package: SuperSubScripts v0.1.0
- 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
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.
Any difference from UnicodeFun.jl's functions? Would be nice to have a comparison or at least a mention in the README :)
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]
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.
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 :)
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]
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]