Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jagot/supersub.jl
[DEPRECATED]
https://github.com/jagot/supersub.jl
Last synced: 6 days ago
JSON representation
[DEPRECATED]
- Host: GitHub
- URL: https://github.com/jagot/supersub.jl
- Owner: jagot
- License: other
- Created: 2016-03-13T12:46:28.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-13T11:25:49.000Z (about 8 years ago)
- Last Synced: 2024-11-15T18:34:54.394Z (2 months ago)
- Language: Julia
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# SuperSub
DEPRECATED in favour of [UnicodeFun.jl](https://github.com/SimonDanisch/UnicodeFun.jl).
[![Build Status](https://travis-ci.org/jagot/SuperSub.jl.svg?branch=master)](https://travis-ci.org/jagot/SuperSub.jl)
Small library to convert integers and rationals into super-/subscript
strings.Examples:
```
julia> superscript(5)
"⁵"
``````
julia> subscript(23852943//29387423)
"₂₃₈₅₂₉₄₃.₂₉₃₈₇₄₂₃"
```
(since there is no super-/subscript fraction slash in Unicode).