You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/data/blog/how-to-add-latex-equations-in-blog-posts.md
+83-46Lines changed: 83 additions & 46 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,75 +1,108 @@
1
1
---
2
2
author: Alberto Perdomo
3
3
pubDatetime: 2024-09-08T20:58:52.737Z
4
-
title: Adding LaTeX Equations in AstroPaper blog posts
5
-
featured: false
4
+
modDatetime: 2025-03-09T09:24:07.841Z
5
+
title: How to add LaTeX Equations in Astro blog posts
6
6
tags:
7
-
- rendering
8
7
- docs
9
-
description: How to use LaTeX equations in your Markdown files for AstroPaper.
8
+
description: Learn how to add LaTeX equations in Astro blog posts using Markdown, KaTeX, and remark/rehype plugins.
10
9
---
11
10
12
11
This document demonstrates how to use LaTeX equations in your Markdown files for AstroPaper. LaTeX is a powerful typesetting system often used for mathematical and scientific documents.
And _voilà_, this setup allows you to write LaTeX equations in your Markdown files, which will be rendered properly when the site is built. Once you do it, the rest of the document will appear rendered correctly.
72
103
104
+
---
105
+
73
106
## Inline Equations
74
107
75
108
Inline equations are written between single dollar signs `$...$`. Here are some examples:
@@ -78,6 +111,8 @@ Inline equations are written between single dollar signs `$...$`. Here are some
0 commit comments