New plugin: LaTeX-like Theorem & Equation Referencer

@NickG1 Hi, thank you for asking!

Proofs can be placed anywhere in the body of your note, and you don’t have to do anything to make it displayed as “Proof.” & “□”.

Also, please don’t forget the backticks. In other words, \begin{proof} and \end{proof} must be inline codes.

Screen Recording 2023-08-26 at 17.53.54

Styling

The default style for the beginning of the proof is italic, and the font family is inherited from the app settings.

You can modify it using CSS snippets. For example, if you want to use the following style,

create the following CSS file and place it under the folder <root of your vault>/.obsidian/snippets/. Then, enable this snippet in the appearance tab of the app settings.

.math-booster-begin-proof {
    font-style: normal;
    font-weight: 600;
    font-family: Times;
}

Troubleshooting

I noticed a bug in the setting loading mechanism, and it might be the reason why you have trouble. I’ve just fixed it, so could you update your Math Booster to the latest version (0.6.9 as of August 27, 2023)?

If it still doesn’t work, please let me know via a GitHub issue.

1 Like