A LaTeX template for written and coding assignments in the University of Alaska Fairbanks class GEOS F631 Fundamentals of Geophysics.
To use, download the following files:
GEOS631_homework.sty
– the LaTeX package file. Put this in the same directory as your .tex files.GEOS631_NN_W01.tex
– a sample template for Written Assignment #1. Edit this according to your needs.square.m
– a sample MATLAB script used for demonstration purposes in GEOS631_NN_W01.tex .
... or if you use git, clone the entire repository with:
$ git clone https://github.com/chryss/latex-homework-template.git
License: CC BY-NC-SA 3.0
This template is based on an original that has been downloaded from http://www.latextemplates.com/template/programming-coding-assignment .
Original author: Ted Pavlic (http://www.tedpavlic.com)
Original license: CC BY-NC-SA 3.0
Modified by Chris Waigl (chris.waigl@gmail.com), 2012-09-07
This template uses a MATLAB script as an example snippet of code, most other languages are also usable. Configure them in the "CODE INCLUSION CONFIGURATION" section.
Requires LaTeX2e. Developed and tested under MacTeX-2012 (TeX Live). Please use the "issues" tab at the top of this Github page to notify me of any bugs or requests.
Chris Waigl 2012-09-10