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
0
votes
1 answer

Quarto book won't reder to pdf after adding image (html works): Error running filter /opt/quarto/share/filters/quarto-init/quarto-init.lua

I am using quarto book in Rstudio. Rendering to pdf used to work but now that I have added an image it stopped working with the following error (Rendering to html still works perfectly): Error running filter…
kathbosc
  • 11
  • 2
0
votes
1 answer

How to correctly compile a quarto website with nested folder structure?

I am experimenting with quarto to see how I can create a website. These are the steps that I have followed so far: Open RStudio (RStudio Server 2022.02.0 Build 443) Go to File > New Project... > New Directory > Quarto Website > type Directory name:…
Ashirwad
  • 1,890
  • 1
  • 12
  • 14
0
votes
4 answers

Any way to set rmarkdown::paged_table() as the deafult way to printing table?

I have seen a tutorial by which one can change the way tables are printed to knitr::kable() format. Is it possible to do the same with the rmarkdown::paged_table() format, so that all tables by default will be printed in paged_table() format as in…
bukkad
  • 23
  • 4
0
votes
1 answer

Error Quarto require invalid module (bertin.js)

I have developed the library bertinjs which allows to make svg interative maps. In Observable, require("bertin") works. In Quarto, require("bertin") does not work. The following error is returned: OJS Error. RequireError$1: invalid module. See the…
0
votes
2 answers

quarto rmarkdown code block to only display certain lines

I have a .qmd / .rmd file that wants to show the output of block of code. The code block has a lot of lines at the beginning that I'd like to hide, in the example below I'd like the output to be the third line of code str(month) and output the…
pluke
  • 3,832
  • 5
  • 45
  • 68
0
votes
1 answer

How to avoid margin references being placed on top of each other in quarto

Quarto is designed to supercede Rmarkdown. It supports many languages and offers new features. One new feature is the ability to place citations and other content in the right-hand margin. I'm running into an issue where some margin references are…
John J.
  • 1,450
  • 1
  • 13
  • 28
0
votes
1 answer

Quarto file not producing data table

I am very new to Quarto and I am trying to create an markdown document using it. Everything works well except I am not able to render tables on the output HMTL file. The following is my code. The HTML document shows ':: {.cell-output-display}' where…
Mdhale
  • 815
  • 2
  • 15
  • 22
-1
votes
1 answer

Align figure captions left in R quarto - knitting to PDF

I simply want the caption for my figures aligned left, rather than centre as the default is set. How do I achieve this? --- title: "Figure Caption Test" format: pdf --- ```{r} #| label: fig-test #| fig-cap: "This is a test…
-1
votes
1 answer

Use Hmisc::describe() in RevealJS/Quarto without creating line breaks

The following code --- title: "Test" format: revealjs --- ```{r} library(Hmisc) describe(mtcars) ``` will create a description of all variables in the mtcars dataset. Since it's too wide to fit on the page, there are line breaks after the…
Stefan Hansen
  • 499
  • 1
  • 3
  • 16
-1
votes
2 answers

Multiple authors and their affiliations on Quarto Beamer presentation title slide

How can I list multiple authors and their affiliations on the title slide of a Quarto Beamer presentation?
captain
  • 543
  • 1
  • 3
  • 20
-1
votes
1 answer

Thumbnail does not display in my Quarto blog

I am building a Quarto Blog, in my post I am adding a image to, it shows in my post but at the homepage it gives a error as a thumbnail: I tried in different ways to insert the image, all of them gave the same result: Using the visual mode in…
Vinícius Félix
  • 8,448
  • 6
  • 16
  • 32
-1
votes
1 answer

`quarto install tool` fails to make connection

I am trying to install a couple different PDF engines to find one that works best with one of the table libraries I'm using in a quarto book. When I run quarto install tool from a Powershell session in the project root directory I return the…
M. Wood
  • 450
  • 4
  • 13
-2
votes
2 answers

Storing Symbols and Expressions

I'm reposting this from my opened discussion on Github to reach additional people, due to my question depending on personal preference. I guess my problem/question is due to sympy being used in python (programming language in general), rather than…
PascalGitz
  • 11
  • 2
-2
votes
0 answers

Title page for HTML in Quarto

I am fairly new to Quarto and have only been using it for university papers. One of the requirements for the submission of my paper is that I have a title page that has some basic information e.g., my name, the name of the course etc. on it. As I am…
-2
votes
1 answer

Numpy not found

I have just recently started to use .qmd for python codes. My issue is that numpy works if I run a cell in vs code simple, but cannot be found if the notebook is to render... I enclose a screenshot about the error. What is going wrong, and how can I…
1 2 3
54
55