jimmejardine / qiqqa-open-source

The open-sourced version of the award-winning Qiqqa research management tool for Windows
GNU General Public License v3.0
369 stars 60 forks source link

Qiqqa citation problem - diacritic signs #201

Closed wkedziora closed 3 years ago

wkedziora commented 4 years ago

When taking an article, e.g.: Qiqqa_title

I am doing BibTex Sniff and checking the properties reveals a problem: Qiqqa_properties2

And when I want to cite that item I get a problem: Qiqqa_citation2

The BibTex for this file looks like: @article{Bielinis2019, doi = {10.3390/f10100827}, url = {https://doi.org/10.3390/f10100827}, year = {2019}, month = sep, publisher = {{MDPI} {AG}}, volume = {10}, number = {10}, pages = {827}, author = {Bielinis and {\L}ukowski and Omelan and Boiko and Takayama and Grebner}, title = {The Effect of Recreation in a Snow-Covered Forest Environment on the Psychological Wellbeing of Young Adults: Randomized Controlled Study}, journal = {Forests} }

The {\L} entry in BibTex is used correctly. When I change {\L} into Ł it works fine, but needs manual changes.

mahfiaz commented 4 years ago

Here is a short list of common LaTeX symbols in BibTeX: http://www.bibtex.org/SpecialSymbols/

wkedziora commented 4 years ago

Thanks for that, I have check most of them and they work flawlessly. This one (Ł or ł) seems not...

mahfiaz commented 4 years ago

I added support for more special characters. Let's hope it didn't introduce new bugs. https://github.com/mahfiaz/qiqqa-open-source/commit/21b43febd0f5b9542908b59a9e2dfc709a087b4d

GerHobbelt commented 3 years ago

This particular issue should be fixed in the latest release: https://github.com/GerHobbelt/qiqqa-open-source/releases/tag/v82.0.7568-29227

(More specifically, it should be fixed since this release: https://github.com/GerHobbelt/qiqqa-open-source/releases/tag/v82.0.7555-31312 though this issue is not listed as 'fixed' in the changelog there.)