From ab8f293d684c599290dec82f5f9ab6a2d1707191 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Sat, 23 Nov 2024 21:21:53 +0100 Subject: [PATCH] Update website --- publi_bib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publi_bib.php b/publi_bib.php index 8644bf4..0fd073b 100644 --- a/publi_bib.php +++ b/publi_bib.php @@ -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();