-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix of BstPreviewLayout #11343
Fix of BstPreviewLayout #11343
Conversation
Co-authored-by: Christoph <siedlerkiller@gmail.com> Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
Co-authored-by: Carl Christian Snethlage <50491877+calixtus@users.noreply.github.com>
BibEntry testEntry = new BibEntry(StandardEntryType.InProceedings) | ||
.withCitationKey("DBLP:conf/iscas/SadeghifarWG14") | ||
// .withField(StandardField.AUTHOR, "Mohammad Reza Sadeghifar and J. Jacob Wikner and Oscar Gustafsson") | ||
//.withField(StandardField.TITLE, "Linear programming design of semi-digital {FIR} filter and {\\(\\Sigma\\)}{\\(\\Delta\\)} modulator for {VDSL2} transmitter") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [reviewdog] reported by reviewdog 🐶
Comment text should start with space.
// .withField(StandardField.TIMESTAMP, "Sat, 05 Sep 2020 18:07:30 +0200") | ||
// .withField(new UnknownField("biburl"), "https://dblp.org/rec/conf/iscas/SadeghifarWG14.bib") | ||
// .withField(new UnknownField("bibsource"), "dblp computer science bibliography, https://dblp.org"); | ||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.NoWhitespaceBeforeCheck> reported by reviewdog 🐶
';' is preceded with whitespace.
// .withField(StandardField.TIMESTAMP, "Sat, 05 Sep 2020 18:07:30 +0200") | ||
// .withField(new UnknownField("biburl"), "https://dblp.org/rec/conf/iscas/SadeghifarWG14.bib") | ||
// .withField(new UnknownField("bibsource"), "dblp computer science bibliography, https://dblp.org"); | ||
; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚫 [reviewdog] <com.puppycrawl.tools.checkstyle.checks.whitespace.SeparatorWrapCheck> reported by reviewdog 🐶
';' should be on the previous line.
The build of this PR is available at https://builds.jabref.org/pull/11343/merge. |
To reduce the number of open PRs I will cose this due to inactivity |
Ported to koppor#698 |
I deleted the branch, too - to reduce the number of branches 😅. |
Fixes #11338
Open points
.body().text()
and not for complete HTMLNBSP
appears when~
is rendered. Strange.Some things need to be fixed upstream: davemckain/snuggletex#7
Mandatory checks
CHANGELOG.md
described in a way that is understandable for the average user (if applicable)