Skip to content

GitHub App to automatically render TeX expressions in markdown files

License

Notifications You must be signed in to change notification settings

agurod42/github-texify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeXify

TeXify is a GitHub App built on top of readme2tex that automatically takes your markdown files and replaces anything enclosed between dollar signs with rendered LaTeX.

How it works?

Whenever you push TeXify will run and seach for *.tex.md files in your last commit. For each one of those it'll run readme2tex which will take LaTeX expressions enclosed between dollar signs, convert it to plain SVG images, and then save the output into a .md extension file (That means that a file named README.tex.md will be processed and the output will be saved as README.md). After that, the output file and the new SVG images are then commited and pushed back to your repo.

Changelog

1.0.0

Initial version

1.0.1

  • Render tex.md files pushed in branches othar than master
  • Search for tex.md files in every commit when you push instead of looking only in the last one
  • Support for private repos

(Thanks @xsanda)

About

GitHub App to automatically render TeX expressions in markdown files

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published