-
One question that came up often in the past months is "How do I change what my exports look like?" -- so I think we need a guide on how to do that, both for templates and for Odt/docx documents.
-
Currently, I don't think all the templates use the same Pandoc variable name for a same purposed variable.
Example:
- acs template
````yaml
title:
- short: short title
- formatted: ful…
cderv updated
2 years ago
-
Error message returned during package check is:
```
* checking re-building of vignette outputs ... NOTE
Error in re-building vignettes:
...
Loading required package: raster
Loading required packag…
-
Encoded whitespaces are valid for windows in folder names. I first thought that was a windows bug. The `%20` could be a variable in cmd, thats why I escaped it with a double `%%` (https://ss64.com/nt/…
-
In the Pandoc docs (https://pandoc.org/MANUAL.html#styling-the-slides), it states:
> "All reveal.js configuration options can be set through variables. "
According to the revealjs docs on configur…
-
I'm trying to render a Markdown document as PDF using pandoc. It includes subfigures and cross-references. When producing the PDF, I get this error message:
```
! LaTeX Error: Environment pandoccr…
-
We currently explicitly have the latex syntax highlighting commands in https://github.com/jupyter/nbconvert/blob/master/nbconvert/templates/latex/base.tplx.
Don't want to force a pandoc dependency fo…
-
Here's the output block in my yaml header:
```yaml
output:
rmdshower::shower_presentation:
self_contained: true
theme: "material"
incremental: true
katex: true
ratio: …
-
I, like [you](https://github.com/OliverBalfour/obsidian-pandoc/wiki/Citations-(work-in-progress), really want to have my Obsidian internal links / wikilinks AND markdown citations rolled into one :)
…
-
I have a directory `~/.pandoc/includes/` and often a directory `./includes/` containing reusable header includes files like `fancy-headings.ltx`. The irritating thing about this is that when using pan…