-
I'm having issues using a custom background image for the titlepage of my A4 pdf output.
Here is the image I would like to use:
![bkgd](https://user-images.githubusercontent.com/50147409/66307619-…
-
I have a custom template:
```bash
wget -O "$HOME/.local/share/pandoc/templates/eisvogel.tex" https://raw.githubusercontent.com/Wandmalfarbe/pandoc-latex-template/master/examples/custom-titlepage/cu…
hason updated
5 years ago
-
-
Is there any way to use a TrueType font? I suppose this will require XeLaTeX, but where would I specify the font name?
-
Here is my rmarkdown file:
~~~rmarkdown
---
title: "report"
author: "author"
date: June 30, 2019
output:
pdf_document:
keep_tex: true
toc: true
toc_depth: 6
highlight: "…
noraj updated
5 years ago
-
Ubuntu install Tex Live
```
Error producing PDF.
! Package inputenc Error: Unicode char 文 (U+6587)
(inputenc) not set up for use with LaTeX.
See the inputenc package documentatio…
ghost updated
5 years ago
-
The `args` parameter which is handed to pandoc is processed by `escape` (page.vim line 426).
This causes trouble, when for example setting the `g:wiki_export` struct to:
```
let g:wiki_export = {'…
-
The values in the following settings appear to be causing the code blocks to overlap the text at the top margin.
```
aboveskip = -0.7em,
belowskip = 0.1em,
abovecaptionskip = 0em,
…
-
I'm building a book with multiple chapters, where I use Pandoc [auto_identifiers](https://pandoc.org/MANUAL.html#extension-auto_identifiers) function to be able to reference headings. I'm creating a t…
-
After providing the required `.sty` files. I tried to produce a pdf file from an md file with the command
`pandoc README.md -o README.pdf --template eisvogel` but I get this error:-
```
! LaTe…