当前位置:网站首页>markdown/LaTeX中在字母下方输入圆点的方法
markdown/LaTeX中在字母下方输入圆点的方法
2022-06-24 13:00:00 【zorchp】
看下面的关联代数的乘法定义, 如果需要在 z z z下面加上一个点, 应该怎么做呢?

下面是一个采用\stackrel命令的方法
{
\huge{
}_{
\stackrel{
{
}_{
{
}_{
{
}_{
{
}_z}}}}{
{
}^\cdot}}}\!\leq y
⋅ z ≤ y {\huge{}_{\stackrel{ {}_{ {}_{ {}_{ {}_z}}}}{ {}^\cdot}}}\!\leq y ⋅z≤y
于是就可以用下面的命令:
(fg)(x,y)
=\sum_{
x\leq {
\Large{
}_{
\stackrel{
{
}_{
{
}_{
{
}_{
{
}_z}}}}
{
{
}^{
{
}^{
{
}^{
{
}^\cdot}}}}}}\!\!\leq y}f(x,z)g(z, y).
( f g ) ( x , y ) = ∑ x ≤ ⋅ z ≤ y f ( x , z ) g ( z , y ) . (fg)(x,y)=\sum_{x\leq {\Large{}_{\stackrel{ {}_{ {}_{ {}_{ {}_z}}}}{ {}^{ {}^{ {}^{ {}^\cdot}}}}}}\!\!\leq y}f(x,z)g(z, y). (fg)(x,y)=x≤⋅z≤y∑f(x,z)g(z,y).
至于为什么写这么复杂, 主要是因为typora和CSDN的编辑器显示的一些细微的区别. 在typora中就可以直接生成上面图片中那样, 而命令比较简洁:
(fg)(x,y)=\sum_{
x\leq {
\Large{
}_{
\stackrel{
{
}_z}{
{
}^\cdot}}}\leq y}f(x,z)g(z, y).
这在CSDN中显示的话就比较丑了.
( f g ) ( x , y ) = ∑ x ≤ ⋅ z ≤ y f ( x , z ) g ( z , y ) . (fg)(x,y)=\sum_{x\leq {\Large{}_{\stackrel{ {}_z}{ {}^\cdot}}}\leq y}f(x,z)g(z, y). (fg)(x,y)=x≤⋅z≤y∑f(x,z)g(z,y).
或者用 LaTeX \LaTeX LATEX效果会更好, \stackrel用选项设置的话.
边栏推荐
- Kotlin inheritance, class, overload
- Jerry's seamless looping [chapter]
- 2022年质量员-设备方向-岗位技能(质量员)复训题库及在线模拟考试
- The real project managers are all closed-loop masters!
- 取消冒泡
- Jerrys timer0 uses the default pa13 to detect the pulse width [chapter]
- 知识经济时代,教会你做好知识管理
- How to manage tasks in the low code platform of the Internet of things?
- 项目经理搭建团队,需要看6个特征
- 10 reduce common "tricks"
猜你喜欢
随机推荐
Can a team do both projects and products?
一个团队可以既做项目又做产品吗?
万用表的使用方法
Kotlin asynchronous flow
kotlin 继承、类、重载
In the era of knowledge economy, it will teach you to do well in knowledge management
这几个默认路由、静态路由的配置部署都不会,还算什么网工!
记录一次Mongotemplate的And和Or的各种套
Gatling 性能测试
Eight major trends in the industrial Internet of things (iiot)
国内首款开源MySQL HTAP数据库即将发布,三大看点提前告知
HarmonyOS. two
源碼解析 Handler 面試寶典
2022年烟花爆竹生产单位安全生产管理人员考试题模拟考试题库模拟考试平台操作
How to manage tasks in the low code platform of the Internet of things?
Vim 常用快捷键
Jerrys timer0 uses the default pa13 to detect the pulse width [chapter]
Google Earth Engine——1999-2019年墨累全球潮汐湿地变化 v1 数据集
Jerry's test mic energy automatic recording automatic playback reference [article]
《中国数据库安全能力市场洞察,2022》报告研究正式启动







