Rendering mathematical formulas on an iDevice

前端 未结 3 1121
清歌不尽
清歌不尽 2021-01-01 00:35

Is there any support for rendering/displaying mathematical formulas under iOS? I\'m assuming there\'s nothing built-in to the OS itself, so a solution that is free-as-in-bee

3条回答
  •  醉梦人生
    2021-01-01 00:53

    I had a similar requirement for a project at one point, and I was planning on using Texify to either render equations in-app using a UIWebVIew or pre-render forumulae offline and then include the renderings (as static images) in the app. I ended up doing neither because the requirement changed.

提交回复
热议问题