HugoBlox / hugo-blox-builder

🚨 GROW YOUR AUDIENCE WITH HUGOBLOX! 🚀 HugoBlox is an easy, fast no-code website builder for researchers, entrepreneurs, data scientists, and developers. Build stunning sites in minutes. 适合研究人员、企业家、数据科学家和开发者的简单快速无代码网站构建器。用拖放功能、可定制模板和内置SEO工具快速创建精美网站!
https://hugoblox.com/templates/
MIT License
8.19k stars 2.9k forks source link

end of set is not shown in LaTeX #1675

Closed mostafatouny closed 4 years ago

mostafatouny commented 4 years ago

Hello everyone, I have been trying to write a set {} in LaTeX. I took a look at academic official documentation page, and it turned out it is not shown properly in it !!

Here is the snippet in which the end of the set is not shown

$$f(k;p_0^*) = \begin{cases} p_0^* & \text{if }k=1, \\
1-p_0^* & \text {if }k=0.\end{cases}$$
gcushen commented 4 years ago

Math is processed by MathJax rather than by Academic itself. Additionally, depending on how and where you enter math, math elements may need escaping to prevent Hugo's Markdown processor from attempting to render it.

Please click the edit button at the bottom of a documentation page if you have a contribution to make.

These issues are for bug reports and feature requests. For support, see https://github.com/gcushen/hugo-academic/blob/master/.github/support.md