You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main.ts
+12
Original file line number
Diff line number
Diff line change
@@ -399,8 +399,20 @@ class LatexRendererSettingTab extends PluginSettingTab {
399
399
400
400
containerEl.empty();
401
401
402
+
containerEl
403
+
.createEl("p",{
404
+
text: 'This plugin uses latex to render SVGs. The SVGs are cached and automatically removed if they are not being used. The key thing is to find a command that will work on your system. Example: `export LIBGS=/opt/homebrew/lib/libgs.dylib && latex -interaction=nonstopmode -halt-on-error -shell-escape "{file-path}" && dvisvgm --no-fonts "{file-path}"`. For more information please see the ',
0 commit comments