Open in-the-mood-for-mov opened 4 years ago
I can try to fix it myself. Are there instructions to setup relis on my machine?
@bricemike1 There is a new version of BiBler that may solve this issue. Just replace the src/bibler with the new version at https://github.com/geodes-sms/bibler/tree/master/src/bibler. Note, however, it needs Python 3.7 or later on the server.
Another issue with bibtex parsing is that it does not handle the braces to escape text. I used a bibtex file from Web of Science, which has entries such as
Year = {{2019}},
DOI = {{10.1017/S0956796819000169}},
I get the following result.
Please tell me if I should file this issue with BiBler instead.
Hi @kolmogorov-fan-account , yes this is a BiBler issue. We can include this fix in the next release of BiBler. We can then update ReLiS will the latest version of BiBler.
Describe the bug Accented characters are represented as latex commands in bibtex files. Relis simply strips the braces and backslashes.
To Reproduce Import a bibtex entry such as this one
Expected behavior The title is displayed as Préserver la Séparation des Préoccupations durant l'Intégration de Domaines Hétéogènes dans les Systèmes Logiciels.
Screenshots
Desktop:
Additional context This happens on the instance hosted at http://relis.iro.umontreal.ca.