-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathTODO
More file actions
19 lines (14 loc) · 723 Bytes
/
TODO
File metadata and controls
19 lines (14 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
- 2022-04-11
Investigate why the examples with pubmed are so slow, see the comment in one of the commits
on 2022-04-11.
- 2020-09-27
In bibtex import, mathematical formulas are exported without the enclosing dollars for
entries coming before field AUTHORS. If field AUTHORS is the first in a reference item
there is no problem.
bibacc2 <- system.file("/bib/latin1accents_utf8a.bib", package = "rbibutils")
be0a <- readBib(bibacc2)
## Error in .bibentry_check_bibentry1(rval) :
## A bibentry of bibtype ‘Article’ has to specify the field: author
## Warning message:
## In readBibentry(outfile) : key 'test1'
## A bibentry of bibtype ‘Article’ has to specify the field: author