RevealJS: Make the Slide Title to Be Located at the Same Place on Each Slide #6843
Replies: 2 comments 4 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? Thanks. You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````qmd
---
title: "Reproducible Quarto Document"
format: html
---
This is a reproducible Quarto document using `format: html`.
It is written in Markdown and contains embedded R code.
When you run the code, it will produce a plot.
```{r}
plot(cars)
```
The end.
```` |
Beta Was this translation helpful? Give feedback.
0 replies
-
OK, It is strange, I can't reproduce it on a simpler case to share (I can't share the document I am working on). I will try to replicate it. But in general, titles should be placed in the same place no matter how long the content is, right? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I use Quarto to generate slides in RevealJS.
The problem is the location of the title of the slide is different depending on the length of the content.
Is there a way to set that the title and the text box will have a constant location?
Something similar to traditional slides templates.
Beta Was this translation helpful? Give feedback.
All reactions