liblatex-tounicode-perl 0.54-2 source package in Ubuntu

Changelog

liblatex-tounicode-perl (0.54-2) unstable; urgency=medium

  * Team upload

  * add Breaks/Replaces texlive-bibtex-extra (<< 2023.20231207-2)
    (Closes: #1058690)

 -- Damyan Ivanov <email address hidden>  Thu, 14 Dec 2023 18:45:34 +0000

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblatex-tounicode-perl_0.54-2.dsc 2.1 KiB 10596fed6ef3ac2ed3298234111ac037733fb12041c6634daa4be84c91cde352
liblatex-tounicode-perl_0.54.orig.tar.gz 29.4 KiB b8802ef726cbd04bf94b1538e9a134f3ba262a63faa6368139764d75c2ffe125
liblatex-tounicode-perl_0.54-2.debian.tar.xz 2.1 KiB dcbd5926bdaabc5535930fbbe81288abb379c5bdb09c2c6d0ab7d796813ebdb5

Available diffs

No changes file available.

Binary packages built by this source

liblatex-tounicode-perl: Convert LaTeX commands to Unicode

 LaTeX::ToUnicode provides a method to convert LaTeX-style markups for accents
 etc. into their Unicode equivalents. It translates commands for special
 characters or accents into their Unicode equivalents and removes formatting
 commands. It is not at all bulletproof or complete.
 .
 This module converts values from BibTeX files into plain text.
 .
 In contrast to TeX::Encode, this module does not create HTML of any kind,
 including for HTML/XML metacharacters such as <, >, &, which can appear
 literally in the output. Entities are other handling for these has to happen
 at another level, if need be.