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

## Bug description \log is an unknown symbol. ### To Reproduce Steps to reproduce the behavior: 1. Use '\log(k)' 2. See error: `CaTeXException during configuration: Unknown symbol in CaTeXMode.math, for...

enhancement

I can get root power to show. In other TeX engines it's done with \sqrt[3]{23}. Is it TBD or already implemented in a different way?

enhancement

## Bug description Incorrect spacing with subscript when both subscript and superscript is used. ### To Reproduce Steps to reproduce the behavior: 1. Use [CaTeX example webpage](https://simpleclub.github.io/CaTeX/#/) 2. Enter `\sum_{i=1}^3...

bug

## Feature description Equations are currently only rendered in inline mode. Support for display style equations would be very nice. See the following example for `\sum_x^y`: ![Example of inline mode](https://user-images.githubusercontent.com/30228998/89790731-a6153480-db22-11ea-8355-8d6bc67da050.png)...

enhancement

### Description There are several functions that can be used to manually create spacing, e.g. `~` or `\quad`, see [Wikibook](https://en.wikibooks.org/wiki/LaTeX/Mathematics#Controlling_horizontal_spacing). ### Existing implementations Should base implementations generally on [TeX by...

enhancement

I have a local JSON file and when I want to show it's content using Catex, it gives me this error. I already posted the complete issue on Stackoverflow here:...

bug

### Description We want to have goldens tests to generally better test the package. Additionally, we probably want to require adding goldens tests for every newly added feature. ### Resources...

enhancement

Given the latex value: '\lim_{x\rightarrow0}\frac{1-\cos x}{\sin^2x}' the library could not parse the \lim, \cos and \sin and throughs exceptions.

bug
enhancement

### Description Packaged issue for all symbols that are not rendered the way they are supposed to be rendered. ### Existing implementations Symbols are defined [here](https://github.com/KaTeX/KaTeX/blob/master/src/symbols.js). Many symbols are already...

enhancement

### Description First of all I want to say thank you for this library. This is exactly what we need for the math app we are currently working on. About...

enhancement