fixed dependencies

This commit is contained in:
nuknal
2024-10-24 15:46:01 +08:00
parent d16a5bd9c0
commit 1161e8d054
2005 changed files with 690883 additions and 0 deletions

11
vendor/github.com/go-latex/latex/mtex/README.md generated vendored Normal file
View File

@@ -0,0 +1,11 @@
# mtex
`mtex` provides a Go implementation of a naive LaTeX-like math expression parser and renderer.
## Example
```
$> mtex-render -font-size=48 -dpi=100 "$\sum\sqrt{\frac{a+b}{2\pi}}\cos\omega\binom{a+b}{\beta}\prod \alpha x\int\frac{\partial x}{x}\hbar$"
```
![mtex-example](https://github.com/go-latex/latex/raw/master/mtex/testdata/mtex-example.png)