Update website

This commit is contained in:
Guilhem Lavaux 2024-11-23 21:21:53 +01:00
parent 7cd3d51e77
commit ab8f293d68

View File

@ -178,7 +178,7 @@ $listener->addProcessor(static function (array $entry) {
}
return $entry;
});
$listener->addProcessor(new LatexToUnicodeProcessor());
//$listener->addProcessor(new LatexToUnicodeProcessor());
// Create a Parser and attach the listener
$parser = new Parser();