mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Update citeproc version
This commit is contained in:
parent
18c69e7b39
commit
e80fe8782e
3 changed files with 21 additions and 86 deletions
|
|
@ -97,12 +97,12 @@ fn generate_bibliography(reference: Reference) -> Option<String> {
|
|||
})
|
||||
.ok()?;
|
||||
let cite = Cite::basic(&reference.id);
|
||||
let cluster_id = processor.new_cluster("texlab");
|
||||
let cluster_id = processor.cluster_id("texlab");
|
||||
processor.insert_reference(reference);
|
||||
processor.insert_cites(cluster_id, &[cite]);
|
||||
processor
|
||||
.set_cluster_order(&[ClusterPosition {
|
||||
id: cluster_id,
|
||||
id: Some(cluster_id),
|
||||
note: Some(1),
|
||||
}])
|
||||
.unwrap();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue