From 71611cf5e4ecd9b6571962966a5ee229a80b4b7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Sat, 6 Jul 2024 15:47:39 +0200 Subject: [PATCH] dev-python/latexcodec: Add python@ as co-maint. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/latexcodec/metadata.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dev-python/latexcodec/metadata.xml b/dev-python/latexcodec/metadata.xml index 4861356934d1e..d1b0baf52d3ee 100644 --- a/dev-python/latexcodec/metadata.xml +++ b/dev-python/latexcodec/metadata.xml @@ -9,6 +9,10 @@ proxy-maint@gentoo.org Proxy maintainers + + python@gentoo.org + Python + Latexcodec provides a convenient way of going between text written in LaTeX and unicode. Since it is not a LaTeX compiler, it is more appropriate for short chunks of text, such as a paragraph or the values of a BibTeX entry, and it is not appropriate for a full LaTeX document. In particular, its behavior on the LaTeX commands that do not simply select characters is intended to allow the unicode representation to be understandable by a human reader, but is not canonical and may require hand tuning to produce the desired effect.