-
## Description
It's about _the aesthetic_. Subheadings and headings need to be same font as text.
## Deliverable
probably editing `template.tex`
-
Docbook has a way of specifying custom styles with the `role` attribute in the `phrase` element, but Pandoc does'nt parse them.
So Pandoc is able to generates custom styles in _docx, odt, html..._…
-
Hi there, I though it's necessary for Pandoc to have citation format like [@citation2020], but with Zotero Picker I only get @citation2020.
I used to have all my other citations in the [@] format. …
-
Since I customized `org-export-backends` through the `M-x` `customize`, command, I encounter the following error at startup:
Here is the code used to load `ox-pandoc`:
``` elisp
(use-package ox-pan…
-
Suppose we use Pandoc's [JSON filters](https://pandoc.org/filters.html), then add a new metadata property to YAML frontmatter such as `filter: foo.py`, and have neuron look for the script file named `…
-
Pandoc has changed the way it accepts PDF-generating arguments. Right now PanDocElectron cannot generate PDFs.
The option `--latex-engine=latex` should be replaced with `--pdf-engine=xelatex`
-
I have difficulties to run old projects with the current pandoc and context versions. Are there any changes that needs adjustments?
I tried to compile /doc and I got a different look especially wi…
-
Pandoc parses a markdown document into slides using the following rules (as taken from http://goo.gl/4CVWO)
By default, the slide level is the highest header level in the hierarchy that is followed i…
-
Im using `pandoc-crossref v0.3.14.0` `pandoc-2.19.2`
my command is:
```
pandoc -F pandoc-crossref -F pandoc-tablenos -M chapters -s testbook.tex -f latex -t docx --toc --toc-depth=4 --top-le…
-
Hello,
I've been using this to export documents occasionally when the built-in Obsidian export just wasn't enough and I needed things such as a TOC or other functions that pandoc is able to provide…