Nano
Nano
That seems the context state was changed incorrectly, I'll fix it soon.
Yes, I'm planning to do this. But the topmost thing I'm doing now is the transfer from plain ASCII TeX to Unicode-math supported modern LaTeX. Anyway, the Flutter version is...
> so I was wondering if you'd accept a PR that did that? Yes, your PR is very welcome. I'm planning to replace the `std::wstring` with the plain old `UTF-8...
There's no `wchar_t` anymore, please take a look at the branch [openmath](https://github.com/NanoMichael/cLaTeXMath/tree/openmath).
The static build is available now, you may pull the newest code from branch openmath, and put the following code in the file `MicroTeX/CMakeLists.txt` just works: ``` set(_BUILD_STATIC TRUE) include(MicroTeXInstall.cmake)...
OK, I've updated the CMake build, now with the newest code on branch openmath, you can just give the `-DBUILD_STATIC=ON` flag to make it work: ``` cmake -DBUILD_STATIC=ON .. ```
> I'd like to be able to build MicroTeX without Cairo and without any dependencies (apart from the dependencies required to use imgui, obviously). It can be done via the...
Do you mean the command code 3 (set font by family name)? MicroTeX doesn't need font files, the "font" concept is transparent to MicroTeX, actually a "font file" is just...
> it is currently a big WIP where a lot is not working on the moment. I will share it once I have something satisfactory. @jokteur It is OK for...
> I guess, a satisfactory solution would be to have a renderer agnostic implementation (no Qt, no skia, no opencv, ...), where it takes the draw calls as an input...