add DOCX output to update.sh
This commit is contained in:
@@ -3,10 +3,13 @@
|
|||||||
## Getting started
|
## Getting started
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
# Converting to PDF
|
# Output as PDF
|
||||||
pandoc resume.md -f markdown -t pdf -o resume.pdf \
|
pandoc resume.md -f markdown -t pdf -o resume.pdf \
|
||||||
-V geometry:margin=0.75in \
|
-V geometry:margin=0.75in \
|
||||||
-V mainfont="Lato" \
|
-V mainfont="Lato" \
|
||||||
-V fontsize=11pt \
|
-V fontsize=11pt \
|
||||||
-V raggedright
|
-V raggedright
|
||||||
|
|
||||||
|
## Output as DOCX
|
||||||
|
pandoc resume.md -f markdown -t docx -o resume.docx
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user