bkc39 / Coq311

A course in Functional Programming and Data Structures
GNU General Public License v2.0
2 stars 0 forks source link

Style Guide #8

Open bkc39 opened 9 years ago

bkc39 commented 9 years ago

This is just the commit to get everything started for the style guide, and to test the LaTeX style files from #5. This issue has a few subtasks:

It would be best to add sub-issues for each of the items we want in the Style Guide (at a more precise level than copy the one from CS 3110.

As of right now you can check that this works on your machine by doing:

$ cd <path-to-coq311>/lectures
$ make
$ open build/style-guide/style-guide.pdf

Should give you: screen shot 2015-02-23 at 10 07 48 pm

The Makefile depends on latexmk, so make sure that is installed.

bkc39 commented 9 years ago

Also note that the above was built using the style files from #5, so make sure to include merge those into your branch before trying to make.

bennn commented 9 years ago

Let's merge? I'm thinking we should fill out the style guide after we finish coding.