From 0535a9f90c225bbdefd9542b7d1738b04ae5c277 Mon Sep 17 00:00:00 2001 From: Nicholas Warzin Date: Wed, 3 Jul 2024 11:33:20 -0400 Subject: [PATCH] Work out and document a dece cover letter style. --- RENDER.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/RENDER.md b/RENDER.md index 35667e7..6c427ff 100644 --- a/RENDER.md +++ b/RENDER.md @@ -25,3 +25,18 @@ pandoc \ - `-f gfm` Assume README.md is written in GitHub-flavoured Markdown, ensuring consistent rendering as a PDF and as a repository's README.md - `-V pagestyle:empty` Drop page numbers + +### Formatting scratchpad + +Use this for cover letters: + +pandoc \ + -f gfm \ + input.md \ + -o output.pdf \ + -V fontfamily=merriweather \ + -V geometry:margin=0.8in \ + -V pagestyle:empty \ + -V fontfamilyoptions:light \ + -V linestretch:1.5 +