Displaying 2 results from an estimated 2 matches for "mheader".
Did you mean:
header
2019 May 29
3
Making a package CITATION file from BibTeX
Dear Colleagues,
I would like to provide a CITATION file for my package nat.nblast [1].
I have the correct citation in BibTeX format [2]. How can I convert this
BibTeX to the format needed by R for a package CITATION file (I have a
lot of other packages needing citations ...).
I think what I need is the opposite of RefManageR::toBiblatex [3]. This
seems like it should be a common need, so I
2019 May 29
0
Making a package CITATION file from BibTeX
...de on the console or
writeLines(..., "CITATION") to a CITATION file.
(4) Optionally you can also include a $header in your bibentry with a
short introductory sentence. Or if you have multiple references to go into
the same CITATION you might want to include a $header for each and an
$mheader for everything.
A worked example is included below. Background information is given in:
https://doi.org/10.32614/RJ-2012-009
Let's assume that your BibTeX entry [2] is the first entry in a file
called "my.bib". Then you can do:
## read first item from BibTeX as "bibentry&quo...