-
I'd like to suggest that Pandoc allow attributes to be attached to any Markdown element, not just code blocks. So for example, if it encountered this:
```
#{.main} Header
```
it would generate this:…
-
After upgrading modus-themes to s modus-themes 20230120.926 I get this error message:
> custom-theme-set-faces: Variable binding depth exceeds max-specpdl-size
Emacs also freezes when setting the…
-
**Motivation**
I use to create my slideshows in LaTeX Workshop with Beamer and it shows the title for each frame environment in the outline, which makes sense since they are logical units of the do…
-
I recently created a generic "article" format that has a number of useful features for creating vendor neutral articles and is largely compatible with several other rticles formats, allowing one to st…
-
This may be related to #712? But I'm not seeing any content before the first headline when exporting. I'd have expected the title of my post to be an H1 (which #712 covers) and then see my text.. th…
-
# What and Why
I like to use *pandoc* to generate nice beamer slides from a markdown file
`pandoc -t beamer pres.md -o pres.pdf`
Unfortunately, this jku beamer theme does not work out-of-the box.…
-
Given the following beamer:
```
\documentclass[aspectratio=1610]{beamer}
\usepackage{fontspec}
\usepackage{iftex}
\usepackage{xcolor}
\usepackage{caption}
\usepackage{amsmath}
\ifLuaTeX\el…
-
### **What Happened?**
I'm trying to make the content of a RevealJS slide scrollable. As such, I've added the option `scrollable: true` to my qmd's YAML.
However, after rendering it, even thoug…
-
Reproducible steps :
1. Create a file with the content:
```markdown
---
title: Title
subtitle: Subtitle
lang: fr-FR
author: "Author"
theme: "Boadilla"
colortheme: "dolphin"
fonttheme: "struc…
-
Hello!
As per README.md:
> By default behaviour brew pkg include all package kegs located in /usr/local/Cellar/packagename.
I've built some pkgs with brew pkg that don't seem to function as I'd exp…