From 11fb022481c8c0cf04f475831d243da443d49085 Mon Sep 17 00:00:00 2001 From: Ryan Reece Date: Thu, 26 Oct 2023 21:31:26 -0700 Subject: [PATCH] template in makefile --- Makefile | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5622611..5fec588 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 26efd46..04a4a2e 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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