Skip to content

winkt0/anyTeX

Repository files navigation

License: MIT Bun


Logo

anyTeX

Write, Render and Screenshot TeX quickly in a popup.
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contributing
  4. License

About The Project

If you're frustrated with not being able to use TeX or LaTeX in Emails and chats, this tool is for you. Simply click on the icon dropdown, enter your TeX code, render and copy it as an image, or download it if you want to!

Screenshot

(back to top)

Built With

Tool Purpose
Bun Project setup, bundler and package manager
Bootstrap CSS
MathJax Converting TeX and LaTeX input into actual rendered SVGs
[Html2Canvas] Creating an image of the generated SVG so you can download or paste it wherever you want!

(back to top)

Getting Started

All you need to do is add the extension locally as shown below.

Prerequisites

You only need bun and a Chromium-based browser. If you're on Mac or Linux, run the following command in the terminal to install Bun:

curl -fsSL https://bun.com/install | bash

Installation

  1. Clone the repo and cd into it
    git clone https://github.com/winkt0/anyTeX.git
    cd anyTeX
  2. Create the folder 'dist' by running
    bun run build
  3. In your browser, go into extensions, click "Load unpacked" and select the dist folder you just created

That's it! AnyTeX should now be added as a popup in your extension bar.

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT license. See the file LICENSE for more information.

(back to top)

About

Use TeX anywhere by generating images of your TeX code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published