Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 28 days 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 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T23:55:32.000Z (about 3 years ago)
- Last Synced: 2025-01-05T21:25:37.160Z (about 1 month ago)
- Topics: compsci, homework-template, latex, latex-homework-template, latex-template, math
- Language: TeX
- Homepage:
- Size: 699 KB
- Stars: 1
- Watchers: 2
- 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}` | ![\frac{\mathrm{d}y}{\mathrm{d}x}](https://render.githubusercontent.com/render/math?math=%5Cfrac%7B%5Cmathrm%7Bd%7Dy%7D%7B%5Cmathrm%7Bd%7Dx%7D),
![\frac{\mathrm{d}N}{\mathrm{d}t}](https://render.githubusercontent.com/render/math?math=%5Cfrac%7B%5Cmathrm%7Bd%7DN%7D%7B%5Cmathrm%7Bd%7Dt%7D),
![\frac{\mathrm{d}}{\mathrm{d}x}(x^2+3x+2)](https://render.githubusercontent.com/render/math?math=%5Cfrac%7B%5Cmathrm%7Bd%7D%7D%7B%5Cmathrm%7Bd%7Dx%7D(x%5E2%2B3x%2B2)) |
| partial derivative | `\pderiv{f}{x}`,
`\pderivlong{x^2+3x+2}{x}`| ![\frac{\partial f}{\partial x}](https://render.githubusercontent.com/render/math?math=%5Cfrac%7B%5Cpartial%20f%7D%7B%5Cpartial%20x%7D),
![\frac{\partial}{\partial x}(x^2 + 3x + 2)](https://render.githubusercontent.com/render/math?math=%5Cfrac%7B%5Cpartial%7D%7B%5Cpartial%20x%7D(x%5E2%20%2B%203x%20%2B%202))|## 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