https://github.com/matchy233/latex-hw-template
💾 General purpose homeowork template
https://github.com/matchy233/latex-hw-template
compsci homework-template latex latex-homework-template latex-template math
Last synced: 11 months ago
JSON representation
💾 General purpose homeowork template
- Host: GitHub
- URL: https://github.com/matchy233/latex-hw-template
- Owner: matchy233
- License: mit
- Created: 2021-09-22T06:24:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T23:55:32.000Z (over 4 years ago)
- Last Synced: 2025-07-13T02:59:31.818Z (11 months ago)
- Topics: compsci, homework-template, latex, latex-homework-template, latex-template, math
- Language: TeX
- Homepage:
- Size: 699 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latex-hw-template
General purpose math homeowork template. Heavily based on [jdavis/latex-homework-template](https://github.com/jdavis/latex-homework-template) with some custom commands for mathematics.
## Custom commands (WIP)
| | code | effect |
| --- | --- | --- |
| derivative | `\deriv{y}`,
`\deriv[t]{N}`,
`\derivlong{x^2+3x+2}` | ,
,
) |
| partial derivative | `\pderiv{f}{x}`,
`\pderivlong{x^2+3x+2}{x}`| ,
)|
## To-Dos
- [ ] Update the README with a list of custom commands and functions
- [x] Add `Makefile` or any other automated build system
- [ ] Add `dot2tex` support
- [ ] Fix code block support
- [ ] Fix stupid inner product implementation
- [ ] Fix "evaluate at" length for fractions