Skip to content
This repository was archived by the owner on Aug 21, 2024. It is now read-only.

Update Lasem #123

Merged
merged 1 commit into from
Nov 29, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[submodule "ext/mathematical/lasem"]
path = ext/mathematical/lasem
url = https://gitlab.gnome.org/GNOME/lasem.git
url = https://github.com/LasemProject/lasem.git
ignore = dirty
branch = main
[submodule "ext/mathematical/mtex2MML"]
path = ext/mathematical/mtex2MML
url = https://github.com/gjtorikian/mtex2MML
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ no intermediate binaries. It was, unfortunately, a bit slow: for an arbitrary
composition of 880 equations, it took about eight seconds to complete. Could I
do better?

* I came across [Lasem](https://wiki.gnome.org/action/show/Projects/Lasem?action=show&redirect=Lasem),
* I came across [Lasem](https://github.com/LasemProject/lasem),
which met every need. It has no external binary dependencies (only library packages),
can convert directly to SVG, and it's fast. The same arbitrary 880 equations were
rendered in moments.
Expand Down
2 changes: 1 addition & 1 deletion ext/mathematical/lasem
Submodule lasem updated from d47c0a to 62b629