-
# Problem description
After the update to 2.14 on Arch Linux pandoc chokes on SVGs when converting md to Beamer Slidedecks with (example):
```
pandoc -t beamer --pdf-engine=xelatex -V theme:met…
-
Thank you for the template, it is very useful. However, it is not clear to me why making a one-file template. Beamer has a neat way to define all the style specific configurations in a theme file with…
-
I had a discussion today with @VeroniMattia and here is a short summary
* [x] We will only keep one variant, not multiple in subfolders
* [x] The variant will be the one with style files (resolved…
-
## New Theme
Dracula theme for Beamer latex presentation.
link: https://github.com/bsrthyle/Beamer
-
## Problem
The following results in an error:
```
pandoc -t beamer -o slides.pdf -V theme:Szeged --slide-level=2 *md
```
The error is:
> ```
> Argument of \@gobble has an extra }.
>
> …
-
Org has [merged native citation into the master branch](https://www.reddit.com/r/emacs/comments/oiljph/citations_merged_into_orgmode/). In principle this should allow org (and so ox-hugo) to export ci…
-
Hi!
I'm right now creating my slides with
```
output:
bookdown::beamer_presentation2:
keep_tex: yes
theme: metropolis
latex_engine: xelatex
slide_level: 2
incremental:…
-
This is an enchantment request.
`pandoc 2.13`
I want an easy way to use beamer's alertblock and exampleblock.
I'm using pandoc \w `pandoc -t beamer slides.md -o slides.pdf`
The special b…
-
wyf17 updated
3 years ago
-
It appears that #122 has returned. Even with the `\usefonttheme{professionalfonts}` option, Beamer still seems to insist on doing all sorts of weird things to the fonts, and using the Arev package to …