Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 720456 - dev-python/latexcodec-2.0.0: Lexer and codec to work with LaTeX code in Python
Summary: dev-python/latexcodec-2.0.0: Lexer and codec to work with LaTeX code in Python
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Default Assignee for New Packages
URL: https://pypi.org/project/latexcodec/
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 270386
  Show dependency tree
 
Reported: 2020-05-02 12:20 UTC by William Pettersson
Modified: 2020-06-28 10:41 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description William Pettersson 2020-05-02 12:20:09 UTC
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.

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2020-06-28 10:41:08 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=669176a7eef1f4f9f93b20234cdfdbad2556a1be

commit 669176a7eef1f4f9f93b20234cdfdbad2556a1be
Author:     William Pettersson <william@ewpettersson.se>
AuthorDate: 2020-05-02 12:22:31 +0000
Commit:     Joonas Niilola <juippis@gentoo.org>
CommitDate: 2020-06-28 10:40:56 +0000

    dev-python/latexcodec: new package
    
    Closes: https://bugs.gentoo.org/720456
    Package-Manager: Portage-2.3.89, Repoman-2.3.22
    Signed-off-by: William Pettersson <william@ewpettersson.se>
    Signed-off-by: Joonas Niilola <juippis@gentoo.org>

 dev-python/latexcodec/Manifest                |  1 +
 dev-python/latexcodec/latexcodec-2.0.0.ebuild | 20 ++++++++++++++++++++
 dev-python/latexcodec/metadata.xml            | 19 +++++++++++++++++++
 3 files changed, 40 insertions(+)