I have been trying the tufte handbook style on RStudio using the skeleton.Rmd script. It works ok excepting the [@R-base] side citation that sets cursive for the rest of document probably because of bad format in reference. Other than that, it works nicely. As I am not very experienced in TeX output in Rmarkdown, I would like to know if the Tufte format is necessarily linked to LaTeX and xelatex engine, or using the ConText engine can manage it and I could use ConText engine in Quarto to generate Tufte formatted document with Tex output. I'm using Quarto with context engine to write a technical book and that option would be so nice. Thanks for help!
Using quarto in RStudio to generate tufte book with context engine
333 Views Asked by Juan Riera At
1
There are 1 best solutions below
Related Questions in R-MARKDOWN
- katexR not rendering in rmarkdown
- How do I get (LaTeX math) typeset matrix with borders in HTML output from *.Rmd?
- R Markdown could not find function
- Slidify no longer renders accent marks
- Losing R-Markdown title when automating knitting
- Using booktabs with Rmarkdown
- R: table of contents unused argument in tufte_handout in rmarkdown
- Error reading csv files from an URL in Markdown
- R htmlwidgets with reveal.js
- Display blank plot in shiny instead of error
- Avoiding to compile the whole document each time in Rmarkdown
- How to emphasize column names (header) when using pandoc in R
- R markdown rerun the same section of report with different parameter
- Make R Markdown code blocks into math mode
- How to embed layout in shiny widgets within R Markdown?
Related Questions in RSTUDIO
- R cannot open file with cfa()
- Missing projection file in R's rgdal package for geospatial analysis
- rJava load error in RStudio/R after "upgrading" to OSX Yosemite
- Plotting Modeled Data as my Regression Curve in R/RStudio
- RStudio - blank screen on Mac
- Prompt user without waiting
- The error when publishing a shiny app
- R. Why is the output data becoming ranks of the data instead of the original data?
- Is there any way to disable environment pane in RStudio?
- Can I change significant figures on the fly
- Web scraping the make/model/year of VIN numbers in RStudio
- Unable to install RStudio on Mac OSX 10.10
- Connecting R to mysql DB via SSH tunnel
- Can't install devtools in RStudio -- Dependencies not found (xml2/rversions)
- RODBC with MAC not working. Using unixODBC and Rstudio
Related Questions in QUARTO
- Can I more easily format long captions for tables and figures in Jupyter Notebooks rendered to PDF with Quarto?
- Quarto Hybrid Navigation Sidebar Always Shown
- Ensuring two different gt tables have the same width (e.g., full page width or other custom length) in quarto pdf
- Keybindings for Quarto in VSCode not working "command not found"
- Making the sidebar appear on hover in Quarto
- Multicolumn Footnote with kableExtra on Quarto document
- Change font size for entire gt() table in quarto with Latex / PDF output?
- How can I add two videos (side by side) in a quarto/revealjs presentation?
- What is the correct way to insert and format non-executable code in Quarto?
- kableExtra adding spacing just by loading the package with 2 column kable
- How do I get two columns in part of my PDF document created from Quarto + Latex when working in RStudio?
- How can I suppress header text from showing up in Quarto?
- Quarto rendering not updating charts or numbers
- Embed interactive plot into standalone Quarto HTML
- Quarto: Some boostrap properties override custom theme?
Related Questions in TUFTE
- R Shiny/R Markdown: render() fails inside downloadHandler
- Is there a proper way to include images in the margins a an R Bookdown project?
- Is it possible to plot histograms with sparkTable?
- Using the Tufte-Latex class in Sweave
- Why won't RMarkdown with Bookdown recognize Tufte formatting?
- Including line breaks in tufte_handout code blocks?
- How can I reset sidenote numbering at each chapter in tufte-style Bookdown with HTML output?
- Sparklines in ggplot2
- R Markdown Tufte Template: Font Size of Table Content
- Using quarto in RStudio to generate tufte book with context engine
- Set Tufte figure caption inside knitr chunk
- R YaleToolkit: How to change the font size of tick labels on the sparklines?
- How to print References using R Markdown with Tufte
- Can I align body text with margin note?
- Error when rendering tufte_html_book() with R/bookdown
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
The tufte styles use the tufte LaTeX package; they cannot be used with ConTeXt.
There are very few (if any) predefined styles for ConTeXt, so you'd have to build this yourself. The only help I can offer is to link this ConTeXt template, which might contain a few pointers on how to build a suitable ConTeXt pandoc template.