Work out and document a dece cover letter style.
This commit is contained in:
parent
f4eb6da107
commit
0535a9f90c
15
RENDER.md
15
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
|
- `-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
|
- `-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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user