title: 文章标题
date: 时间 2024-1-1 10:10:45
tags: 标签 hexo
sticky: 置顶 1

https://kissingfire123.github.io/2022/02/18_数学公式katex常用语法总结/#5微积分运算符

https://katex.org/docs/supported

abcd\begin{Vmatrix} a & b \\ c & d \end{Vmatrix}

背景

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
highlight_theme: light
post_meta:
page:
date_type: both # created创建日期 or updated更新日期 or both都展示
date_format: relative # date/relative 绝对/相对日期
categories: true # true or false 主页是否显示分类
tags: true # true or false 主页是否显示标签
label: true # true or false 是否显示描述性文字
post:
date_type: both # created创建日期 or updated更新日期 or both都展示
date_format: relative # date/relative 绝对/相对日期
categories: true # true or false 主页是否显示分类
tags: true # true or false 主页是否显示标签
label: true # true or false 是否显示描述性文字