https://github.com/jaredthecoder/arelcoin
COSC483 Final Project
https://github.com/jaredthecoder/arelcoin
Last synced: 1 day ago
JSON representation
COSC483 Final Project
- Host: GitHub
- URL: https://github.com/jaredthecoder/arelcoin
- Owner: jaredthecoder
- License: mit
- Created: 2015-11-04T00:03:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-29T17:24:33.000Z (about 10 years ago)
- Last Synced: 2025-08-12T02:51:58.210Z (6 months ago)
- Language: TeX
- Homepage:
- Size: 675 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Arelcoin
---
- COSC483 Final Project
- **Title**: Bitcoin, Blockchains, and Beyond
- **Authors**: Matthew Foster, Caleb Mennen, and Jared Smith
- **Date Due**: November 30th, 2015
## Requirements
You will need [Pandoc](https://pandoc.org) and LaTeX. For installing LaTeX on Windows see [MikTex](http://miktex.org/download) and on Mac see [MacTex](https://tug.org/mactex/mactex-download.html).
## How to Make the Report
A makefile is included. Right now the default recipe is for _report.pdf_. To build the report, clone this repository, navigate to the directory, and run `make`. The report will be made as the file `report.pdf`.
## How do I add new sections to the report
First of all, all you have to do is write in [Markdown](https://daringfireball.net/projects/markdown/), which is super simple. See [this](http://pandoc.org/README.html#pandocs-markdown) guide one formatting markdown documents so that it is generated nicely in the report.
Create a file for your new section. Add it to contents.toc in the proper place. Add it to the makefile on the `DEPS` list. Then you're done. Pandoc will do the rest.