Commit graph

4 commits

Author SHA1 Message Date
adam
3ffd465cfa py-latexcodec: updated to 2.0.1
2.0.1:
Drop Python 3.3 support.
Added a few more translations.

2.0.0:
Lexer now processes unicode directly, to fix various issues with multibyte encodings. This also simplifies the implementation. Many thanks to davidweichiang for reporting and implementing.
New detailed description of the package for the readme, to clarify the behaviour and design choices. Many thanks to tschantzmc for contributing this description.
Minor fix in decoding of LaTeX comments.
Support Python 3.9
2020-07-15 07:43:59 +00:00
rillig
be8b61d9f1 print: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

No manual corrections.
2019-11-04 19:57:58 +00:00
adam
1506784da3 py-latexcodec: updated to 1.0.7
1.0.7:
* More symbols (THIN SPACE, various accented characters).
* Fix lexer issue with multibyte encodings

1.0.6:
* More symbols (EM SPACE, MINUS SIGN, GREEK PHI SYMBOL, HYPHEN,
  alternate encodings of Swedish å and Å).
2019-06-06 21:11:52 +00:00
jaapb
1dbdb81637 Added package print/py-latexcodec, a LaTeX library for Python.
Based on Kamel Derouiche's version in pkgsrc-wip.
2018-07-26 12:22:10 +00:00