CaTeX icon indicating copy to clipboard operation
CaTeX copied to clipboard

Fast math TeX renderer for Flutter written in Dart.

Results 24 CaTeX issues
Sort by recently updated
recently updated
newest added

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

bug

## 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

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

bug

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

enhancement

## 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

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

enhancement

## 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,...

enhancement

## 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,...

p0