page_content stringlengths 0 46.9k | metadata dict |
|---|---|
Let us say my `_quarto.yml` has this snippet:
```yml
format:
pdf:
documentclass: book
include-in-header:
- tex/preamble.tex
- tex/macros.tex
include-before-body:
- tex/firstpages.tex
```
And inside `macros.tex` I have:
```latex
\newcommand{\mytitle}{{{< meta title >}}}... | {
"assignee": null,
"comments": 2,
"created_at": "2022-06-02T16:16:01Z",
"creator": "ramiromagno",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1047,
"state": "open",
"title": "Question: Is it possible to use shortcodes in LaTeX macros?",
"url": "http... |
## Problem I am experiencing
When a code block produces a plot, that plot is saved in a subdirectory in the same directory as the .qmd file.
The quarto project attempts to integrate easily with Hugo (for which I am forever grateful 🙂).
This location of the output doesn't work very nicely with Hugo though:
... | {
"assignee": null,
"comments": 4,
"created_at": "2022-06-02T00:53:21Z",
"creator": "prosoitos",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1044,
"state": "closed",
"title": "Location of plots not integrating well with Hugo",
"url": "https://github.com/... |
Thanks for the great work
I have uploaded the newest quarto version 498.
I used to be able to render my jupyter notebook with plotly plots in html
now I have the following message
Unable to display output for mime type(s): application/vnd.plotly.v1+json
How can I revert to previous versions of quarto?
All still ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-06-01T23:30:22Z",
"creator": "scalgary92",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1043,
"state": "closed",
"title": "Plotly plot not anymore rendered when using jupyter notebook in quarto",
"url... |
Hello,
In rmarkdown html output, it was possible to allow a zoom on the included picture and the figure generated with the css and javascript described in the next link: [https://stackoverflow.com/questions/57313317/zoom-in-on-images-in-an-rmarkdown-rendered-to-flex-dashboard](https://stackoverflow.com/questions/573... | {
"assignee": null,
"comments": 2,
"created_at": "2022-06-01T05:01:41Z",
"creator": "Pierre9344",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1037,
"state": "closed",
"title": "Allow zoom on figure in quarto html output (more enhancement than issue)",
... |
Using the `prompt/comment/collapse` options in an R chunk to simulate a CLI interaction does not seem to work. The `prompt` and `comment` options seem to be ignored. This file illustrates the issue:
````
---
execute:
echo: true
---
```{r, prompt = TRUE, comment = "", collapse = TRUE}
1 + 2
```
```{r}
... | {
"assignee": "cderv",
"comments": 4,
"created_at": "2022-05-31T22:27:43Z",
"creator": "ltierney",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1035,
"state": "closed",
"title": "Using `prompt/comment/collapse` in an R chunk not working as in Rmarkdown",
... |
Reusing a chunk with `ref.label` seems to not be working when the chunk body is empty. It does work with a blank line for the body or when the body contains a `#|` option. This sample document illustrates the issue:
````
---
execute:
echo: true
---
The original chunk:
```{r}
#| label: foo
1 + 2
```
... | {
"assignee": null,
"comments": 6,
"created_at": "2022-05-31T22:18:01Z",
"creator": "ltierney",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1034,
"state": "closed",
"title": "`ref.label` seems not to be handled quite right ",
"url": "https://github.com/q... |
This issue came up in the review of the accessible cheatsheets, see https://github.com/mine-cetinkaya-rundel/accessible-cheatsheets/issues/2#issuecomment-1095384374 for the original issue.
---
The following is a simplified version of the HTML output with `format: html` and `toc: true`:
```html
<!DOCTYPE html>... | {
"assignee": null,
"comments": 0,
"created_at": "2022-05-31T20:21:04Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1032,
"state": "open",
"title": "Accessibility suggestions: Footers, table of contents, and headers... |
This issue came up in the review of the accessible cheatsheets, see https://github.com/mine-cetinkaya-rundel/accessible-cheatsheets/issues/4 for the original issue.
---
Suppose you have the following code chunk in a Quarto document with `format: html`.
```r
library(tidyverse)
mtcars %>%
filter(mpg > 30) %... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-31T16:17:34Z",
"creator": "mine-cetinkaya-rundel",
"is_pull_request": false,
"labels": [
"accessibility"
],
"locked": false,
"milestone": "Future",
"number": 1030,
"state": "open",
"title": "Unused links in HTML output of code chunks"... |
```ERROR: Missing argument(s): command```
Expected according to ```quarto tools --help```: Show tool status
Tested with version 0.9.483. Has worked with version 0.9.407. | {
"assignee": null,
"comments": 0,
"created_at": "2022-05-31T14:24:55Z",
"creator": "TobiasHasenberg",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1028,
"state": "closed",
"title": "```quarto tools``` throws error",
"url": "https://github.com/quarto-dev/... |
## Use `scope = "col"` for all column headers denoted with `<th>` tags
This is, in effect, the same as the [gt issue #680](https://github.com/rstudio/gt/issues/680), opened by @jooyoungseo. This is currently missing from all of the tables I've generated based on the Quarto docs (e.g. markdown, `knitr::kable()`, DT, ... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-31T10:35:29Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [
"accessibility"
],
"locked": false,
"milestone": "Future",
"number": 1025,
"state": "open",
"title": "Improve table markup for accessibility (a11y issue)",... |
I just noticed how the latest build(s) of quarto renders mermaid diagrams as png images instead of the natively supported ` ``` mermaid ` blocks when using the gfm format. This feature appears to have been removed in c4af1a1bed2cf448cb4e10d0d0dcae246a8c0b5e.
This breaks several mermaid functionalities, such as being... | {
"assignee": "cscheid",
"comments": 6,
"created_at": "2022-05-30T18:00:06Z",
"creator": "rcannood",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1021,
"state": "closed",
"title": "Mermaid in gfm turned into PNG",
"url": "https://github.com/quarto-dev/qua... |
When I try to embed an image with a relative path from a markdown file that exists in a subdirectory as shown below, docx output on Windows seems to fail. (`quarto render --to docx`)
It was not a problem on Linux, so it may be related to the path separator character.
```sh
$ tree .
.
├── img.png
├── _quarto.yml... | {
"assignee": "jjallaire",
"comments": 7,
"created_at": "2022-05-30T10:34:50Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0",
"number": 1019,
"state": "closed",
"title": "Cannot find images in relative path on docx book",
"url": "https://githu... |
*Discovered via <https://github.com/quarto-dev/quarto-web/issues/125>*. I did not know there is `quarto pandoc` and `quarto run`, these commands should definitely be listed at `quarto help`. `quarto run --help` might also be implemented and `quarto pandoc --help` already works by passing help to pandoc executable. | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-30T07:45:19Z",
"creator": "nichtich",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1018,
"state": "closed",
"title": "quarto run and quarto pandoc should be listed as commands in quarto help",
"url... |
Using the followinging code, the figure is entitled "Figure 1..." regardless of the number of preceding figures that exist.
Removing the captions "Famous Elephants" destroys the layout. The layout becomes split into two rows.
```markdown
::: {#fig-elephants layout-ncol=2}
{#fig-surus}
![... | {
"assignee": "jjallaire",
"comments": 3,
"created_at": "2022-05-29T17:22:51Z",
"creator": "rccline",
"is_pull_request": false,
"labels": [
"needs-repro"
],
"locked": false,
"milestone": "1.0",
"number": 1017,
"state": "closed",
"title": "In mulitcolumn layout, figure is named Figure 1 regar... |
It seems the `self-contained` doesn’t work for single HTML generation in the latest update.
To reproduce:
```
---
title: "ggplot2 demo"
author: "Norah Jones"
date: "5/22/2021"
format:
html:
fig-width: 8
fig-height: 4
code-fold: true
self-contained: true
---
## Air Quality
@fig-a... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-29T16:19:36Z",
"creator": "jlduan",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1016,
"state": "closed",
"title": "`self-contained` doesn’t work",
"url": "https://github.com/quarto-dev/qu... |
When `aside` is used on a slide with a single figure, there seems a clash between `aside` and `r-stretch`: the figure is stretched too much and the `aside` content overlaps the bottom of the figure. If there is a caption for the figure, the caption even goes below the `aside` content.
Desired behavior is that `aside... | {
"assignee": "cderv",
"comments": 5,
"created_at": "2022-05-28T20:50:07Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1013,
"state": "closed",
"title": "[revealjs]: `aside` class",
"url": "https://github.com/quarto-dev/quarto-cl... |
Quarto provides a very convenient syntax to customize the [citation](https://quarto.org/docs/authoring/footnotes-and-citations.html#sec-citations) and [reference styles for figures](https://quarto.org/docs/authoring/cross-references.html#references).
It seems that this syntax does not apply to other crossref types s... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-28T20:34:25Z",
"creator": "juliantao",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1012,
"state": "closed",
"title": "Custom crossref style for non-figure references",
"url": "https://github.com/q... |
When I run quarto preview on the latest build, favicon does not display correctly. (It seems to be looking for absolute paths)
```sh
$ quarto preview
Preparing to preview
Watching files for changes
Browse at http://localhost:4870/
GET: /
/img/favicon.png (404: Not Found)
```
```yaml
website:
favico... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-28T15:01:47Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1010,
"state": "closed",
"title": "favicon not faund error",
"url": "https://github.com/quarto-dev/quarto-cli/issue... |
It seems that cross reference links are generated for figures with HTML links even if they are not set.
When two figures like the following are embedded in HTML, hover the cursor over the former and the clip symbol will appear.
```md
[]()

```
, but the rendered results seem to be different from those on the reference page.
The reference page shows links like that.

... | {
"assignee": "dragonstyle",
"comments": 8,
"created_at": "2022-05-28T13:00:51Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1008,
"state": "closed",
"title": "About page's links are simple link",
"url": "https://github.com/quarto-... |
HTML page, the copy button does not appear on the former and the copy button appears on the latter.
````
```shell
ls -a
```
```sh
ls -a
```
````
Do you know by what criteria this difference is occurring? (Or is there a list of names?) | {
"assignee": null,
"comments": 8,
"created_at": "2022-05-28T08:34:02Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1007,
"state": "closed",
"title": "Code blocks not considered code blocks?",
"url": "https://github.com/quarto-dev/... |
With quarto v0.9.468 doesn't render the banner image.
But I switched to v0.9.429 (from this comment https://github.com/quarto-dev/quarto-cli/issues/95#issuecomment-1131599982), it works. | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-28T08:15:00Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1006,
"state": "closed",
"title": "`title-block-banner: <path>` does not work with the latest quarto",
"ur... |
The mouse selects wrong items on interactive charts for `revealjs` presentations - sometimes interactivity stops working altogether.
The same issue happens on the Presentation window of RStudio, Edge Browser and Chrome - inside Quarto .md file (notebook) interactivity works without issue.
The screenshot shows wh... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-27T18:17:02Z",
"creator": "rleyvasal",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1004,
"state": "open",
"title": "Mouse hover on interactive graph works on wrong positions on `revealjs` presen... |
It would be great if Chalkboard can be used in self-contained slides. One of the great features of presentations is the ability to make notes on the screen and this is not currently possible with self-contained.
I get the following error message when trying to render `revealjs` slides in self-contained mode.
`Re... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-27T17:45:52Z",
"creator": "rleyvasal",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1003,
"state": "closed",
"title": "[Feature Request] Allow RevealChalkboard on self-contained slides `revealjs`",
... |
Discovered working on a prototype quarto version manager https://github.com/dpastoor/qvm following the XDG_CONFIG spec, which puts application stuff in the dir `~/Library/Application Support` on mac
first issue was:
```
quarto render test.qmd
/Users/devin/Library/Application Support/qvm/active/bin/quarto: line ... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-27T17:12:21Z",
"creator": "dpastoor",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1002,
"state": "closed",
"title": "quarto will error if path for quarto structure has spaces in it (eg quar... |
We're seeing the following error during CI runs on Ubuntu 20.04
https://github.com/mlr-org/mlr3book/runs/6628847525?check_suite_focus=true
```
Error running filter /opt/quarto/share/filters/quarto-pre/quarto-pre.lua:
/opt/quarto/share/filters/quarto-pre/quarto-pre.lua:3417: attempt to index a nil value (local '... | {
"assignee": "dragonstyle",
"comments": 13,
"created_at": "2022-05-27T17:02:26Z",
"creator": "pat-s",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1001,
"state": "closed",
"title": "`/opt/quarto/share/filters/quarto-pre/quarto-pre.lua:3417: attempt to inde... |
I'm having an issue getting `shiny::downloadButton` to appear in a shiny document through Quarto. I can get `shiny::downloadLink` to correctly appear and download data as expected.
I am on:
* Quarto version 0.9.464
* RStudio 2022.02.1+461 "Prairie Trillium" Release (8aaa5d470dd82d615130dbf663ace5c7992d48e3, 2022-0... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-27T14:19:53Z",
"creator": "AnthonyRaborn",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 999,
"state": "open",
"title": "shiny::downloadButton not appearing in Quarto Shiny document",
"url": "ht... |
When working in a quarto book, I would like to reference a chapter (ideally, having its name and number) which is located in a different file.
Given the following structure
```
_quarto.yml
intro.qmd
python.qmd
```
I would like to reference `python.qmd`into `intro.qmd`, so following [this guide in the offic... | {
"assignee": "jjallaire",
"comments": 13,
"created_at": "2022-05-27T10:38:20Z",
"creator": "ccamara",
"is_pull_request": false,
"labels": [
"needs-repro"
],
"locked": false,
"milestone": "1.0",
"number": 1135,
"state": "closed",
"title": "Referencing a book chapter is not working",
"url":... |
I've read #196 and the linked documentation but still do not know how to proceed.
We're currently aiming to switch from a large bookdown book to quarto.
For the PDF output we get errors like
```tex
compilation failed- error
LaTeX Error: Cannot determine size of graphic in ./images/learner.svg (no Bou
ndingB... | {
"assignee": null,
"comments": 19,
"created_at": "2022-05-27T08:44:51Z",
"creator": "pat-s",
"is_pull_request": false,
"labels": [
"enhancement"
],
"locked": false,
"milestone": "Future",
"number": 997,
"state": "open",
"title": "Book: PDF output with SVG images",
"url": "https://github.c... |
Similar to #990, it would be great if one could change top-level colors like `color-bg` for only light or dark theme respectively.
Often enough the default colors (or the adapted ones) don't look great in one theme setting.
E.g. something along the lines of
```yml
format:
html:
theme:
light:
... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-27T07:56:57Z",
"creator": "pat-s",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 996,
"state": "closed",
"title": "Wish: Changing SCSS variables for light/dark themes only",
"url": "https://github.c... |
I was using [scoop](https://scoop.sh/) to install R (via the main bucket), RStudio and Quarto (both via [cderv/r-bucket](https://github.com/cderv/r-bucket)). However, I found a wired issue that RStudio errored when rendering quarto documents saying that:
```
ERROR: Error executing 'C:\Users\hongy\scoop\apps\r\curre... | {
"assignee": "cderv",
"comments": 6,
"created_at": "2022-05-27T06:23:03Z",
"creator": "hongyuanjia",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 995,
"state": "closed",
"title": "Failed to locate `Rscript.exe` if R was installed via scoop in RStudio",
"... |
This one is a bit of a doozy. Something is happening with our OJS runtime's es6 import resolver that causes other OJS imports to fail silently if we specifically attempt to import d3 from skypack inside one of the JS sources.
The failure doesn't happen if we import _other_ libraries from skypack...
| {
"assignee": "cscheid",
"comments": 1,
"created_at": "2022-05-27T04:45:46Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [
"bug",
"invalid",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 994,
"state": "closed",
"title": "importing d3 from skypack in JS ... |
When having a Non ascii accout name in Windows system, for example `echo %username%` in CMD list a Chinese Account name, run `quarto render hello.ipynb --to html` will give an error:
```
Error running filter C:/quarto-0.9.446-win/share/filters/quarto-pre/quarto-pre.lua:
...arto-0.9.446-win/share/filters/quarto-pr... | {
"assignee": "dragonstyle",
"comments": 10,
"created_at": "2022-05-27T04:06:04Z",
"creator": "jinlin82",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 993,
"state": "open",
"title": "error because of Non ascii account name in Windows",
"url": "https:/... |
I have Rstudio running as a workstation and as Rstudio server on (the same) Ubuntu 20 laptop. Current version of Rstudio, markdown, tinytex, quarto. I can generate PDFs from Rmarkdown and Quarto in Rstudio workstation, but attempts to generate PDFs from Rstudio Server fail with:
```
compilation failed- no matchi... | {
"assignee": null,
"comments": 7,
"created_at": "2022-05-27T01:09:05Z",
"creator": "aetiologicCanada",
"is_pull_request": false,
"labels": [
"latex"
],
"locked": false,
"milestone": "Future",
"number": 992,
"state": "closed",
"title": "Quarto, Rstudio server and Latex library",
"url": "ht... |
When you define two themes, one light and one dark. It shows a button for switching light and dark, which is very good.
However, if you choose the dark mode and switch between different pages, chapters or sections. The website is flashing to the light mode first and change to dark theme. It is obvious and easily no... | {
"assignee": null,
"comments": 6,
"created_at": "2022-05-26T23:34:05Z",
"creator": "wenyaoliu",
"is_pull_request": false,
"labels": [
"early-in-release"
],
"locked": false,
"milestone": "v1.4",
"number": 1325,
"state": "open",
"title": "Flashing when switching between pages in dark theme. "... |
Hi! The code bellow works just fine but it seems to be rendering as a string sign when it should be a transpose sign.

This problem also occurs on Rstudio IDE (at VS Code it did not happen).
 from [`distill`](https://rstudio.github.io/distill/blog.html) to quarto.
I wanted to setup an RSS feed per the [quarto instructions](https://quarto.org/docs/websites/website-blog.html#rss-feed).... | {
"assignee": null,
"comments": 4,
"created_at": "2022-05-26T19:04:27Z",
"creator": "shamindras",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 989,
"state": "closed",
"title": "Link RSS feed from `posts.qmd` rather than `index.qmd`",
"url": "https://githu... |
It looks like there’s some bad interaction between `page-layout: full`, our two-column setup, and `code-tools: true`. Evidence:
- the bootstrap buttons in [this page](https://quarto.org/docs/interactive/ojs/examples/layout.html
) don't work.
- the bootstrap buttons in [this page](https://quarto.org/docs/interactiv... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-26T16:30:36Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 987,
"state": "closed",
"title": "`page-layout: full`, our two-column setup, and `code-tools: true` interact... |
I just installed quarto for the first time and am just trying to run through the "getting started" example, but I immediately hit an error when trying to render the document. I am able to open the ipynb document that's created with jupyter and run that without any issues.
> quarto check jupyter
[✓] Checking Py... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-26T14:56:49Z",
"creator": "smc77",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 985,
"state": "closed",
"title": "jupyter python3 error: isinstance() arg 2 must be a type or tuple of types?",
"url"... |
The description on book publishment online is quite confussing
See https://quarto.org/docs/books/https://quarto.org/docs/books/#publishing
Please do not refer to the deployment of website if there are difference. The website recommend output-dir to be **docs**, and saying deploy the output files to github. In fac... | {
"assignee": null,
"comments": 0,
"created_at": "2022-05-26T04:27:28Z",
"creator": "wenyaoliu",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 1322,
"state": "closed",
"title": "Publish of book is quite confusion",
"url": "https://github.com/quarto-dev/qua... |
These two fenced divs
````
:::{#my_id}
text
:::
:::{.callout-note #my_id}
text
:::
````
produce these HTML fragments:
```
<div id="my_id">
<p>text</p>
</div>
```
```
<div class="callout-note callout callout-style-default callout-captioned">
<div class="callout-header d-flex align-content-ce... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-25T19:44:01Z",
"creator": "rich-iannone",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 982,
"state": "closed",
"title": "Fenced div doesn't allow insertion of `id` when using a `callout` class",
"u... |
When the [`fig-column`, `column`](https://quarto.org/docs/reference/cells/cells-knitr.html#page-columns) or [`classes`](https://quarto.org/docs/reference/cells/cells-knitr.html#attributes) chunk option is set to one of Quarto's [predefined article layout classes](https://quarto.org/docs/authoring/article-layout.html#av... | {
"assignee": "dragonstyle",
"comments": 5,
"created_at": "2022-05-25T17:07:08Z",
"creator": "salim-b",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 981,
"state": "closed",
"title": "`fig-column`, `column` or `classes` chunk options have no effect for htmlw... |
it appears that the `background-image` is never embedded in the `html` file for some reason.
If the background image is set with `{background-image="assets/background.jpg"}`, it is embedded.
The following setup in the yaml, will result in slides without background.
While, it's working fine when the generated `ht... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-25T16:16:10Z",
"creator": "mcanouil",
"is_pull_request": false,
"labels": [
"enhancement",
"revealjs"
],
"locked": false,
"milestone": "Future",
"number": 980,
"state": "open",
"title": "`background-image` not embedded when `embed... |
Hi Team Quarto,
I've been using the Quarto engine to generate a website and blog posts for months but just encountered the following error for the first time when attempting to render:
```
ERROR: TypeError: Cannot read properties of undefined (reading 'innerHTML')
```
This is triggered by the `blog.qmd` whic... | {
"assignee": "dragonstyle",
"comments": 36,
"created_at": "2022-05-25T15:35:41Z",
"creator": "zachcp",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 979,
"state": "closed",
"title": "New Rendering Error",
"url": "https://github.com/quarto-dev/quarto-cli/i... |
Example:
```
---
format: revealjs
---
# Text 1
## Text 2
Text.
::: {.fragment}
### Text 3
Text.
:::
## Final Text
Text.
```
You can't see the final slide as it loops back to the starts after Text 3. | {
"assignee": null,
"comments": 15,
"created_at": "2022-05-25T14:10:55Z",
"creator": "zareami10",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 976,
"state": "closed",
"title": "Putting h(3) in a fragment causes a loop in reveal.js",
"url": "https://github... |
Bookdown's `bs4_book` format [supports a `repo.subdir`configuration option](https://bookdown.org/yihui/bookdown/html.html#specifying-the-repository), allowing to specify a path relative to the Git repo given in the `repo.base` config option.
Adding support for a similar Quarto config option **`repo-subdir`** in addi... | {
"assignee": null,
"comments": 6,
"created_at": "2022-05-25T13:39:40Z",
"creator": "salim-b",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 975,
"state": "closed",
"title": "Add `repo-subdir` config option for website/book projects",
"url": "https://githu... |
Hi, I am having trouble using mermaid engine on rstudio workbench. I get the error
ERROR: Couldn’t find open server’
I am using quarto 0.9.449 on a linux server and this is my code test
````{mermaid}
flowchart LR
A[Hard edge] --> B(Round edge)
B --> C{Decision}
C --> D[Result one]
C --> E[Result... | {
"assignee": "cscheid",
"comments": 9,
"created_at": "2022-05-25T13:37:48Z",
"creator": "quinfer",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "1.0",
"number": 974,
"state": "closed",
"title": "mermaid diagram not rendering",
"url": "https://github.com/quarto-dev/quart... |
Currently, there's no way to tell which "tab" is active in the main navbar. This should be somehow identifiable (e.g. bold or different color). | {
"assignee": "jjallaire",
"comments": 2,
"created_at": "2022-05-25T13:10:19Z",
"creator": "batpigandme",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "v1.1",
"number": 1321,
"state": "closed",
"title": "Make active tab/section distinguishable in navbar",
"url": "https:/... |
Currently it seems that Chrome is required to render files that contain mermaid.
I think it is guaranteed that Windows has Microsoft Edge installed, so it would be useful to be able to use Microsoft Edge instead of Chrome.
https://github.com/quarto-dev/quarto-cli/blob/cc5119e1c657ed0e11fc2a32ab46559062167113/src/co... | {
"assignee": "cderv",
"comments": 6,
"created_at": "2022-05-25T09:13:13Z",
"creator": "eitsupi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 972,
"state": "closed",
"title": "Use Microsoft Edge for rendering (on Windows)",
"url": "https://github.com/qua... |
I recently discovered the [`width` special](https://github.com/observablehq/stdlib/blob/main/README.md#width) included with the OJS standard library! And here I've been, manually sizing my charts like a chump 😛
This isn't necessarily an issue - I would class it more as "surprising behaviour - but `${width}` appears... | {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-05-25T07:23:57Z",
"creator": "jimjam-slam",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 970,
"state": "closed",
"title": "OJS `width` variable evaluates in s... |
I'm trying to import a `.css` file using the `css` format option in a RStudio project.
The following works:
```
---
format:
html:
css: styles.css
---
```
or
```
---
format:
html:
css: some_dir/styles.css
---
```
However, importing the `.css` file from a parent directory does not seem to w... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-25T07:15:07Z",
"creator": "arnaudgallou",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 969,
"state": "closed",
"title": "Importing `.css` from parent directory not working",
"url": "https://github.... |
rmarkdown support Pandoc `md_extensions` option, does quarto support it yet? | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-25T06:28:40Z",
"creator": "jinlin82",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 968,
"state": "closed",
"title": "md_extensions support?",
"url": "https://github.com/quarto-dev/quarto-cli/issues... |
When the math rendering method is set to katex, and there is Jupyter widget-like content (e.g. displaying a pandas dataframe in rich format), then math equations cannot be rendered. An example file is katex.ipynb in the zip file. This is the html output:
. If I try to load the dataset from a csv file like in the example, it work but if I try to load the dataset with the R packages and to sent it to ojs with the ojs_define() function it doesn't.
To unders... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-05-24T14:44:44Z",
"creator": "Pierre9344",
"is_pull_request": false,
"labels": [
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 962,
"state": "closed",
"title": "ojs_define doesn't work well with R dataframe and matri... |
We've definitely made progress. The image URLs all have backslashes now as expected and the index.xml file now passes muster on the SimplePie RSS feed check. Great!
However, the link in the citation at the bottom of the post has forward slashes. Here's the example citation from [https://github.com/graphdr/quarto-f... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-24T13:35:27Z",
"creator": "dragonstyle",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 960,
"state": "closed",
"title": "Windows path separators appearing in appendix urls",
"url": "https:/... |
The documentation in [pandoc-user-guide.qmd](https://raw.githubusercontent.com/quarto-dev/quarto-gallery/main/articles/pdf/pandoc-user-guide.qmd) states that
> `xelatex` uses `polyglossia` (with `lang`)
but when using `pdf-engine: lualatex`, `babel` seems to be used by default.
I need to use `polyglossia` wit... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-24T12:16:26Z",
"creator": "tpellard",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 959,
"state": "closed",
"title": "Using `polyglossia` with LaTeX engines other than xelatex",
"url": "https://gith... |
Setting `number-sections:true` with pdf as output format breaks the output.
For example:
```
---
title: "My document"
format:
pdf:
toc: true
number-sections: false
---
# Beginning
# Middle
# End
```
The example above works as expected, but as soon as `number-sections` is set to `true`,... | {
"assignee": "dragonstyle",
"comments": 3,
"created_at": "2022-05-23T18:30:14Z",
"creator": "sknauff",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 956,
"state": "closed",
"title": "`number-sections:true` breaks pdf output",
"url": "https://github.com/qu... |
I've set up a quarto book on github pages with a category listing: https://jamespeapen.github.io/journals/. The category labels are created and are clickable from the home `index.html` page, but not from their individual tags in each book page([like on this page](https://jamespeapen.github.io/journals/src/epigenetics/i... | {
"assignee": null,
"comments": 7,
"created_at": "2022-05-23T13:31:02Z",
"creator": "jamespeapen",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 953,
"state": "closed",
"title": "Clickable categories not working on github pages - only in local `quarto previe... |
Hello,
I have a problem to render html widget inside tabset. I tried to create venn diagram with the upsetjs package but only the venn in the first (sometime first two) tab is rendered.
I have the same problem with html widget generated by the scatterD3 package.
If I remove the ::: panel-tabset the plot are re... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-23T08:58:04Z",
"creator": "Pierre9344",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 1076,
"state": "open",
"title": "tabset doesn't seem to work well with html widget",
"url": "https://github.... |
Figures are generated in the directory in which the `.qmd` lives.
But in the context of a self-contained HTML, when including `.qmd` files from a subdirectory, images are not retrieved by the main document: `[WARNING] Could not fetch resource content/index_files/figure-html/fig2-1.png`
I tried setting `execute-dir:... | {
"assignee": "cscheid",
"comments": 6,
"created_at": "2022-05-22T11:06:15Z",
"creator": "mcanouil",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 951,
"state": "closed",
"title": "Generated figures from an included `.qmd` are not found",
"url": "https://g... |
Creating citations for packages from R with `knitr` generates bib entries of the form:
```
@manual{R-knitr,
type = {Manual},
title = {Knitr: {{A}} General-Purpose Package for Dynamic Report Generation in r},
author = {Xie, Yihui},
year = {2020}
}
```
using: `knitr::write_bib(.packages(), "packages.... | {
"assignee": "dragonstyle",
"comments": 9,
"created_at": "2022-05-22T08:42:08Z",
"creator": "jmbuhr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 950,
"state": "closed",
"title": "R-package citations can not be found",
"url": "https://github.com/quarto-... |
As documented on the website (<https://quarto.org/docs/authoring/figures.html#figure-alignment>):
> Figures and their captions are center aligned by default.
But this is currently not true:
- When a figure has a caption, the figure is center aligned, but not the caption.
- When a figure has no caption, the fi... | {
"assignee": null,
"comments": 4,
"created_at": "2022-05-22T08:39:20Z",
"creator": "mcanouil",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 949,
"state": "closed",
"title": "Figures left aligned (discrepancy with docs / bug?)",
"url": "https://github.com... |
The following markdown code displays `::: {.cell}` `:::` tag, at least for `html` and `revealjs` format
```md
1. Expliquer les relations entre `a`, `b`, `d` et `e`.
```{r}
#| echo: true
#| eval: false
a <- 1:10
b <- a
b -> e
e <- d <- 1:10
```
```
```md
1. Expliquer le... | {
"assignee": null,
"comments": 4,
"created_at": "2022-05-22T08:07:46Z",
"creator": "mcanouil",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 948,
"state": "closed",
"title": "Code cells \"tags\" displayed when indented (items list)",
"url": "https://githu... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/944
<div type='discussions-op-text'>
<sup>Originally posted by **ManuelSpinola** May 20, 2022</sup>
Does quarto file with shiny work in a quarto project with a yaml?
I tried to run the Old Faithful example but I got the error:
ERROR: Int... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-05-20T22:22:39Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 945,
"state": "closed",
"title": "quarto file with shiny in a quarto project",
"url": "https://github.com/qu... |
While trying to compile any file using a python jupyter kernel, the CLI returns a kernel error.
Example file `hello.qmd`:
```
---
title: "Hello world"
format:
html:
code-fold: true
jupyter:
python3
---
This is a test file.
```
Output from the command `quarto render hello.qmd --to html --log-l... | {
"assignee": null,
"comments": 6,
"created_at": "2022-05-20T00:46:39Z",
"creator": "zcline91",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 942,
"state": "closed",
"title": "Python jupyter kernel error",
"url": "https://github.com/quarto-dev/quarto-cli/i... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/939
<div type='discussions-op-text'>
<sup>Originally posted by **ggirton** May 19, 2022</sup>
I have made the _quarto yaml that looks like this, for a blog
project:
type: website
website:
title: "mvpblog"
navbar:
right:
... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-19T22:57:03Z",
"creator": "jjallaire",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 941,
"state": "closed",
"title": "IS there a way to diagnose why body-footer is going in above the blog li... |
Quarto version: 0.9.414
According to https://quarto.org/docs/authoring/tables.html#caption-location, the following should not happen. in my unterstanding.
Using in yaml header (root):
- `cap-location: bottom`:
- figures: bottom => OK
- tables: bottom => OK
- `cap-location: margin`:
- figures: margin... | {
"assignee": "dragonstyle",
"comments": 1,
"created_at": "2022-05-19T18:41:28Z",
"creator": "mcanouil",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 938,
"state": "closed",
"title": "`*cap-location` options does not work well for tables",
"url": "https:/... |
### Discussed in https://github.com/quarto-dev/quarto-cli/discussions/931
<div type='discussions-op-text'>
<sup>Originally posted by **bbartholdy** May 19, 2022</sup>
Hi,
I have a quarto document (let's call it *file1.qmd*) where I would like to include a second quarto document (*_file2.qmd*) that contains th... | {
"assignee": "cscheid",
"comments": 0,
"created_at": "2022-05-19T14:47:00Z",
"creator": "cscheid",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 932,
"state": "closed",
"title": "Include shortcode not rendering inline R code",
"url": "https://github.com/q... |
ojs_define doesn't work very well for R spatial dataframes. In practice, it is necessary to convert it to geojson (with geojsonsf package) and then pass it as a string. Then, we have to use JSON.parse ([see](https://neocarto.github.io/Quarto/r_ojs.html)). Why not allow directly to pass a spatial dataframe in well forma... | {
"assignee": "cscheid",
"comments": 3,
"created_at": "2022-05-19T12:05:27Z",
"creator": "neocarto",
"is_pull_request": false,
"labels": [
"enhancement",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 935,
"state": "closed",
"title": "ojs_define for spatial dataframe (sf)"... |
Here is a minimal working example to reproduce the problem.
Note how the escape codes are not being handled but instead printed literally.
---
format:
revealjs:
code-fold: false
echo: true
jupyter: julia-1.7
---
```{julia}
quote
a = b + c
d =... | {
"assignee": null,
"comments": 12,
"created_at": "2022-05-19T08:55:51Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 929,
"state": "open",
"title": "Reveal.js with Julia: escape codes are not handled in output of executable code b... |
I have noticed some errors concerning the import of libraries. For example, require("bertin") does'nt work in [Quarto](https://quarto.org/docs/tools/rstudio.html). The following error is returned: OJS Error. RequireError$1: invalid module. To import bertin, I have to write: bertin = import('https://cdn.skypack.dev/ber... | {
"assignee": "cscheid",
"comments": 9,
"created_at": "2022-05-19T08:37:09Z",
"creator": "neocarto",
"is_pull_request": false,
"labels": [
"bug",
"ojs-engine"
],
"locked": false,
"milestone": null,
"number": 943,
"state": "closed",
"title": "OJS Error. RequireError$1: invalid module. ",
... |
Recently I have been writing reports using quarto book. I would like to add shiny objects in some of the pages. Based on what I saw in the documentation (https://quarto.org/docs/interactive/shiny/running.html) I can only serve individual documents.
Is there a way to render and serve multiple documents at the same t... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-19T06:48:09Z",
"creator": "chronchi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 928,
"state": "closed",
"title": "Serving books with shiny",
"url": "https://github.com/quarto-dev/quarto-cli/issu... |
I want to apologize in advance for nitpicking.
I think it is quite unconventional that **bold** text has a smaller font size than regular text:

I went through all the variable definitions that can be... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-18T20:10:45Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 927,
"state": "closed",
"title": "Reveal.js: Bold text is smaller than regular text",
"url": "https://github.com/qua... |
Based on https://github.com/quarto-dev/quarto-cli/issues/722 it seems to me that in pdf format the plot should not be rendered in svg.
If I make graphics with `Gadfly`, here the output is svg, and I receive the following error:
```
compilation failed- error
LaTeX Error: Cannot determine size of graphic in ex_files/... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-18T17:22:54Z",
"creator": "AlissonRP",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 925,
"state": "closed",
"title": "Plots rendered in svg format in Julia",
"url": "https://github.com/quarto-dev/q... |
I'm trying to incorporate a {gt} object as a table in a Quarto .qmd document that outputs to PDF.
When I try to add a table caption within a code chunk (using #| tbl-cap: xyz), I get the following error:
> **Package array Error: Illegal pream-token (\caption): `c' used.**
>
> **See the array package documen... | {
"assignee": "cderv",
"comments": 9,
"created_at": "2022-05-18T16:37:20Z",
"creator": "SEthanMilne",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": null,
"number": 924,
"state": "closed",
"title": "Issues using {gt} objects as cross-referenced tables",
"url":... |
I noticed that by default `h1` slides are vertically centered while `h2` slides are top-aligned.
How can I make `h2` slides vertically centered (like `h1` slides)? I've spent hours trying to tweak this but haven't found out how.
I found that this is how you would achieve this using Revealjs's markdown:
```md
<s... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-18T15:18:07Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 923,
"state": "closed",
"title": "Vertical alignment using Revealjs",
"url": "https://github.com/quarto-dev/quarto-c... |
Consider the following reprex (tested with quarto 0.9.424):
````markdown
---
title: "Table vs. kable"
engine: knitr
---
A Markdown table is *not* striped:
| a| b| c|
|--:|--:|--:|
| 1| 6| 11|
| 2| 7| 12|
| 3| 8| 13|
| 4| 9| 14|
| 5| 10| 15|
But a table generated with `knitr::kable()` i... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-18T14:11:00Z",
"creator": "cbrnr",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 922,
"state": "open",
"title": "Markdown tables use different style than code (kable) tables",
"url": "https://gi... |
As shown in the screenshot,when I create mlr3 learner inRstudio, it can work in chunk. But when I render it, it failed

my project is encoded by UTF-8,but my local is encoded as follow
> Sys.g... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-18T13:49:09Z",
"creator": "Damonsoul",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 921,
"state": "closed",
"title": "Rstudio render error",
"url": "https://github.com/quarto-dev/quarto-cli/issues/... |
<img width="405" alt="image" src="https://user-images.githubusercontent.com/20207927/169019697-731f01b1-96c6-4222-a323-47b04f079b5e.png">
<img width="216" alt="image" src="https://user-images.githubusercontent.com/20207927/169019941-50ea82a7-d7fa-49f8-add7-2ea33353261b.png">
The references title in html export is d... | {
"assignee": "dragonstyle",
"comments": 12,
"created_at": "2022-05-18T10:38:10Z",
"creator": "f10w3r",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 920,
"state": "closed",
"title": "Duplicated References Title in html export.",
"url": "https://github.com... |
Does `quarto` support converting custom mime-types to pdf? Maybe something like [preprocessors](https://nbconvert.readthedocs.io/en/latest/nbconvert_library.html#Custom-Preprocessors) in nbconvert?
Currently if I have a custom mime-type it just returns the object type in PDF and Docx formats. | {
"assignee": null,
"comments": 6,
"created_at": "2022-05-18T09:18:21Z",
"creator": "divyansshhh",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 919,
"state": "open",
"title": "Converting custom Mime-Types to PDF and docx",
"url": "https://github.com/q... |
Downloading the repo and rendering docs/presentations/index.qmd results in:

with in the console:
```js
quarto-ojs-runtime.js:18714 TypeError: Failed to resolve module specifier '....docspresentations
eveal... | {
"assignee": "cscheid",
"comments": 6,
"created_at": "2022-05-18T07:34:19Z",
"creator": "burgerga",
"is_pull_request": false,
"labels": [
"bug",
"ojs-engine"
],
"locked": false,
"milestone": "Future",
"number": 1320,
"state": "closed",
"title": "Can't get js files in docs/presentations/... |
Is there a chance to get an rpm package as well?
I just converted the deb using `alien` and the resulting rpm works nicely (using the `--scripts` option). Maybe include in a copr?
Edit: tested on Fedora 36, had already installed pandoc and texlive. | {
"assignee": "dragonstyle",
"comments": 9,
"created_at": "2022-05-17T15:30:24Z",
"creator": "TS-CUBED",
"is_pull_request": false,
"labels": [
"bug"
],
"locked": false,
"milestone": "v1.3",
"number": 915,
"state": "closed",
"title": "packaging: Release rpm for Fedora/RHEL/...",
"url": "htt... |
I'd like to put notes to a presentation at the end rather than at the foot of each page (i.e., endnotes not footnotes), to avoid distracting the audience.
I see from the yaml [here](https://github.com/quarto-dev/quarto-web/blob/main/docs/authoring/footnotes-and-citations.qmd) that it is possible, at least for html d... | {
"assignee": null,
"comments": 3,
"created_at": "2022-05-17T14:21:53Z",
"creator": "donboyd5",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 914,
"state": "closed",
"title": "Comments/questions/minor bug re endnotes: (1) feature not documented, (2) would li... |
## Environment
- clean quarto install on Ubuntu Linux (Windows Subsystem, Windows 11)
- clean install `quarto tools install tinytex`
- VS Code with quarto extension
## Reproduce error
- `quarto create-project test-pdf --type book`
- add example code below in `intro.qmd`
- render pdf with VS code extension
- `... | {
"assignee": null,
"comments": 6,
"created_at": "2022-05-17T13:37:27Z",
"creator": "dkapitan",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 912,
"state": "closed",
"title": "Rendering pdf for book generates file not found error",
"url": "https://github.... |
I'm creating a revealjs presentation in RStudio. I would like a bibliography that includes works not referred to in the presentation.
I created a nocite metadata field, as described [here](url). I can insert items manually into the field (e.g., @quarto-2022, or @*) but I cannot insert them using the citation option ... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-17T13:11:06Z",
"creator": "donboyd5",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 911,
"state": "closed",
"title": "RStudio visual mode insert-citation option greyed-out when trying to insert citati... |
I'm using all latest versions as of now, I believe:
- RStudio-2022.06.0-daily-410.exe
- quarto-0.9.415-win.msi
- Zotero 6.0.7 Windows standalone software
quarto does not see all references in a Zotero folder.
Here's what's in my Zotero folder ("dummy"):

ERROR: tlmgr returned a non zero status code
TLPDB: not a directory, not loading: /... | {
"assignee": "dragonstyle",
"comments": 41,
"created_at": "2022-05-17T12:23:15Z",
"creator": "piiskop",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 909,
"state": "open",
"title": "Rendering to \"pdf\" doesn't work",
"url": "https://github.com/quarto... |
From https://github.com/rstudio/rstudio/pull/11201#issuecomment-1128685959
With this R code:
```r
dir.create(tf <- tempfile());
dir.create(file.path(tf, "sub"))
main <- file.path(tf, "main.qmd")
writeLines("---\ntitle: quarto document\n---\n", main)
sub <- file.path(tf, "sub", "sub.qmd")
writeLines("-... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-17T10:24:17Z",
"creator": "romainfrancois",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": "Future",
"number": 906,
"state": "open",
"title": "`quarto inspect` and temporary directories",
"url": "https://github.com/... |
Quarto [shortcodes](https://quarto.org/docs/authoring/shortcodes.html) are a powerful, yet non-standard, extension to pandoc markdown syntax. Having them separated as reusabe lua filter, located at https://github.com/pandoc/lua-filters or in a separate git repository would allow to use this feature independently from Q... | {
"assignee": null,
"comments": 4,
"created_at": "2022-05-17T07:04:34Z",
"creator": "nichtich",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 904,
"state": "closed",
"title": "Factor out shortcodes as pandoc-filter",
"url": "https://github.com/quarto-dev/q... |
Hi, I've been trying to debug a YAML parsing error
`ERROR: YAMLError: can not read a block mapping entry; a multiline key may not be an implicit key at line 14, column 1:`
in my Quarto presentation, but I'm not sure how to go about doing this in a productive way --- I've just been removing stuff and checking to s... | {
"assignee": "cscheid",
"comments": 5,
"created_at": "2022-05-17T04:17:32Z",
"creator": "ym-han",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 903,
"state": "closed",
"title": "How to debug YAML parsing errors?",
"url": "https://github.com/quarto-dev/qua... |
## Problem description
I've created a new Quarto Book project under `~/tmp_quarto_book` via RStudio as [described here](https://quarto.org/docs/books/#rstudio).
While this renders fine via the Quarto CLI...
```sh
quarto render --to pdf
```
<details><summary>Output</summary>
```
[1/4] index.qmd
pr... | {
"assignee": null,
"comments": 1,
"created_at": "2022-05-16T23:27:22Z",
"creator": "salim-b",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 902,
"state": "closed",
"title": "RStudio: `ERROR: InvalidData: stream did not contain valid UTF-8`",
"url": "https... |
How can I animate a bullet point inside a list in a Reactive.js animation?
This code generates an unwanted space between the last and previous bullet points:
```
- Bullet point
- Bullet point
::: {.fragment .fade-in}
::: {.fragment .highlight-red}
- Bullet point
:::
:::
```
 or folder. It will be very useful to have such option. | {
"assignee": null,
"comments": 7,
"created_at": "2022-05-16T15:40:53Z",
"creator": "psychelzh",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 898,
"state": "closed",
"title": "Support ignore certain Rmd or qmd file for quarto website",
"url": "https://git... |
I am wanting to use Quarto to create a book-based website and a PDF document from the same code. Using RStudio, I created a new Quarto Book project with the default files, which works and produces both a website and PDF from the same documents. However, when I start trying to include custom LaTeX code through the _quar... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-16T15:16:27Z",
"creator": "AnthonyRaborn",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 897,
"state": "closed",
"title": "Quarto yaml validation fails for include-in-header: text: for PDFs",
"url":... |
<details>
<summary>Minimal working example</summary>
```md
---
title: "Habits"
author: "John Doe"
format:
revealjs:
incremental: false
footer: "Footer text"
---
## Minimal working example
Normal alignment
- Element 1
- Element 2
* Element 3
:::: {.columns}
::: {.colum... | {
"assignee": null,
"comments": 7,
"created_at": "2022-05-16T12:44:56Z",
"creator": "mroavi",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 892,
"state": "closed",
"title": "Lists are not aligned properly inside `.columns` div containers with Revealjs",
"u... |
Hi,
as you can see below the footnote is above the text.
The code of that slide is
~~~
## CSV^[only a test] {.center}
```{.txt}
nome,note
"Marco,Bianchi","Lorem
Ipsum"
Ciccio Bombo,Lorem
"Bianca ""Stella"" Balti",Ipsum
```
- [csvkit](https://csvkit.readthedocs.io/)
- 💘 [Miller](https://miller.re... | {
"assignee": null,
"comments": 2,
"created_at": "2022-05-16T06:45:56Z",
"creator": "aborruso",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 890,
"state": "closed",
"title": "reveal presentation: footnotes in wrong position, using vertical slides",
"url":... |
Along the lines of #859 I tried the following in a Book project:
```yaml
format:
html:
header-includes: |
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css"
rel="stylesheet"/>
self-contained: true
```
Sadly, when I preview the web site, the li... | {
"assignee": null,
"comments": 5,
"created_at": "2022-05-15T19:42:11Z",
"creator": "fuhrmanator",
"is_pull_request": false,
"labels": [],
"locked": false,
"milestone": null,
"number": 889,
"state": "closed",
"title": "Font awesome won't load for me in the HTML of a book (self-contained: true)",
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.