CaTeX
CaTeX copied to clipboard
Fast math TeX renderer for Flutter written in Dart.
## Catex Widget is overflowing & not getting on a new line. I am using Catex to render equations in my app. But, I am facing this issue of overflow....
## Steps to Reproduce 1. Run `flutter create bug`. 2. Update the files as follows: ```dart import 'package:catex/catex.dart'; import 'package:flutter/material.dart'; void main() { runApp(MyApp()); } class MyApp extends StatelessWidget {...
Bug description Use of \left, \right and all other sized brackets are considered as unknown symbols. Steps to reproduce the behavior: Use the Catex widget and input any string with...
## Feature description It would be great to have a direct callback for Errors (eg. of unsupported commands) to handle directly in the `build()` function of the parenting Widget. I...
## Bug description When using å, ä, ö or other special character in text mode it gets another font. ### To Reproduce CaTeX(r'\text{Möst of the text häve gôöd pårsing }')...
## Bug description \sin, \sec, \cot, \tan, \lim is an unknown symbol. ### To Reproduce Steps to reproduce the behavior: 1. Use '\sin or \sec or \cot or \tan or...
## Feature description Allow long text to wrap to a new line. `r'\text{Hello, World!~} \CaTeX \text{~is a good package, but its text should wrap around to the next line.}'` Currently,...
## Description There is a neckbreaker for CaTeX without SVG: stretching symbols like \sqrt. This is because CaTeX is based on https://github.com/katex/katex-fonts. Flutter Math just uses SVGs using flutter_svg, however,...