You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doi2cite/README.md
+41-31Lines changed: 41 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -1,42 +1,55 @@
1
1
# pandoc-doi2cite
2
-
This pandoc lua filiter helps users to insert references in a document with using DOI(Digital Object Identifier) tags.
3
-
With this filter, users do not need to make bibtex file by themselves. Instead, the filter automatically generate .bib file from the DOI tags, and convert the DOI tags into citation keys available by `pandoc-crossref`.
2
+
3
+
This pandoc lua filiter helps users to insert references in a document
4
+
with using DOI(Digital Object Identifier) tags. With this filter, users
5
+
do not need to make bibtex file by themselves. Instead, the filter
6
+
automatically generate .bib file from the DOI tags, and convert the DOI
7
+
tags into citation keys available by `pandoc-crossref`.
0 commit comments