https://github.com/musoke/pandoc-template
https://github.com/musoke/pandoc-template
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/musoke/pandoc-template
- Owner: musoke
- Created: 2018-03-10T11:09:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-10T19:48:30.000Z (about 7 years ago)
- Last Synced: 2025-02-01T05:43:40.574Z (4 months ago)
- Language: Makefile
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Directory structure
.
|- src
|- bibliography.bib BibTeX formatted bibliography
|- metadata.yaml set title, author, etc
|- metadata-draft.yaml set line numbers, double spacing, etc for pdf output
|- sections ordered list of document sections
|- img
| |- images
|- md
|- markdown sources for textEach section has its own file. There is a sub-directory for images.
# Building
If you have `make`, `pandoc`, and `latex` installed simply run `make`.
Output can be found in `output/`.If you have only `make` and `pandoc`, running `make odt` or `make docx` will generate a OpenDocument or docx file.