aaronwolen / pandoc-letter

Pandoc template for writing letters in markdown
GNU General Public License v3.0
408 stars 124 forks source link

Undefined control sequence: \signature #40

Open d3adb5 opened 1 year ago

d3adb5 commented 1 year ago

Even in a container running an image built with the provided Dockerfile, Pandoc (or better yet, pdflatex) hits the Undefined control sequence error on \signature.

I've tried adding graphicx to the list of packages installed by tlmgr, but it complains the package isn't present in the repository.

wilkox commented 1 year ago

I'm also getting this error. As mentioned here, adding:

---
documentclass: letter
...

to the YAML header seems to fix it.