Using the R Markdown format with toc_float: TRUE
, I would like to add side notes. In a previous question, two solutions were given:
Ignite your inspiration with 100 quotes from the world's pre-eminent graphic designers. Template for creating a handout according to the style of Edward R. Tufte and Richard Feynman. Tuftehandout: Tufte handout format (PDF) in rmarkdown: Dynamic Documents for R rdrr.io Find an R package R language docs Run R in your browser.
- Use Tufte Handout.
- Use html elements with the standard R Markdown.
Package ‘tufte’ December 2, 2020 Type Package Title Tufte's Styles for R Markdown Documents Version 0.9 Maintainer Yihui Xie Description Provides R. RStudio for R Statistical Computing Cookbook: Over 50 practical and useful recipes to help you perform data analysis with R by unleashing every native RStudio feature Andrea Cirillo download.
Markdown Tufte Handout
The second solution, that uses standard R Markdown, does not properly render the side note at the side. It's simply aligns the the note to the right, but interferes with the other text. This is especially true with toc_float: TRUE
.
Rmarkdown Tufte Marine
Is there a solution to this? Having both the floating TOC on the left and side notes on the right?