A Docker container for building documents.
docker pull martisak/reproducibleresearch
Add this to your bash profile
render() { docker run --rm -it -v`pwd`:/data martisak/reproducibleresearch make -C /data $@; }
Try this simple example first.
git pull git@github.com:martisak/article.git
cd article/example
render
The output is written to example.pdf
.
github.com/citation-style-language/styles is the official repository for Citation Style Language (CSL) styles and is maintained by CSL project members. For more information, check out CitationStyles.org and the repository wiki.
Classic article template is a LaTeX/pandoc theme using ClassicThesis and arsclassica.
See LaTeX och TeX på NADA for more information.
- KTH Thesis Template
- KTH Symbol
- KTH Colorscheme for LaTeX
- Titlepage
All the styles in this repository are released under the Creative Commons Attribution-ShareAlike 3.0 Unported license. For attribution, any software using this repository must include a clear mention of the project and a link.
Please use the following citation.
@misc{martin_isaksson_2017_1001074,
author = {Martin Isaksson},
title = {{martisak/reproducibleresearch: Initial test
release}},
month = oct,
year = 2017,
doi = {10.5281/zenodo.1001074},
url = {https://doi.org/10.5281/zenodo.1001074}
}
I encourage you to help me out with this project. Please fork and submit pull requests. Thank you!