Skip to content

Instantly share code, notes, and snippets.

@joelnitta
Last active August 27, 2020 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joelnitta/dac0a411728057f57f9bdec94525473c to your computer and use it in GitHub Desktop.
Save joelnitta/dac0a411728057f57f9bdec94525473c to your computer and use it in GitHub Desktop.
Formatting for Rmd resume
---
title: "Resume"
output:
rmarkdown::word_document:
reference_docx: "custom-reference-2.docx"
---
##### Employer: Apple Date: 2000
@joelnitta
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment