Questions tagged [quarto]

Quarto is an open-source scientific and technical publishing system built on Pandoc

Quarto is an open-source scientific and technical publishing system built on Pandoc

  • Create dynamic content with Python, R, Julia, and Observable.
  • Author documents as plain text markdown or Jupyter notebooks.
  • Publish high-quality articles, reports, presentations, websites, blogs, and books in HTML, PDF, MS Word, ePub, and more.
  • Author with scientific markdown, including equations, citations, crossrefs, figure panels, callouts, advanced layout, and more.

Website: https://quarto.org/

813 questions
3
votes
1 answer

Change font size in quarto PDF

How to change the font-size in a quarto pdf document? I tried with the following settings, but I did not see any changes in font size. format: pdf: documentclass: article geometry: - top=30mm - left=20mm fontfamily:…
Wang
  • 1,314
  • 14
  • 21
3
votes
1 answer

Quarto rendering pdf (running xelatex) faster in Rstudio

I am wondering if it is possible to render quarto document faster. When I render my document I get these messages in the "Background Jobs" window: running xelatex - 1 This is XeTeX, Version 3.141592653-2.6-0.999994 (TeX Live 2022) (preloaded…
3
votes
2 answers

How to source() an external R script using Quarto?

I'm trying out Quarto and 'converting' my Rmarkdown file into a quarto document. In my old Rmarkdown file, I would use source("R_datacleaning.R") and source("R_Functions.R") to run the data cleaning and to load some functions. I've also tried…
A. Piong
  • 192
  • 1
  • 11
3
votes
1 answer

How to insert a date string in a paragraph in Quarto

I'm new to Quarto for document generation and want to insert a date string. I understand that one can add it to the YAML header at the beginning of the file, but this puts the date in a pre-designated spot. I want to insert a date (i.e.…
Hephaestus
  • 4,337
  • 5
  • 35
  • 48
3
votes
1 answer

Inline Images in Quarto Markdown

I need to place an inline image in a apresentation in Quarto (Revealjs) but every inline image shows displaced a bit upwards: the code I wrote is: I want an inline image but I get: ![](images/RStudio_logo.svg){height=30} I can't find the…
SIN
  • 33
  • 5
3
votes
2 answers

referencing latex table in quarto

I have the following table in my quarto document and I would like to reference it automatically in my text. Quarto understands that this is my second table and is able to name it Table 2 in the caption but I can't find a way to reference this table…
3
votes
1 answer

get rid of the titlepage in Quarto (PDF Output)

I want to get rid of the title page in Quarto but did not get it. I've found some option that have no effect in my document https://github.com/periodicpoint/robusta/blob/master/settings/00_00_settings.yaml custom_title_page: false format: pdf: …
ckluss
  • 1,477
  • 4
  • 21
  • 33
3
votes
1 answer

Pass R object to Observable in Quarto

I am trying to use R and Observable together in a quarto doc as per: https://quarto.org/docs/interactive/ojs/ As far as I can tell, one uses the ojs_define function to make data available to observable. So for the example below I am trying that with…
boshek
  • 4,100
  • 1
  • 31
  • 55
3
votes
1 answer

Change the page margin of a single page inside a pdf using Quarto?

I'm using Jupyterlab and quarto to compile a pdf and I want to change the local page margin of a single page in the pdf, say page 3, and the margin in the rest of the pages are the same and are set globally, is there a way to do this? I understand…
ShW
  • 43
  • 4
3
votes
1 answer

"Lightbox" for tables

I was wondering if someone has an idea for a similar lightbox feature for tables in R. For instance, in the following MWE I have a table using kableExtra with many columns that are thus displayed automatically using a scroll box since it is too…
Julian
  • 6,586
  • 2
  • 9
  • 33
3
votes
2 answers

Separate bibliographies per chapter in Quarto (PDF output)

I like to have multiple bibliographies in a Quarto document (PDF output). Could you give me a hint what is wrong with this code? (I've tried the refsection evironment from biblatex Separate bibliographies per chapter? ) --- title: "resize…
ckluss
  • 1,477
  • 4
  • 21
  • 33
3
votes
1 answer

ERROR: Too many arguments: quarto-ext/grouped-tabsets

I'm trying to install a quarto extension on ubuntu but getting the following error: $ quarto install extension quarto-ext/grouped-tabsets ERROR: Too many arguments: quarto-ext/grouped-tabsets Interestingly I can't find the install argument: $…
brucezepplin
  • 9,202
  • 26
  • 76
  • 129
3
votes
1 answer

Mermaid diagram in Quarto/Rmarkdown: narrow and blurry

I'm trying to generate a quarto document in pdf (and word later). I'm meeting an issue with the mermaid graph. Please find bellow a sample .qmd file to illustrate the issue. So first it's supposed to support the {mermaid} tag but when i do that, I…
Will
  • 910
  • 7
  • 17
3
votes
1 answer

Use Lua filter to set pandoc template variable

My goal is to input different text in the template based on a single variable in the yaml. Below is a minimal attempt, but I can't get it to work. I'm looking for a Lua filter that set the variable $selected$ based on the value of $switch$. In…
Thierry
  • 18,049
  • 5
  • 48
  • 66
3
votes
1 answer

Do Quarto publish on quarto-pub (book format) images from web links?

I want to publish with the command quarto::quarto_publish_site() my book-website. The book-website is already setup on quarto-pub. If I don't add any image as a web link, the website runs and can be uploaded. Now I add any image as a weblink, this…
GiulioGCantone
  • 195
  • 1
  • 10