We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there,
thank you for the awesome knitcitations package. Really enjoy working with it.
Though I have one problem. Assume the following code inside of a rmarkdown presentation:
library(knitcitations) cleanbib() options("citation_format" = "pandoc")
SOME SLIDES INBETWEEN
Taken from r citep("10.1007/978-1-4614-6868-4 8“)
r citep("10.1007/978-1-4614-6868-4 8“)
bibliogrpahy()
When I knit this presentation, I end up with a inline citation and the reference
[1] D. Eddelbuettel. Seamless R and C\mathplus\mathplus Integration with Rcpp. Springer New York, 2013. DOI: 10.1007/978-1-4614-6868-4. .
at the end of the document. As you can see the \mathplus code is not getting converted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there,
thank you for the awesome knitcitations package. Really enjoy working with it.
Though I have one problem. Assume the following code inside of a rmarkdown presentation:
SOME SLIDES INBETWEEN
Taken from
r citep("10.1007/978-1-4614-6868-4 8“)
bibliogrpahy()
When I knit this presentation, I end up with a inline citation and the reference
[1] D. Eddelbuettel. Seamless R and C\mathplus\mathplus Integration with Rcpp. Springer New York, 2013. DOI: 10.1007/978-1-4614-6868-4. .
at the end of the document. As you can see the \mathplus code is not getting converted.
The text was updated successfully, but these errors were encountered: