Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LateX/ MathJaX support with so-simple #159

Closed
sachinruk opened this issue Aug 10, 2015 · 3 comments
Closed

LateX/ MathJaX support with so-simple #159

sachinruk opened this issue Aug 10, 2015 · 3 comments

Comments

@sachinruk
Copy link

Hi,

I tried to get mathsymbols to work as suggested in: http://christopherpoole.github.io/using-mathjax-on-github-pages/ but with no-luck. I added the mathjax script in "head.html" and tried this with no luck. Any chance we could get a minimal example? eg. $x^2$ ought to show x squared.

Cheers

@mmistakes
Copy link
Owner

I followed the instructions provided by your link and it worked perfectly fine for me. Perhaps you didn't properly escape the maths as the blog post suggested?

Here's a working MathJax example with So Simple.

mathjax

@sachinruk
Copy link
Author

Hi,

Sorry to bother you one last time but I was actually having trouble having multi-line equations with this update. For example, as per latex I really wanted to use:
$$
\begin{align}
y=x+1
z=y+2
\end{align}
$$
but this wouldn't render. The dollar sign AND the multiline wasn't well recieved.

I finally found the solution in: http://stackoverflow.com/questions/11228558/let-pagedown-and-mathjax-work-together/11231030#11231030. Basically I added the js file http://cdn.sstatic.net/js/mathjax-editing.js in assets/js/plugins and this fixed the issue. Now inline maths can use $$x^2$$ and multiline with wth the code above.

Cheers

@a2nr
Copy link

a2nr commented Jun 8, 2019

Hi,

firstly, i like to use the theme as my personal blog. I am currently write using latex and thanks the basic is working and \begin{equation} is working too, but i cant using \eqref{} even \label{} was created under \begin{equation}. i was searching of solution but i don't know how to add the script by default.
Here is the solution.

Regards,

brandon-jimenez pushed a commit to brandon-jimenez/resume that referenced this issue Mar 5, 2021
[Fix] Add meta charset utf8 to default html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants