Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Characters'position is not correct #64

Open
ii-coder opened this issue May 9, 2021 · 3 comments
Open

Characters'position is not correct #64

ii-coder opened this issue May 9, 2021 · 3 comments
Labels

Comments

@ii-coder
Copy link

ii-coder commented May 9, 2021

Hi.
When I use the cLaTeXMath with qt on embedded openwrt,all characters are overlapping on the top-left of the screen.

@NanoMichael
Copy link
Owner

Can you provide some screenshots?

@PikachuHy
Copy link
Contributor

Is the folder res placed correctly?

@Smorodov
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants