katex

Convert an image into KaTeX to use in Facebook Messenger


Keywords
Facebook, KaTeX, Messenger, console-tool, facebook-messenger, image-processing, pip, python, script
License
BSD-3-Clause
Install
pip install katex==0.0.4

Documentation

Python KaTeX

Contains functionality to convert an image into KaTeX, using \rules

Also currently only set up to work with Facebook Messengers KaTeX setup, but it should be simple to adapt for other applications.

More functionality is planned, and PRs welcome!

Installation

$ # This will install the python package `katex`, along with the shell command
$ # `image_to_katex`
$ pip install katex

Basic usage

$ # This will generate KaTeX output for that image, where the image is scaled
$ # down to 30 pixels, and where each pixel is 5 units wide
$ image_to_katex image.png -s 30 -ps 5
$ # Display help message
$ image_to_katex --help

Facebook KaTeX info

KaTeX version: v0.8.2 (17/8-2017)

Max length of Facebook messages is 20000 chars.

Facebook renders any KaTeX error messages in the html title attribute.

You can use $$ or \(+\) as delimeters. $$ renders the LaTeX in displayMode, \(+\) renders it inline.

Facebook wraps all inputs in a \color block, like this: \color{#fff}{inp}, where inp is the input

Known KaTeX options:

  • displayMode = true if $$ else false
  • colorIsTextColor: false
  • maxSize: 50
  • maxExpand = 25