File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 550550// ------------------------------------------------------------------
551551
552552 // OPTION: "bibliography"
553- // Either a single bibliography plugin to use or a list of plugins
553+ // Either a single bibliography plugin to use or a list of plugins
554554 // which will be executed in order, stopping after the first result
555- // found
555+ // found.
556556 //
557557 // Possible values:
558558 //
559- // "traditional" the default, regex-based bibliography
560- // parsing
559+ // "traditional" simple regex-based bibliography parsing
561560 //
562- // "new" a newer parser which supports more complex
563- // formatting and additional fields, but may
564- // be slower
565- "bibliography" : " traditional" ,
561+ // "new" (default) a parser which supports more
562+ // complex formatting and additional fields.
563+ "bibliography" : " new" ,
566564
567565 // OPTION: "additional_bibliography_file"
568566 // With this setting you can add the path to one or more additional
You can’t perform that action at this time.
0 commit comments