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
@Article{GirLeq2016_CSTM_EntropyBasedGOFTests,
title = {Entropy-Based Goodness-of-Fit Tests -- a Unifying Framework. Application to DNA Replication},
author = {Val{\'e}rie Girardin and Justine Lequesne},
journal = {Communications in Statistics--Theory and Methods},
pages = {62--74},
volume = {48},
number = {1},
year = {2017},
doi = {10.1080/03610926.2017.1401084},
publisher = {Taylor \& Francis},
}
If I read this and want to proceed working with it, the bibtex-package turns my ASCII text into non-ASCII.
## no non-ASCIItools::showNonASCII(readLines("example.bib"))
library("bibtex")
entry<- read.bib("example.bib")
## bibtex package turns Val{\'e}rie into Valérie
print(entry, style="citation")
Is there a way to avoid that? Thanks!
The text was updated successfully, but these errors were encountered:
I have the following bib-file
example.bib
:If I read this and want to proceed working with it, the bibtex-package turns my ASCII text into non-ASCII.
Is there a way to avoid that? Thanks!
The text was updated successfully, but these errors were encountered: