judemanutd / KaTeXView

KaTeX View for android
MIT License
55 stars 12 forks source link

The bigger expressions cuts in the end. #7

Open prdpcrank opened 3 years ago

prdpcrank commented 3 years ago

I am trying to render this expression, but its cutting at the end and doesn't move to the next line.

Screenshot_2020103

$$\left(x^2+1+\sqrt{2}x\right)\left(x^2+1-\sqrt{2}x\right)\left(x^2+1\right)\left(x+1\right)\left(x-1\right)$$

<com.judemanutd.katexview.KatexView android:id="@+id/katex_text" android:layout_width="match_parent" android:layout_height="wrap_content" app:textColor="@color/black" />