Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.

rescience-c/template

Repository files navigation

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:

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.

Usage

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