EarthSciML / GasChem.jl

Models of gas-phase atmospheric chemistry and related processes
https://gaschem.earthsci.dev/
MIT License
4 stars 4 forks source link

Resolve the LaTeX issue on the documentation website #42

Closed jialinl6 closed 4 months ago

jialinl6 commented 4 months ago

image Resolve this issue.

ctessum commented 4 months ago

Thanks! You may also just be able to do equations(sys) instead of render(latexify(equations(sys)). I believe it might do the rendering and latixfying automatically.

jialinl6 commented 4 months ago

Thanks! You may also just be able to do equations(sys) instead of render(latexify(equations(sys)). I believe it might do the rendering and latixfying automatically.

I will try that locally. Thank you for the suggestion!

jialinl6 commented 4 months ago

Thanks! You may also just be able to do equations(sys) instead of render(latexify(equations(sys)). I believe it might do the rendering and latixfying automatically.

Thank you for the suggestion. It works wonderfully!

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 68.08%. Comparing base (0dff863) to head (8ba91ef). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #42 +/- ## ======================================= Coverage 68.08% 68.08% ======================================= Files 8 8 Lines 868 868 ======================================= Hits 591 591 Misses 277 277 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.