ReScience C article template
This repository contains the Latex (optional) template for writing a ReScience C article and the (mandatory) YAML metadata file. For the actual article, you're free to use any software you like as long as you enforce the proposed PDF style. For the fonts, you'll need:
- Source Serif Pro (Adobe Systems) by F. Grießhammer.
- The Roboto family of fonts (Google) by C. Robertson.
- Source Code Pro (Adobe Systems) by P.D. Hunt.
The fonts are available for download from Google Fonts.
This repository includes a tool that produces latex definitions from the metadata file. It requires Python 3 and PyYAML. If you use another software, make sure that metadata and PDF are always synced.
For a submission, fill in information in metadata-draft.yaml, modify content.tex and type:
$ make draft
After acceptance, fill in metadata-final.yaml and type:
$ make final