MicroTeX
MicroTeX copied to clipboard
Characters'position is not correct
Hi. When I use the cLaTeXMath with qt on embedded openwrt,all characters are overlapping on the top-left of the screen.
Can you provide some screenshots?
Is the folder res placed correctly?
To avoid "incorrect char" runtime errpr and fix incorrect letters placing for non-englich locales, place:
setlocale(LC_ALL, "ru_RU.UTF8"); // replace with correct for your language.
setlocale(LC_NUMERIC, "C"); // this needed to correctly read floating points from xml configuratioin files.
in the beginning of "main" functioin and include