Results for quarto
I am writing a book using Quarto, and while trying to generate a three-subfigure plot, I met a problem adding a subcaption to each respective subplot....
How to set only the dynamic part of the title specified in the YAML (params$mytitle in the minimal example below) as bold in the rendered HTML? Tried ...
I use Jupyter Notebooks for data analysis, and I would like to use Quarto to couple the research paper PDF to the data analysis. My discipline (econom...
I would like to automate titles and code chunks in quarto. I have a vector x and a function figure(x). What I would like to do is use quarto to create...
I would like to change the font size of one part of a two-column layout in Quarto. Here is some reproducible code without changing the font size: --- ...
I wanted to get some advice on implementing the following but in R's quarto using css/scss. My background is not in js, css or scss but I have managed...
I am intended to do text justification globally in quarto document. I tried the following but it did not work for me: style.css .{ text-align: justi...
I would like to share a video in a revealjs presentation. We could use a Start Time with the video like this: --- format: revealjs --- ## Example sli...
In Quarto markdown I am creating a revealjs presentation and I want a list in which the last item is shown after the others. If I put a pause within t...
Using Quarto markdown, is it possible to show alternative text in TOC, e.g. an abbreviated header text? What I'd like to have in toc is: Table of cont...
In Quarto, table captions for an r-chunk are specified using tbl-cap:. Is it possible to use the caption as provided in a kable function? ```{r} #| la...
I've checked the Quarto guide but it only describes how to hide the navbar and sidebar, which is not the "On this page" bar seen below on the right (i...
when I create Revealjs slides with Quarto in R I can use the chunk option output-location to define where and how the result of a code chunk is displa...
I would like to zoom on the graph when I click on this slide. I should be like an animation. Here is some reproducible code: --- title: "Zoom on graph...
I am working on a report for a customer that requires a title page, currently formatted as a {quarto} Book. By default, {quarto} places the table of c...
I am using a .qmd document to write my thesis, which is mainly in Python. Now and then, I would like to present a preview of the data - in the most ca...
How do I customize the filename of r quarto pdf document when I render? Before when I was using Rmarkdown I was using the following code in the YAML: ...
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?
How can I find all files containing a specific text (string) on Linux?
How to find all files containing 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?