Skip to content

Commit

Permalink
template in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
rreece committed Oct 27, 2023
1 parent 2bf84df commit 11fb022
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ $(OUTPUT).tex: $(MDP_FILES) bibs/mybib.bib meta.yaml
--ascii \
--standalone \
--variable=date_now:"$(DATE_NOW)" \
--template=$(TEMPLATE1) \
--template=$(TEMPLATE) \
--filter pandoc-crossref \
$(BIB_OPTIONS) \
-o $@ $(MD_FILES) $(BACKMATTER_TEX) meta.yaml
Expand Down
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ markdown-easy

Easy way to compile markdown into documents.

*NOTE: I have a new motivation to clean up this project.
*NOTE: This is work in progress.
I have a new motivation to clean up this project.
Please let me know if you find it useful.*

This project is meant to make writing easier and more productive.
Expand All @@ -32,7 +33,8 @@ Examples/blogs:

- [programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown](http://programminghistorian.org/lessons/sustainable-authorship-in-plain-text-using-pandoc-and-markdown)
- [github.com/simov/markdown-syntax](https://github.com/simov/markdown-syntax/blob/main/mermaid.md)
- [markdownguide.org](https://www.markdownguide.org/getting-started/) - source: [github.com/mattcone/markdown-guide-book](https://github.com/mattcone/markdown-guide-book/blob/master/manuscript/chapter3.md)
- [markdownguide.org](https://www.markdownguide.org/getting-started/) --- source: [github.com/mattcone/markdown-guide-book](https://github.com/mattcone/markdown-guide-book/blob/master/manuscript/chapter3.md)
- [github.com/gabyx/Technical-Markdown](https://github.com/gabyx/Technical-Markdown)


Author
Expand Down

0 comments on commit 11fb022

Please sign in to comment.