Compare commits

..

No commits in common. "0535a9f90c225bbdefd9542b7d1738b04ae5c277" and "273352de5738b54dcd9c4e2c83e12b372515557f" have entirely different histories.

2 changed files with 0 additions and 30 deletions

View File

@ -25,18 +25,3 @@ 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

View File

@ -1,15 +0,0 @@
#!/bin/bash
file=$1
echo $file.md |
entr -s \
"pandoc \
-f gfm \
$file.md \
-o $file.pdf \
-V fontfamily=merriweather \
-V geometry:margin=0.8in \
-V pagestyle:empty \
-V fontfamilyoptions:light \
-V linestretch:1.1"