DEV Community

Cover image for How To Write MATH in DEV.to Articles
Technophile
Technophile

Posted on • Edited on

How To Write MATH in DEV.to Articles

Let's learn how write math expression in DEV.to platform. We will be using the liquid tags which is recommended by DEV.to editor. guide. And, writing math in LATEX format as it is pretty well-known.

By the way, it's my first voice-over voice on YouTube. Spent more than 7 hours on making videos. Hope you like it!


FROM VIDEO:

Hello world

c2=a2+b2 c^2 = a^2 + b^2

{% katex %}
  c^2 = a^2 + b^2
{% endkatex %}
Enter fullscreen mode Exit fullscreen mode

Hello world c2=a2+b2 c^2 = a^2 + b^2

Hello world {% katex inline %}
  c^2 = a^2 + b^2
{% endkatex %}
Enter fullscreen mode Exit fullscreen mode

Top comments (1)

Collapse
 
ausbernardddtech profile image
ausbernarddd-tech • Edited

Writing math clearly starts with understanding the concepts before worrying about notation. I usually encourage students to show each step of their work, use proper mathematical symbols, and explain their reasoning in complete sentences when needed. This makes it much easier for teachers or parents to follow the thought process. If you're homeschooling or working with younger children, choosing the right learning approach also helps. I found a helpful overview while researching preschool math resources: esingaporemath.com/blog/top-homesc.... Even though it's focused on early learners, many of the ideas about building strong math foundations apply to older students as well.