https://github.com/kneth/rescience-ten-year-challenge-paper
Rescience's ten year challenge for reproduction of old papers
https://github.com/kneth/rescience-ten-year-challenge-paper
Last synced: 5 months ago
JSON representation
Rescience's ten year challenge for reproduction of old papers
- Host: GitHub
- URL: https://github.com/kneth/rescience-ten-year-challenge-paper
- Owner: kneth
- Created: 2020-04-13T08:07:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-30T20:31:54.000Z (about 6 years ago)
- Last Synced: 2025-05-20T03:38:55.361Z (about 1 year ago)
- Language: TeX
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### [ReScience C](https://rescience.github.io/) 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. 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.
You can also use overleaf with the [provided template](https://www.overleaf.com/read/kfrwdmygjyqw) but in this case, you'll have to enter `metadata.tex` manually.
#### Usage
For a submission, fill in information in
[metadata.yaml](./metadata.yaml), modify [content.tex](content.tex)
and type:
```bash
$ make
```
This will produce an `article.pdf` using xelatex and provided font. Note that you must have Python 3 and [PyYAML](https://pyyaml.org/) installed on your computer, in addition to `make`.
After acceptance, you'll need to complete [metadata.yaml](./metadata.yaml) with information provided by the editor and type again:
```bash
$ make
```