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 equation in documentation homepage isn't properly rendered #116

Closed
pitmonticone opened this issue Apr 2, 2021 · 3 comments
Closed

Comments

@pitmonticone
Copy link
Contributor

pitmonticone commented Apr 2, 2021

The LaTeX equation environment in the documentation homepage

$$\begin{equation} y = G(u) + \eta \end{equation},$$

doesn't seem to be properly displayed.

Screenshot 2021-04-02 at 16 40 36

Maybe

$$ \begin{equation} y = G(u) + \eta \end{equation}, $$

can solve the problem.

Thank you very much for the development of this package.

@odunbar
Copy link
Collaborator

odunbar commented Apr 13, 2021

Thanks very much for your comment. The docs are currently just in a stub form, we are looking to overhaul all of them in the next few weeks! (in tandem with the associated docs for package EnsembleKalmanProcesses.jl)

@tsj5
Copy link
Collaborator

tsj5 commented Jan 10, 2022

Verified that this is fixed by PR #123 when the docs are built under julia 1.6. That PR doesn't change index.md, which is using (currently) valid syntax for the display equation, so presumably the fix is due to the updated version of Documenter.jl used in that PR.

@odunbar
Copy link
Collaborator

odunbar commented May 27, 2022

Resolved in #139

@odunbar odunbar closed this as completed May 27, 2022
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