https://github.com/tjmahr/refdocx
https://github.com/tjmahr/refdocx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tjmahr/refdocx
- Owner: tjmahr
- Created: 2019-03-14T14:04:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-14T15:40:02.000Z (about 6 years ago)
- Last Synced: 2025-02-24T13:56:39.298Z (3 months ago)
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# refdocx
Pandoc can convert markdown documents into .docx files for Microsoft Word. These
files have a default looking style set: blue headings and Calibri fonts. Pandoc
lets you provide a reference docx file, and it will use the styles defined in
that document instead. This repository contains my reference docx file.Some code to download this file from github.
```r
curl::curl_download(
"https://github.com/tjmahr/refdocx/raw/master/ref.docx",
"ref.docx")
```