Page MenuHomec4science

Makefile
No OneTemporary

File Metadata

Created
Wed, May 15, 11:22

Makefile

all: edmg_help.html
pdf:
sed '/^## \[A\./,/^## \[C. Examples/d' BestPracticeGuide.md | \
sed 's/^# DataCite Best Practice Guide//' | \
sed 's/^#//' | \
pandoc \
-f markdown_github+pandoc_title_block \
-V geometry:a4paper \
-V colorlinks \
--toc \
--metadata link-citations \
-s -o bestpractice.pdf
edmg_help.html:
sed '/^## \[A\./,/^## \[C. Examples/d' BestPracticeGuide.md | \
sed 's/^# DataCite Best Practice Guide//' | \
sed 's/^#//' | \
pandoc \
-f markdown_github+pandoc_title_block \
--toc \
--metadata link-citations \
-s -o edmg_help.html
clean:
@$(RM) *.bcf *.run.xml *.out *.aux *.bbl *.blg *.dvi *.log *.pdfsync *.synctex.gz *.toc *~ edmg_help.html

Event Timeline