Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jez/latex-hw-template
LaTeX template useful for formatting homework assignments
https://github.com/jez/latex-hw-template
latex writing
Last synced: about 2 months ago
JSON representation
LaTeX template useful for formatting homework assignments
- Host: GitHub
- URL: https://github.com/jez/latex-hw-template
- Owner: jez
- License: mit
- Created: 2014-08-29T15:11:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-03T01:14:23.000Z (almost 10 years ago)
- Last Synced: 2024-10-25T14:59:27.256Z (2 months ago)
- Topics: latex, writing
- Language: TeX
- Size: 1.15 MB
- Stars: 16
- Watchers: 4
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX Homework Template
[http://blog.zimmerman.io/2014/10/04/a-latex-homework-template/](http://blog.zimmerman.io/2014/10/04/a-latex-homework-template/)
## New!
I turned most of this project [into a LaTeX `homework`
class](https://github.com/jez/latex-homework-class), so you can access
all the convenient methods defined here, but only having to include a single
line of code.## What
This is just a LaTeX file that is good for homeworks where the questions are numbered or given a particular name. It's adopted from templates used by Adam Blank and Shyam Raghavan.## Installation
Certainly the easiest way to start using this template is to copy the .tex file to you computer and just change the fields you want.A better way to install this template is to fork this repository and then clone that fork to a particular folder on your computer:
```
git clone https://github.com//latex-hw-template
```Then, whenever you need to use the template, you can copy the template to wherever you need it. Also, if there are ever any updates, you can simply run
```
git pull
```to update the template.
## Usage
See the [hw-template.tex](hw-template.tex) file for an exhaustive list of usage examples. There are also comments explaining features for which there are no examples given.
The result is the following:
![Screenshot](screenshot.png)
## License
MIT License, see [LICENSE](LICENSE).