Generate a latex document for a single equation
npm install equation-to-latex  
Generate a tex document for a single equation or set of equations
Insert a single equation into a LaTeX document that renders it.
Sample usage:
``javascript
var template = require('equation-to-latex')
template( tex, {fontSize: '11pt', usepackages: ['extsizes']})
`
`sh``
$ npm install equation-to-latex
Returns a string containing the rendered template
(c) 2015 Ricky Reusser. MIT License