Skip to content

rreusser/equation-to-latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

equation-to-latex

Build Status npm version Dependency Status

Generate a tex document for a single equation or set of equations

Introduction

Insert a single equation into a LaTeX document that renders it.

Sample usage:

var template = require('equation-to-latex')

template( tex, {fontSize: '11pt', usepackages: ['extsizes']})

Install

$ npm install equation-to-latex

API

require('equation-to-latex')( tex[, options] )

Render LaTeX, using any options provided as handlebars variables in the template.

Returns a string containing the rendered template

Credits

(c) 2015 Ricky Reusser. MIT License

About

Generate a latex document for a single equation

Resources

License

Stars

Watchers

Forks

Packages

No packages published