Skip to content

Commit

Permalink
Store the original type during bib(la)tex->conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
andras-simonyi committed Jul 9, 2022
1 parent aeb5e68 commit b57582f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions citeproc-biblatex.el
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,8 @@ biblatex variables in B."
(push (cons 'genre (or (assoc-default ~reftype citeproc-blt-reftype-to-genre)
(citeproc-bt--to-csl ~reftype)))
result))
;; We store the original bib(la)tex type for filtering purposes.
(push (cons 'blt-type ~type) result)
;; names
;; TODO: handle editorb and editorc as well...
(when-let ((~editortype (alist-get 'editortype b))
Expand Down

0 comments on commit b57582f

Please sign in to comment.