https://github.com/dwtj/mpl-template
A simple template for a document made using a Markdown-Pandoc-Latex build process.
https://github.com/dwtj/mpl-template
Last synced: over 1 year ago
JSON representation
A simple template for a document made using a Markdown-Pandoc-Latex build process.
- Host: GitHub
- URL: https://github.com/dwtj/mpl-template
- Owner: dwtj
- Created: 2015-05-08T08:27:51.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-08T08:28:03.000Z (about 11 years ago)
- Last Synced: 2023-08-14T10:10:43.804Z (almost 3 years ago)
- Language: Makefile
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
How To Use
----------
- Select a name for the project by modifying the `PROJECT` variable in the `Makefile`.
- Compose a markdown-formatted document in `$(PROJECT).md`.
- Modify the title, formatting, and other settings in the `Makefile` and `Include/preamble.inc`.
Important Build Targets
-----------------------
- `make`: This will build a `pdf` version of the document. Many intermediate files will be created in the process.
- `make clean`: This will remove the `pdf` file and all of the intermediate files made while building it.
- `make tex-continuous`: Continuously compiles the most up-to-date version of the `md` file into a `tex` file.
- `make pdf-continuous`: Continuously compiles the most up-to-date version of the `tex` file into a `pdf` file. (This is done with the `latexmk` command's "preview document and continuously update" setting.)
Resources
---------
Source code for this project is available as `dwtj/mpl-template` on GitHub.