An open API service indexing awesome lists of open source software.

https://github.com/developer-mike/calctex

An Obsidian plugin for automatic calculation of LaTeX formulas.
https://github.com/developer-mike/calctex

Last synced: about 1 year ago
JSON representation

An Obsidian plugin for automatic calculation of LaTeX formulas.

Awesome Lists containing this project

README

          

# Calctex
An [Obsidian](https://obsidian.md/) plugin that automatically calculates the solution for your LaTeX formulas using the [CortexJS Compute Engine](https://cortexjs.io/compute-engine/).

## Usage
To calculate the solution for a formula, simply add a `=` sign after the formula and the solution will be automatically calculated and displayed. If you want to write the solution to the document, just click on the solution or press the `Tab` key.

## Installation
Download it from the community plugins list
OR
1. Download the files from the latest release from the releases page.
2. Put the files into `/.obsidian/plugins/calctex`.
3. Reload Obsidian and enable the plugin in the settings.
4. Enjoy!