Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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