-
-
Notifications
You must be signed in to change notification settings - Fork 980
New issue
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
render('foo.Rmd',beamer_presentation(citation_package = 'natbib')) failing... #1161
Comments
Adding the
I'll fix it in the package. Thanks for the report! |
Thanks! I am having a similar issue with gitbook... it seems to ignore citation_package: natbib while pdf_book acknowledges it... here is my _output.yml file (I realize this is a bookdown issue but perhaps related?):
|
|
Thanks. I realize this is off topic, but the citations in gitbook are formatted in an unwanted way, reporting what I expect to look like Black and White (1979) as A. Black and White (1979)... I have searched high and low for a while now and not found a solution that would render cites in gitbook like natbib in pdf_book.... Thanks! |
I have never tried (and I don't care the citation styles for non-LaTeX output) but If you have further questions instead of bug reports or feature requests, so please do me a favor to ask on StackOverflow instead. Currently I'm the only person working on Github issues of this repo, so I cannot afford too much time here. Your original issue has been fixed by #1164. Thanks! |
Thanks, apologies, and will do. Thanks again for you incredible creative efforts. |
This old thread has been automatically locked. If you think you have found something related to this, please open a new issue by following the issue guide (https://yihui.org/issue/), and link to this old issue if necessary. |
Greetings, and let me thank you in advance for your incredible work.
RStudio 1.1.383, rmarkdown 1.6.0.9000, R 3.4.2, macOS High Sierra 10.13...
I am having issues with bibtex and beamer and the following reproduces. Running
produces a PDF file and all goes well... this uses --output=pdf as in
Replacing 'none' with 'biblatex' or 'natbib' (which are two of the three options) fails... it produces a tex file without the requisite headers and fails to generate the PDF... to reproduce this I used the default skeleton beamer file generated in RStudio...
The text was updated successfully, but these errors were encountered: