Skip to content

matchy233/latex-hw-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

latex-hw-template

General purpose math homeowork template. Heavily based on 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},
\frac{\mathrm{d}N}{\mathrm{d}t},
\frac{\mathrm{d}}{\mathrm{d}x}(x^2+3x+2)
partial derivative \pderiv{f}{x},

\pderivlong{x^2+3x+2}{x}
\frac{\partial f}{\partial x},
\frac{\partial}{\partial x}(x^2 + 3x + 2)

To-Dos

  • Update the README with a list of custom commands and functions
  • 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