artisticat1 / obsidian-tikzjax

Render LaTeX and TikZ diagrams in your notes
MIT License
356 stars 18 forks source link

mathrsfs package support #55

Open i3vi3 opened 5 months ago

i3vi3 commented 5 months ago

It would be very nice for me if I can \usepackage{mathrsfs} to use \mathscr command. This command is not included in amsmath and amssymb etc.

abhmul commented 2 months ago

I have the same use case. Does anyone know how the latex packages are installed and loaded? This seems like it might just be an easy fix, and I could put in a PR adding this feature.

calofmijuck commented 1 week ago

I second this feature request. I tried to inspect the source code, but it's already minified and obfuscated which makes it hard to read. 😢

EDIT

The TikzJax website (here) tells you how it is done.

Also I found that the files are loaded from base64. They seem to exist directly in the source code.

thecodechemist99 commented 6 days ago

Issue #4 discussed this. Unfortunately it doesn’t seem like there has been much progress since. Doesn’t seem like it would be too difficult to implement, though.