dido1998 / iclr-reproducibility-template

latex code for the paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

A tool is available for the latex template that produces latex definitions from the metadata file. 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

About

latex code for the paper


Languages

Language:TeX 72.4%Language:Python 25.5%Language:Makefile 2.1%