平分三角形问题#21
Draft
ZFCarrotFDH wants to merge 11 commits intoHZMath:masterfrom
Draft
Conversation
✅ Deploy Preview for hzmath-website ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
待配图完成后再Ready for review |
Contributor
Author
|
如此看来分类文件夹的名字要和分类保持一致才行,空格用-号 |
Open
Contributor
|
This pull request fixes #22 |
Website-xieyuen
requested changes
May 8, 2026
Comment on lines
+32
to
+36
| 1.在$\bigtriangleup ABC$中,作出三条中线,设为$AD, BE, CF$.<br> | ||
| 2.选取其中一角,这里选$\angle A$,取**这个角的两边上的中线**$BE, CF$的中点分别为$P, Q$.<br> | ||
| 3.以$AC, AB$所在直线为渐近线,作与$CF, BE$切于$P,Q$两点的**双曲线段**[^2].<br> | ||
| 4.对$\angle B, \angle C$重复操作2,3.<br> | ||
| 5.能够平分$\bigtriangleup ABC$面积的直线构成的直线系,就是上面作出来的三条双曲线段的所有切线的集合. |
Contributor
There was a problem hiding this comment.
Suggested change
| 1.在$\bigtriangleup ABC$中,作出三条中线,设为$AD, BE, CF$.<br> | |
| 2.选取其中一角,这里选$\angle A$,取**这个角的两边上的中线**$BE, CF$的中点分别为$P, Q$.<br> | |
| 3.以$AC, AB$所在直线为渐近线,作与$CF, BE$切于$P,Q$两点的**双曲线段**[^2].<br> | |
| 4.对$\angle B, \angle C$重复操作2,3.<br> | |
| 5.能够平分$\bigtriangleup ABC$面积的直线构成的直线系,就是上面作出来的三条双曲线段的所有切线的集合. | |
| 1. 在 $\bigtriangleup ABC$ 中,作出三条中线,设为 $AD, BE, CF$. | |
| 2. 选取其中一角,这里选 $\angle A$,取**这个角的两边上的中线** $BE, CF$ 的中点分别为 $P, Q$. | |
| 3. 以 $AC, AB$ 所在直线为渐近线,作与 $CF, BE$ 切于 $P,Q$ 两点的**双曲线段**[^2]. | |
| 4. 对 $\angle B, \angle C$ 重复操作2,3. | |
| 5. 能够平分 $\bigtriangleup ABC$ 面积的直线构成的直线系,就是上面作出来的三条双曲线段的所有切线的集合. |
行间公式的美元符号最好有空格分开,就像这样:
选取其中一角,这里选 $\angle A$ ,取**这个角的两边上的中线** $BE, CF$ 的中点分别为 $P, Q$这一段还有问题, 你可以用有序列表而不是 <br> 手动换行
渲染时没有换行是因为你的序号后面没有加空格,要这样写:1. 而不是 1.
| tags: | ||
| - Femboy's Dessert House | ||
| - 全错排 | ||
| - 排列组合 |
Contributor
There was a problem hiding this comment.
Suggested change
| - 排列组合 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #22