From ba536571f0e454f7e26efb91b07f74195db97bdf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Bla=C5=BEek?= Date: Wed, 11 May 2022 21:18:37 +0200 Subject: [PATCH] Added package matext (#2229) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 866a803..27cf3a2 100644 --- a/packages.json +++ b/packages.json @@ -26133,5 +26133,17 @@ "description": "Create and remove ramdisks easily", "license": "MPL-2.0", "web": "https://github.com/ment1na/tmpnim" + }, + { + "name": "matext", + "url": "https://git.sr.ht/~xigoi/matext", + "method": "git", + "tags": [ + "math", + "latex" + ], + "description": "Render LaTeX math as multiline Unicode text", + "license": "GPL-3.0-or-later", + "web": "https://git.sr.ht/~xigoi/matext" } ]