Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jagot/supersub.jl

[DEPRECATED]
https://github.com/jagot/supersub.jl

Last synced: 6 days ago
JSON representation

[DEPRECATED]

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).