https://github.com/jdavis/latex-homework-template
🎓📄 The LaTeX file that I used as the base for all my homework in university.
https://github.com/jdavis/latex-homework-template
compsci homework-template latex latex-homework-template
Last synced: 2 months ago
JSON representation
🎓📄 The LaTeX file that I used as the base for all my homework in university.
- Host: GitHub
- URL: https://github.com/jdavis/latex-homework-template
- Owner: jdavis
- License: mit
- Created: 2014-02-13T03:42:13.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-12T07:23:38.000Z (over 2 years ago)
- Last Synced: 2025-04-08T16:04:56.908Z (3 months ago)
- Topics: compsci, homework-template, latex, latex-homework-template
- Language: TeX
- Homepage: https://joshldavis.com/2014/02/12/doing-your-homework-in-latex/
- Size: 966 KB
- Stars: 1,169
- Watchers: 23
- Forks: 470
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
latex-homework-template
=======================The LaTeX file that I use as the base for all my homeworks in university. You should follow [me on Twitter][twitter].
## Features
Here are just a few features of this homework template.
1. Title page.
2. Problem markers.
3. Configurable problem numbers (see the last 3 problems for an example).
4. Some commonly used math macros.## Screenshots
### The Cover Page:

### Big Oh Example Problem:
### Automata & Pseudocode Problems:
### Statistics Problem:
### Proof Problem:
### Adjustable Problem Numbers
## Installing
1. First you'll need LaTeX. Instructions on obtaining it can be found here:
http://latex-project.org/ftp.html
2. Compiling from the command line will look like the following:```bash
$ latexmk homework.tex
```
3. Or you can use [TeXShop][texshop] or a similar native client to typeset the
LaTeX file.## Credit
When first starting with LaTeX, I came across [this template][credit] and used
it as a base for starting my template. As you can see, it is pretty similar.## License
This code is distributed under the MIT license. For more info, read the
[LICENSE](/LICENSE) file distributed with the source code.[texshop]: http://pages.uoregon.edu/koch/texshop/
[credit]: http://www.latextemplates.com/template/programming-coding-assignment
[twitter]: https://twitter.com/jldavis