Skip to content
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

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Fix of BstPreviewLayout #11343

wants to merge 4 commits into from

Conversation

koppor
Copy link
Member

@koppor koppor commented May 27, 2024

Fixes #11338

Open points

  • Let SnuggleTeX NOT fail on error, but "just" continue (we can accept lost characters)
  • Adapt tests to check for .body().text() and not for complete HTML
  • Currently, NBSP appears when ~ is rendered. Strange.

Some things need to be fixed upstream: davemckain/snuggletex#7

Mandatory checks

  • Change in CHANGELOG.md described in a way that is understandable for the average user (if applicable)
  • Tests created for changes (if applicable)
  • Manually tested changed features in running JabRef (always required)
  • Screenshots added in PR description (for UI changes)
  • Checked developer's documentation: Is the information available and up to date? If not, I outlined it in this pull request.
  • Checked documentation: Is the information available and up to date? If not, I created an issue at https://github.com/JabRef/user-documentation/issues or, even better, I submitted a pull request to the documentation repository.

koppor and others added 4 commits May 27, 2024 22:34
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")
Copy link
Contributor

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");
;
Copy link
Contributor

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");
;
Copy link
Contributor

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.

Copy link
Contributor

The build of this PR is available at https://builds.jabref.org/pull/11343/merge.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix BST parsing for latex math symbols
1 participant