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
I'd expected that pandoc will work inside the tufte::quote_footer(). But it didn't: it is aligned, but not converted.
---
output:
beamer_presentation:
latex_engine: xelatex
citation_package: natbib
bibliography: bibliography.bib
---
## title
> "Two equally interesting questions are at the heart of this book: how an extraordinary degree of idiosyncratic linguistic variation can coexist with an extraordinarily homogeneous speaker population, and how linguists might overlook the possibility of their coexistence."
> `r tufte::quote_footer(' [@dorian10: 3]')`
In .html version (i tried html_document, ioslides_presentation, slidy_presentation) citation is converted but not aligned:
---
output: html_document
bibliography: bibliography.bib
---
## title
> "Two equally interesting questions are at the heart of this book: how an extraordinary degree of idiosyncratic linguistic variation can coexist with an extraordinarily homogeneous speaker population, and how linguists might overlook the possibility of their coexistence."
> `r tufte::quote_footer(' [@dorian10: 3]')`
But it did work with the tufte::tufte_html: default output:
So I think, that it should be somehow written or changed here.
Here is the bibtex entry that I used:
@book{dorian10,
title={Investigating variation: The effects of social organization and social setting},
author={Dorian, Nancy C},
year={2010},
publisher={Oxford University Press}
}
I have provided the necessary information about my issue.
If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.
If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('tufte'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('rstudio/tufte').
If I have posted the same issue elsewhere, I have also mentioned it in this issue.
I have learned the Github Markdown syntax, and formatted my issue correctly.
I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered:
I'd expected that pandoc will work inside the
tufte::quote_footer()
. But it didn't: it is aligned, but not converted.In
.html
version (i triedhtml_document
,ioslides_presentation
,slidy_presentation
) citation is converted but not aligned:But it did work with the
tufte::tufte_html: default
output:So I think, that it should be somehow written or changed here.
Here is the bibtex entry that I used:
By filing an issue to this repo, I promise that
xfun::session_info('tufte')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('rstudio/tufte')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: