Registry / other / mfl
library0.0.1vcpkgunverified

Computes the layout information for mathematical formulas provided in TeX-like syntax.

vcpkg install mfl
INSTALL
IMPORT
SIG · MFL
M
mfl
othercppv0.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

mfl/mfl.h
#include <mfl/mfl.h>

Computes layout for a simple TeX-like formula

#include <mfl/mfl.h> #include <iostream> int main() { mfl::Formula formula("x^2 + y^2"); auto layout = formula.layout(); std::cout << "Formula width: " << layout.width << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources

No resource links recorded.

mfl — pip install mfl · libregistry