everpub / openscienceprize

:telescope: Everpub - Making reusability a first class citizen in the scientific workflow.
Other
69 stars 20 forks source link

Nicer PDF #89

Closed rougier closed 8 years ago

rougier commented 8 years ago

Too many PRs on the queue and I've to go:

For a nicer PDF output (for title and authors):

Makefile:

FORMAT   = markdown+mmd_title_block
pdf: proposal.md
        pandoc --standalone --from $(FORMAT) -V colorlinks proposal.md -o proposal.pdf

Proposal.md:

Title:  Everpub: reusable research, 21st century style
Author: Tim Head (Europe lead), Titus Brown (US lead)

## Introduction
...
betatim commented 8 years ago

I can take care of this once we get the other PRs sorted. Thanks for knowing or looking up how to do this!

On Mon, Feb 29, 2016 at 3:38 PM Nicolas P. Rougier notifications@github.com wrote:

Too many PRs on the queue and I've to go:

For a nicer PDF output (for title and authors):

Makefile:

FORMAT = markdown+mmd_title_block pdf: proposal.md pandoc --standalone --from $(FORMAT) -V colorlinks proposal.md -o proposal.pdf

Proposal.md:

Title: Everpub: reusable research, 21st century style Author: Tim Head (Europe lead), Titus Brown (US lead)

Introduction

...

— Reply to this email directly or view it on GitHub https://github.com/betatim/openscienceprize/issues/89.