Replies: 8 comments 5 replies
-
This would mean to take over the maintenance which is unlikely.
What did not work exactly? I have no issue installing or using it. |
Beta Was this translation helpful? Give feedback.
-
There are no clean theme which matches a simple, clean latex beamer theme which works out of the box with revealjs and quarto. If someone just experiments with it, they will reach the wrong conclusions. Doesn't need to be that particular theme, but something like it would be very nice. It is hard to capture all of why it doesn't work, but if you just use the If someone looks to switch from beamer to revealjs they may try a bunch of themes and say "this is not intended for acadmeic presentations". It was blind luck that I found this theme and the extension mechanism before I gave up. |
Beta Was this translation helpful? Give feedback.
-
Hi folks. @jlperla thanks for the kind words on the clean theme! Appealing to the beamer crowd (of which I am one) was a primary motivation for creating it in the first place. I don't have hard numbers besides GitHub stars, but I believe it's become one of the most popular Quarto theme options for this reason. Maintenance and interest questions aside, I'd be happy in principle for the clean theme to be subsumed into the default themes. (As an aside: I settled on the "clean" name after seeing that it wasn't already taken by one of the defaults, and was somewhat surprised by this.) However, I must say that I have included some features that are more tailored towards my specific uses, including automatic support for fixest regression tables (CSS / example). I personally wouldn't want to drop this feature, even though the set of users that it would appeal to is somewhat limited. (Even if do I think that all applied econometricians should be using fixest!) So @mcanouil may have the right of it, even though it's only SCSS and would be a pretty lightweight maintenance burden. At the same time, I will push back on the assertion that "clean" is a synonym for "simple" here @mcanouli. They definitely mean different things to me in this context. I was certainly trying to provide something with a distinct aesthetic, as compared to the default presentation theme. P.S. Jesse, please raise an issue if you think the extension or template use instructions are on the README are missing. I actually envisage most academics would prefer to use the template method than the extension. For example, imagine that you are in your parent course folder (call it quarto use template grantmcdermott/quarto-revealjs-clean and, when prompted, call the resulting sub-directory "lecture-1" etc. Treating each presentation (lecture) as its own sub-directory is a little bit unfamiliar if you're coming from beamer world, but I find it works better for the quarto context. |
Beta Was this translation helpful? Give feedback.
-
What happened? |
Beta Was this translation helpful? Give feedback.
-
Yeah the simple theme just doesn't work for converting over standard presentations Hard to explain why without sitting through a bunch of economics/math/stats seminars, but font and their sizes/etc. are visually jarring relative to what a math or economics or stats person would have. I am not saying that the goal of reveal.js is to match beamer - just that it would be great if there was one you could mark and say "if you switch from But it sounds like @grantmcdermott has some specific features added which might make this less general, so I am a little less confident right now in my suggestion. Sorry, will try to figure out why the setup instructions failed for me later. But when I downloaded the All of this is to say: (1) quarto is amazing; (2) revealjs is cool but I almost gave up when I switched from my beamer and things looked hideous for all of the builtin themes; and (3) was thrilled to find the clean theme because it fixed all of my problems! |
Beta Was this translation helpful? Give feedback.
-
Tried out the extension again with an installation of
The error is
etc. The YAML I used in the files within the folders has
Given that it works if I run the top level web project Not sure if this is what you are talking about with themes vs. templates @grantmcdermott but when I looked at the template output it wasn't all that different from what I had? |
Beta Was this translation helpful? Give feedback.
-
OK, I tracked down the issue. Some files in the My guess is that this wouldn't happen if I had known about a the clean theme and template a month ago and started with its template, so not sure that this is really worthy of any sort of bug report. To summarize my feelings after this discussion:
... so... given I would rather have domain specific features in the end, I retract my original suggestion to add the theme to quarto itself. I will close this issue. |
Beta Was this translation helpful? Give feedback.
-
Maybe a tiny bit now @grantmcdermott , but it could open floodgates ;-) I guess another option is that there could be a version of the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
The builtin revealjs themes are a little jarring for those used to presenting with latex slides.
The best I have found for people used to beamer slides is the
clean
theme: https://github.com/grantmcdermott/quarto-revealjs-cleanI tried to use the extension installatino mechanism but it didn't work especially well. I would propose that the theme is good enough that you should ask @grantmcdermott if you can add it as a built-in theme. It will significantly simplify experimentation from people used to beamer.
Beta Was this translation helpful? Give feedback.
All reactions