Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zh-cn: init the translation of mathml scripts #16887

Merged
merged 9 commits into from
Nov 16, 2023
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ checkboxes.forEach((checkbox) => {
});
```

{{ EmbedLiveSample('主动练习:内嵌不同元素', 700, 600, "", "") }}
{{EmbedLiveSample('主动练习:内嵌不同元素', 700, 600)}}

## 可伸缩的根号符号

Expand All @@ -248,9 +248,9 @@ checkboxes.forEach((checkbox) => {
</math>
```

{{ EmbedLiveSample('可伸缩的根号符号', 700, 200, "", "") }}
{{EmbedLiveSample('可伸缩的根号符号', 700, 200)}}

> **警告:** 通常需要特殊的[数学字体](/zh-CN/docs/Web/MathML/Fonts)才能实现该拉伸效果,上面的示例依赖于[网络字体](/zh-CN/docs/Learn/CSS/Styling_text/Web_fonts)
> **警告:** 通常需要特殊的[数学字体](/zh-CN/docs/Web/MathML/Fonts)才能实现该拉伸效果,上面的示例依赖于 [Web 字体](/zh-CN/docs/Learn/CSS/Styling_text/Web_fonts)
## 无横线的分数

Expand Down Expand Up @@ -282,7 +282,7 @@ checkboxes.forEach((checkbox) => {
</math>
```

{{ EmbedLiveSample('无横线分式', 700, 200, "", "") }}
{{EmbedLiveSample('无横线分式', 700, 200)}}

> **备注:** 虽然 `linethickness` 属性可以用于指定任意的线条粗细,但最好保持默认值,该值是根据数学字体中指定的参数计算得出的。
Expand Down
6 changes: 3 additions & 3 deletions files/zh-cn/learn/mathml/first_steps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ MathML 是用于在网页中编写数学公式的标记语言。本单元将为

在开始本单元之前,你应具备以下知识:

1. 对使用计算机和被动使用网络(即查看内容)有基本熟悉。
1. 对使用计算机和被动使用 Web(即查看内容)有基本熟悉。
2. 已完成基本的工作环境设置,详见[安装基本软件](/zh-CN/docs/Learn/Getting_started_with_the_web/Installing_basic_software),并了解如何创建和管理文件,详见[处理文件](/zh-CN/docs/Learn/Getting_started_with_the_web/Dealing_with_files)
3. 熟悉 HTML 的基本知识,详见 [HTML 入门](/zh-CN/docs/Learn/HTML/Introduction_to_HTML)

Expand All @@ -35,8 +35,8 @@ MathML 是用于在网页中编写数学公式的标记语言。本单元将为
- : 现在你对 MathML 有了更好的了解,我们将介绍文本容器(变量、数字、运算符等),它们是 MathML 公式的构建模块。
- [分数和根号](/zh-CN/docs/Learn/MathML/First_steps/Fractions_and_roots)
- : 在文本容器的基础上,本文介绍了如何通过嵌套分数和根号来构建更复杂的 MathML 表达式。
- [脚本](/zh-CN/docs/Learn/MathML/First_steps/Scripts)
- : 我们继续回顾基本数学符号,并重点介绍如何使用脚本构建 MathML 元素。
- [附加符号](/zh-CN/docs/Learn/MathML/First_steps/Scripts)
- : 我们继续回顾基本数学符号,并重点介绍如何使用附加符号构建 MathML 元素。
- [表格](/zh-CN/docs/Learn/MathML/First_steps/Tables)
- : 在掌握所有基本数学符号后,我们需要考虑表格布局,它可用于矩阵式表达式和其他高级数学布局。

Expand Down
Loading