Skip to content

A Tex template to PDF generator Ruby/Rails gem

License

Notifications You must be signed in to change notification settings

mjooms/latexpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaTeXPdf

Description

Latexpdf is a renderer intended for rails which compiles Tex files with ERB to a PDF using xelatex by default so that it supports Unicode.

Synopsis

TODO

Requirements

  • ruby 2.2

Install

  • gem install latexpdf

Development

Developing latexpdf requires bundler

  • rake test

Contributions

  • Matthijs Ooms