Last active
August 27, 2020 07:40
-
-
Save joelnitta/dac0a411728057f57f9bdec94525473c to your computer and use it in GitHub Desktop.
Formatting for Rmd resume
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
title: "Resume" | |
output: | |
rmarkdown::word_document: | |
reference_docx: "custom-reference-2.docx" | |
--- | |
##### Employer: Apple Date: 2000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately when the Rmd renders to word, the tab between "Apple" and "Date" gets converted to a space. If it were a tab, we could use tab stops to format it so that the "Employer" and "Date" appear left- and right-justified, respectively.