Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wei2912/obsidian-latex
https://github.com/wei2912/obsidian-latex
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wei2912/obsidian-latex
- Owner: wei2912
- License: mit
- Created: 2020-12-21T03:43:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-03T01:57:49.000Z (about 1 year ago)
- Last Synced: 2024-08-06T21:23:34.071Z (3 months ago)
- Language: TypeScript
- Size: 45.9 KB
- Stars: 143
- Watchers: 4
- Forks: 21
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Obsidian Extended MathJax
This plugin extends the MathJax support in Obsidian with a MathJax preamble file which is loaded at startup. It also enables some additional MathJax extensions (notably `mhchem` and `bussproofs`).
The preamble is stored in a `preamble.sty` file in the root of the vault.
### Installation
1. Install 'Extended MathJax' from the Obsidian community plugin browser.
2. Create a `preamble.sty` file in the root of your vault using your choice of text editor.
3. Add your macros to `preamble.sty`### Changing your preamble
If you make changes to your preamble you will need to run the command "Reload app without saving". This will reload all your Obsidian plugins and your preamble.
### Example
Look at `examples/stlc` for an example of an obsidian vault using a preamble to define custom macros.