-
Notifications
You must be signed in to change notification settings - Fork 110
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
Footnotes not converting to sidenotes using tufte/tint #67
Comments
Since you are using RStudio, there is no need to install Pandoc separately. I suspect this issue was caused by a higher version of Pandoc. Sounds like a similar issue to #64. |
yes, my suspicions also lie with pandoc being to blame - especially since my troubleshooting revealed that using the older version of Rstudio I was using on my windows desktop bundled with a pandoc version lower than 2.x correctly rendered the footnotes but once I updated to the most recent Rstudio version (which comes bundled with the most recent pandoc version) it no longer correctly rendered the footnotes.
|
I think this issue has been fixed in the development version: remotes::install_github('rstudio/tufte') |
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. |
stackoverflow post: https://stackoverflow.com/questions/56754848/footnotes-not-converting-to-sidenotes-using-tufte-tint
I am using the tufte/tint R packages to produce html documents using Rstudio-server (v1.2.1335) and R version 3.6.0 on a x86_64-redhat-linux-gnu platform.
Footnotes inserted using
^[side note]
are shown in the main body with the superscript in the correct location but no footnote in the margin (or anywhere else).References/citations are correctly rendered as sidenotes and does using
margin_note()
.I updated the tufte and tint packages and rmarkdown to the newest versions, as well as pandoc.
I previously rendered the same document on a Rstudio-desktop installation on a windows machine running pandoc at a version below 2.x which produced the expected format for the sidenotes inserted using a footnote. Updating Rstudio and pandoc to it's most recent release on that windows machine resulted in the document no longer being rendered with correct footnotes/sidenotes.
I am not getting an error messages nor am I familiar enough with what is going on under the hood to even know where to start to figure out why the newer pandoc version doesn't seem to render them correctly and/or how to fix the issue or create a workaround.
Any suggestions?
xfun::session_info('tufte')
gives: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: