lyx_mirror/lib
Enrico Forestieri bd6d09fc98 Fix Python 3 issues when generating preview snippets
The log file generated by latex can contain strings encoded in
whatever supported encoding. Instead of guessing the encoding,
it is better to open it in binary mode and then performing the
necessary comparisons as "bytes". In order to do this, the
strings are encoded in utf8, so that, for example, b"pythön" is
encoded as "pyth\xc3\xb6n" (7 bytes). Of course, this means that
we can only successfully perform comparisons with ascii strings.
However, this is what we actually do, as we only search for
ascii strings in the log file.
2020-03-14 17:19:08 +01:00
..
attic Use utf8 as inputenc for documentation, examples, and templates. 2019-05-08 21:29:01 +02:00
bind #11767 improved default binding on Mac for window-close 2020-03-08 13:33:30 +01:00
citeengines Amend 400706ad05 2020-01-27 11:15:49 +01:00
commands
doc Introduce maintain unincluded children "mostly" 2020-03-13 15:46:35 +01:00
examples ctest autotest for #11773 language nesting with lyx2lyx. 2020-03-05 00:24:08 +01:00
fonts Use utf8 as inputenc for documentation, examples, and templates. 2019-05-08 21:29:01 +02:00
images List is obsoleted by Labeling: update icons 2020-03-04 11:52:52 +01:00
kbd
layouts Un-provide amsmath in beamer article layouts 2020-02-29 19:20:18 +01:00
lyx2lyx Introduce maintain unincluded children "mostly" 2020-03-13 15:46:35 +01:00
scripts Fix Python 3 issues when generating preview snippets 2020-03-14 17:19:08 +01:00
tabletemplates Use utf8 as inputenc for documentation, examples, and templates. 2019-05-08 21:29:01 +02:00
templates Obs. APA: fix missing citations 2019-09-02 22:22:20 -04:00
tex
ui List is obsoleted by Labeling: update icons 2020-03-04 11:52:52 +01:00
xtemplates Add resize facility to inkscape template. 2017-11-04 10:38:37 +01:00
.gitignore ctest update. 2019-03-29 11:55:20 +01:00
appdata.xml
autocorrect Math autocorret: cycle through dots 2019-06-03 16:55:55 +02:00
build-listerrors
chkconfig.ltx Rest in peace, dvipost! 2020-01-13 08:59:26 +01:00
configure.py Handle encoding error in layout file parsing more gracefully 2020-02-13 08:13:22 +01:00
CREDITS Add Eugene (Yu Jin) to the credits 2020-01-06 17:20:55 +01:00
encodings Improve encoding GUI string 2019-06-26 08:57:05 +02:00
generate_contributions.py Fix ordering 2020-01-06 17:26:38 +01:00
languages Enhance support for Xindy 2019-12-15 12:01:59 +01:00
latexfonts More latexfonts fixes 2019-07-18 18:53:27 +02:00
layouttranslations layouttranslation: this part slipped in without intention 2019-07-15 00:36:02 +02:00
layouttranslations.review Localize endnotes header (with endnotes.sty) 2019-08-13 10:13:32 +02:00
lyx.desktop.in Use suffixed name for desktop entry. 2017-10-20 12:17:55 +02:00
Makefile.am List is obsoleted by Labeling: update icons 2020-03-04 11:52:52 +01:00
RELEASE-NOTES * lib/RELEASE-NOTES 2020-01-14 22:12:35 +01:00
symbols wasy10 font: fix glyphs codepoints 9,10,12,13. 2018-03-26 21:54:46 +02:00
syntax.default syntax.default: some additions. 2018-03-09 15:17:23 +01:00
unicodesymbols unicodesymbols: force "latin capital letter Schwa" also for utf8x. 2019-08-21 09:00:10 +02:00