AndraxDev/speak-gpt

Render matrix in latex

Opened this issue · 2 comments

Currently matrices in speak-gpt are not renered at all... (The /pmatrix tag)

Probably something to do with this

After evaluatin your problen I haven't noticed any issues with matrix rendering. Maybe you have special case. So can you please provide your example chat input and output si I can deal with this problem? Thanks!

This screenshot represents actual version of SpeakGPT (no changes were made to Markdown renderer since last stable release):
Screenshot_20240930-100046.png

If you still have the issues you can try to compile the projects without minification and obfuscation. To disable minification, open app/build.gradle and set both minifyEnabled and shrinkResources variables to false.

Note: For Kotlin DSL variables have the following names: isMinifyEnabled and isShrinkResources.

I'm confirming your issue in production track. It might be due code minificatior and obfuscation. Disregard my previous message.