Space before citations in Openoffice/Libreoffice integration#10843
Space before citations in Openoffice/Libreoffice integration#10843calixtus merged 2 commits intoJabRef:mainfrom
Conversation
… to switch between ZERO_WIDTH_SPACE (default) and no space added
|
Thanks for your contribution, lgtm so far. Can you please update the documentation as well? |
|
Great feature. Thank you for digging into this! |
* upstream/main: Update deployment-arm64.yml fix linebreak fix condition Update deployment-arm64.yml rename Update deployment-arm64.yml Switch to arm runner macos14 Update journal abbreviation lists (#10846) Fix Suggestion Provider for Crossref during autocompletion disable (#10829) Update CSL styles (#10844) Space before citations in Openoffice/Libreoffice integration (#10843)
|
Two comments
Details below The problem solved by
|

By default, zero width space is added in front of each citation in the text in Openoffice/Libreoffice. This causes ugly line breaks if new line starts with a citation:
To allow changing if a zero width space is added to each citation, a new boolean in the style file can be used:
SpaceBefore="true" -> Default behaviour with the zero width space
SpaceBefore="false" -> No space is added:
Pull request to documentation added.
Mandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if applicable)