Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102133024
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 17, 10:22
Size
694 B
Mime Type
text/x-makefile
Expires
Wed, Feb 19, 10:22 (2 d)
Engine
blob
Format
Raw Data
Handle
24289781
Attached To
rHELPMETADATAGENERATOR Help for Datacite Metadata Generator
Makefile
View Options
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
Log In to Comment