Skip to content

tools to construct a nested view of mathematical proofs (using latex, pdfjs and ruby)

Notifications You must be signed in to change notification settings

xithan/nestedmath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This is a collection of tools to create a nested view of mathematical proofs. It consists of

  • latex packages for producing symantically enhanced tex documents (for a more profound approach on semantic TeX see for example sTeX )
  • a ruby script that generates separate pdf files for all sections, definitions and references
  • a pdf viewer that assembles a collection of pdfs in a nested view (based on pdf.js )

Online demo

Usage

  • Download this github repository.
  • Edit tex/example.tex or adjust the paths at the top of typeset.rb
  • Install node.js
  • Run
ruby typeset.rb
cd pdfviewer
node make server
  • Open your browser and go to localhost:8888/web/viewer.html

About

tools to construct a nested view of mathematical proofs (using latex, pdfjs and ruby)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published