3
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
PEP 8 cleanup More... over 14 years ago
reverted export change for month - using {Jan} again (don't listen to math profs) More... over 14 years ago
updated More... over 14 years ago
with BibTeX code generation for 'month' field More... over 14 years ago
- IBibliographicReference: 'year' is now a TextLine field because an 'Int' is to restrictive More... over 14 years ago
updated More... over 14 years ago
updated More... over 14 years ago
added More... over 14 years ago
restored import support for unescaped TeX chars More... over 14 years ago
re-added old mapping (in order to provide support on the parser side) More... over 14 years ago
updated More... over 14 years ago
updated More... over 14 years ago
added publication_month to SimpleContent More... over 14 years ago
0.2.4 More... over 14 years ago
0.2.4 More... over 14 years ago
made month export conditional More... over 14 years ago
support for publication_month More... over 14 years ago
updated More... over 14 years ago
added publication_month to schema More... over 14 years ago
fixed tests due to changing the unicode -> TeX mapping in bibliograph.core More... over 14 years ago
removed More... over 14 years ago
added contributors More... over 14 years ago
Restification More... over 14 years ago
removed More... over 14 years ago
updated More... over 14 years ago
updated More... over 14 years ago
- replaced unicode -> TeX mapping (encodings.py) with a more complete mapping as found in docutils.py (unicode_map.py) More... over 14 years ago
replaced unicode -> TeX notation mapping with the one from docutils (as generated through create_unimap.py) More... over 14 years ago
# 'source' is a unicode string which should contain non-ascii # characters escaped (TeX notation). However the encoding.py module # only provides a minimal mapping (unicode -> TeX notation) - especially # it lacks support for greek characters. This will lead to the situation # that the BibTeX source file contains non-asci chars..this will lead # to Unicode decoding errors on the storage layer. As a workaround we # use the codecs module and instruct it to replace non-convertable # characters. A better solution would be to generated a utf-8 encoding # TeX template.tex file supporting UTF-8 directly on the TeX level. # {ajung) More... over 14 years ago
code cleanup More... over 14 years ago