File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
src/main/java/org/jabref/preferences Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ private JabRefPreferences() {
652652 defaults .put (VERSION_IGNORED_UPDATE , "" );
653653
654654 // preview
655- defaults .put (CYCLE_PREVIEW , "Preview;" + "bst/IEEEtran.bst;" + CitationStyle .DEFAULT );
655+ defaults .put (CYCLE_PREVIEW , "Preview;" + CitationStyle .DEFAULT );
656656 defaults .put (CYCLE_PREVIEW_POS , 0 );
657657 defaults .put (PREVIEW_PANEL_HEIGHT , 0.65 );
658658 defaults .put (PREVIEW_AS_TAB , Boolean .FALSE );
@@ -1493,8 +1493,6 @@ public PreviewPreferences getPreviewPreferences() {
14931493 return CitationStyle .createCitationStyleFromFile (layout )
14941494 .map (file -> (PreviewLayout ) new CitationStylePreviewLayout (file ))
14951495 .orElse (null );
1496- } else if (layout .endsWith (".bst" )) {
1497- return new BstPreviewLayout (layout );
14981496 } else {
14991497 return new TextBasedPreviewLayout (style , getLayoutFormatterPreferences (Globals .journalAbbreviationLoader ));
15001498 }
You can’t perform that action at this time.
0 commit comments